D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/python-networkx-2.5.1-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wSiWCa
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf networkx-2.5.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/networkx-2.5.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd networkx-2.5.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-networkx-doc.patch
+ /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-networkx-pyyaml.patch
+ /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch -f
++ grep -FRl /usr/bin/env .
+ sed -e 's|\("https://docs\.python\.org/3/": \)None|\1"/usr/share/doc/python3-docs/html/objects.inv"|' -e 's|\("https://numpy\.org/doc/stable/": \)None|\1"/usr/share/doc/python3-numpy-doc/objects.inv"|' -i doc/conf.py
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qmiETw
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
creating build
creating build/lib
creating build/lib/networkx
copying networkx/version.py -> build/lib/networkx
copying networkx/release.py -> build/lib/networkx
copying networkx/relabel.py -> build/lib/networkx
copying networkx/exception.py -> build/lib/networkx
copying networkx/convert_matrix.py -> build/lib/networkx
copying networkx/convert.py -> build/lib/networkx
copying networkx/conftest.py -> build/lib/networkx
copying networkx/__init__.py -> build/lib/networkx
creating build/lib/networkx/algorithms
copying networkx/algorithms/wiener.py -> build/lib/networkx/algorithms
copying networkx/algorithms/voronoi.py -> build/lib/networkx/algorithms
copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms
copying networkx/algorithms/triads.py -> build/lib/networkx/algorithms
copying networkx/algorithms/tournament.py -> build/lib/networkx/algorithms
copying networkx/algorithms/threshold.py -> build/lib/networkx/algorithms
copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms
copying networkx/algorithms/structuralholes.py -> build/lib/networkx/algorithms
copying networkx/algorithms/sparsifiers.py -> build/lib/networkx/algorithms
copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms
copying networkx/algorithms/smallworld.py -> build/lib/networkx/algorithms
copying networkx/algorithms/simple_paths.py -> build/lib/networkx/algorithms
copying networkx/algorithms/similarity.py -> build/lib/networkx/algorithms
copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms
copying networkx/algorithms/regular.py -> build/lib/networkx/algorithms
copying networkx/algorithms/reciprocity.py -> build/lib/networkx/algorithms
copying networkx/algorithms/planarity.py -> build/lib/networkx/algorithms
copying networkx/algorithms/planar_drawing.py -> build/lib/networkx/algorithms
copying networkx/algorithms/non_randomness.py -> build/lib/networkx/algorithms
copying networkx/algorithms/moral.py -> build/lib/networkx/algorithms
copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms
copying networkx/algorithms/minors.py -> build/lib/networkx/algorithms
copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms
copying networkx/algorithms/lowest_common_ancestors.py -> build/lib/networkx/algorithms
copying networkx/algorithms/link_prediction.py -> build/lib/networkx/algorithms
copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms
copying networkx/algorithms/hybrid.py -> build/lib/networkx/algorithms
copying networkx/algorithms/hierarchy.py -> build/lib/networkx/algorithms
copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms
copying networkx/algorithms/graph_hashing.py -> build/lib/networkx/algorithms
copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms
copying networkx/algorithms/efficiency_measures.py -> build/lib/networkx/algorithms
copying networkx/algorithms/dominating.py -> build/lib/networkx/algorithms
copying networkx/algorithms/dominance.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/dag.py -> build/lib/networkx/algorithms
copying networkx/algorithms/d_separation.py -> build/lib/networkx/algorithms
copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms
copying networkx/algorithms/cuts.py -> build/lib/networkx/algorithms
copying networkx/algorithms/covering.py -> build/lib/networkx/algorithms
copying networkx/algorithms/core.py -> build/lib/networkx/algorithms
copying networkx/algorithms/communicability_alg.py -> build/lib/networkx/algorithms
copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms
copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms
copying networkx/algorithms/chordal.py -> build/lib/networkx/algorithms
copying networkx/algorithms/chains.py -> build/lib/networkx/algorithms
copying networkx/algorithms/bridges.py -> build/lib/networkx/algorithms
copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms
copying networkx/algorithms/asteroidal.py -> build/lib/networkx/algorithms
copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms
creating build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/pairs.py -> build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/neighbor_degree.py -> build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/mixing.py -> build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/correlation.py -> build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/connectivity.py -> build/lib/networkx/algorithms/assortativity
copying networkx/algorithms/assortativity/__init__.py -> build/lib/networkx/algorithms/assortativity
creating build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/matrix.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/matching.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/generators.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/edgelist.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/covering.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite
copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite
creating build/lib/networkx/algorithms/node_classification
copying networkx/algorithms/node_classification/utils.py -> build/lib/networkx/algorithms/node_classification
copying networkx/algorithms/node_classification/lgc.py -> build/lib/networkx/algorithms/node_classification
copying networkx/algorithms/node_classification/hmn.py -> build/lib/networkx/algorithms/node_classification
copying networkx/algorithms/node_classification/__init__.py -> build/lib/networkx/algorithms/node_classification
creating build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/voterank_alg.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/trophic.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/subgraph_alg.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/second_order.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/reaching.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/percolation.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/katz.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/harmonic.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/group.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/dispersion.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality
copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality
creating build/lib/networkx/algorithms/community
copying networkx/algorithms/community/quality.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/modularity_max.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/lukes.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/label_propagation.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/kernighan_lin.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/kclique.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/community_utils.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/centrality.py -> build/lib/networkx/algorithms/community
copying networkx/algorithms/community/asyn_fluid.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/weakly_connected.py -> build/lib/networkx/algorithms/components
copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components
copying networkx/algorithms/components/semiconnected.py -> build/lib/networkx/algorithms/components
copying networkx/algorithms/components/connected.py -> build/lib/networkx/algorithms/components
copying networkx/algorithms/components/biconnected.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
creating build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/utils.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/stoerwagner.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/kcutsets.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/kcomponents.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/edge_kcomponents.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/edge_augmentation.py -> build/lib/networkx/algorithms/connectivity
copying networkx/algorithms/connectivity/disjoint_paths.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
copying networkx/algorithms/connectivity/__init__.py -> build/lib/networkx/algorithms/connectivity
creating build/lib/networkx/algorithms/coloring
copying networkx/algorithms/coloring/greedy_coloring_with_interchange.py -> build/lib/networkx/algorithms/coloring
copying networkx/algorithms/coloring/greedy_coloring.py -> build/lib/networkx/algorithms/coloring
copying networkx/algorithms/coloring/equitable_coloring.py -> build/lib/networkx/algorithms/coloring
copying networkx/algorithms/coloring/__init__.py -> build/lib/networkx/algorithms/coloring
creating build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/utils.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/shortestaugmentingpath.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/preflowpush.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/networksimplex.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/mincost.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/maxflow.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/gomory_hu.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/edmondskarp.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/dinitz_alg.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/capacityscaling.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/boykovkolmogorov.py -> build/lib/networkx/algorithms/flow
copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow
creating build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/edgedfs.py -> build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/edgebfs.py -> build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/beamsearch.py -> build/lib/networkx/algorithms/traversal
copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal
creating build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/tree_isomorphism.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/temporalisomorphvf2.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/ismags.py -> build/lib/networkx/algorithms/isomorphism
copying networkx/algorithms/isomorphism/__init__.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/unweighted.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/dense.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/__init__.py -> build/lib/networkx/algorithms/shortest_paths
creating 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/hits_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/product.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
creating build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/vertex_cover.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/treewidth.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/steinertree.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/ramsey.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/matching.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/kcomponents.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/independent_set.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/dominating_set.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/connectivity.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/clustering_coefficient.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/clique.py -> build/lib/networkx/algorithms/approximation
copying networkx/algorithms/approximation/__init__.py -> build/lib/networkx/algorithms/approximation
creating build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/recognition.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/operations.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/mst.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/decomposition.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/coding.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/branchings.py -> build/lib/networkx/algorithms/tree
copying networkx/algorithms/tree/__init__.py -> build/lib/networkx/algorithms/tree
creating build/lib/networkx/classes
copying networkx/classes/reportviews.py -> build/lib/networkx/classes
copying networkx/classes/ordered.py -> build/lib/networkx/classes
copying networkx/classes/multigraph.py -> build/lib/networkx/classes
copying networkx/classes/multidigraph.py -> build/lib/networkx/classes
copying networkx/classes/graphviews.py -> build/lib/networkx/classes
copying networkx/classes/graph.py -> build/lib/networkx/classes
copying networkx/classes/function.py -> build/lib/networkx/classes
copying networkx/classes/filters.py -> build/lib/networkx/classes
copying networkx/classes/digraph.py -> build/lib/networkx/classes
copying networkx/classes/coreviews.py -> build/lib/networkx/classes
copying networkx/classes/__init__.py -> build/lib/networkx/classes
creating build/lib/networkx/generators
copying networkx/generators/triads.py -> build/lib/networkx/generators
copying networkx/generators/trees.py -> build/lib/networkx/generators
copying networkx/generators/sudoku.py -> build/lib/networkx/generators
copying networkx/generators/stochastic.py -> build/lib/networkx/generators
copying networkx/generators/spectral_graph_forge.py -> build/lib/networkx/generators
copying networkx/generators/social.py -> build/lib/networkx/generators
copying networkx/generators/small.py -> build/lib/networkx/generators
copying networkx/generators/random_graphs.py -> build/lib/networkx/generators
copying networkx/generators/random_clustered.py -> build/lib/networkx/generators
copying networkx/generators/nonisomorphic_trees.py -> build/lib/networkx/generators
copying networkx/generators/mycielski.py -> build/lib/networkx/generators
copying networkx/generators/line.py -> build/lib/networkx/generators
copying networkx/generators/lattice.py -> build/lib/networkx/generators
copying networkx/generators/joint_degree_seq.py -> build/lib/networkx/generators
copying networkx/generators/interval_graph.py -> build/lib/networkx/generators
copying networkx/generators/intersection.py -> build/lib/networkx/generators
copying networkx/generators/internet_as_graphs.py -> build/lib/networkx/generators
copying networkx/generators/harary_graph.py -> build/lib/networkx/generators
copying networkx/generators/geometric.py -> build/lib/networkx/generators
copying networkx/generators/expanders.py -> build/lib/networkx/generators
copying networkx/generators/ego.py -> build/lib/networkx/generators
copying networkx/generators/duplication.py -> build/lib/networkx/generators
copying networkx/generators/directed.py -> build/lib/networkx/generators
copying networkx/generators/degree_seq.py -> build/lib/networkx/generators
copying networkx/generators/community.py -> build/lib/networkx/generators
copying networkx/generators/cographs.py -> build/lib/networkx/generators
copying networkx/generators/classic.py -> build/lib/networkx/generators
copying networkx/generators/atlas.py -> build/lib/networkx/generators
copying networkx/generators/__init__.py -> build/lib/networkx/generators
creating build/lib/networkx/drawing
copying networkx/drawing/nx_pylab.py -> 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/layout.py -> build/lib/networkx/drawing
copying networkx/drawing/__init__.py -> build/lib/networkx/drawing
creating build/lib/networkx/linalg
copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg
copying networkx/linalg/modularitymatrix.py -> 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/bethehessianmatrix.py -> build/lib/networkx/linalg
copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg
copying networkx/linalg/algebraicconnectivity.py -> build/lib/networkx/linalg
copying networkx/linalg/__init__.py -> build/lib/networkx/linalg
creating build/lib/networkx/readwrite
copying networkx/readwrite/nx_yaml.py -> build/lib/networkx/readwrite
copying networkx/readwrite/sparse6.py -> build/lib/networkx/readwrite
copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite
copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite
copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite
copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite
copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite
copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite
copying networkx/readwrite/graph6.py -> build/lib/networkx/readwrite
copying networkx/readwrite/gpickle.py -> build/lib/networkx/readwrite
copying networkx/readwrite/gml.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/adjlist.py -> build/lib/networkx/readwrite
copying networkx/readwrite/__init__.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/node_link.py -> build/lib/networkx/readwrite/json_graph
copying networkx/readwrite/json_graph/jit.py -> build/lib/networkx/readwrite/json_graph
copying networkx/readwrite/json_graph/cytoscape.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
creating build/lib/networkx/tests
copying networkx/tests/test_relabel.py -> build/lib/networkx/tests
copying networkx/tests/test_exceptions.py -> build/lib/networkx/tests
copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests
copying networkx/tests/test_convert_pandas.py -> build/lib/networkx/tests
copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests
copying networkx/tests/test_convert.py -> build/lib/networkx/tests
copying networkx/tests/test_all_random_functions.py -> build/lib/networkx/tests
copying networkx/tests/__init__.py -> build/lib/networkx/tests
creating build/lib/networkx/testing
copying networkx/testing/utils.py -> build/lib/networkx/testing
copying networkx/testing/test.py -> build/lib/networkx/testing
copying networkx/testing/__init__.py -> build/lib/networkx/testing
creating build/lib/networkx/utils
copying networkx/utils/union_find.py -> build/lib/networkx/utils
copying networkx/utils/rcm.py -> build/lib/networkx/utils
copying networkx/utils/random_sequence.py -> build/lib/networkx/utils
copying networkx/utils/misc.py -> build/lib/networkx/utils
copying networkx/utils/mapped_queue.py -> build/lib/networkx/utils
copying networkx/utils/heaps.py -> build/lib/networkx/utils
copying networkx/utils/decorators.py -> build/lib/networkx/utils
copying networkx/utils/contextmanagers.py -> build/lib/networkx/utils
copying networkx/utils/__init__.py -> build/lib/networkx/utils
creating build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_wiener.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_voronoi.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_triads.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_tournament.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_threshold.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_structuralholes.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_sparsifiers.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_smallworld.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_simple_paths.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_similarity.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_regular.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_reciprocity.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_planarity.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_planar_drawing.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_non_randomness.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_moral.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_minors.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_max_weight_clique.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_lowest_common_ancestors.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_link_prediction.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_isolate.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_hybrid.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_graph_hashing.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_efficiency.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_dominating.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_dominance.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_d_separation.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_cuts.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_covering.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_communicability.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_chordal.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_chains.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_bridges.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/test_asteroidal.py -> build/lib/networkx/algorithms/tests
copying networkx/algorithms/tests/__init__.py -> build/lib/networkx/algorithms/tests
creating 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_mixing.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/base_test.py -> build/lib/networkx/algorithms/assortativity/tests
copying networkx/algorithms/assortativity/tests/__init__.py -> build/lib/networkx/algorithms/assortativity/tests
creating 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_redundancy.py -> 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_matrix.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/test_matching.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/test_generators.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/test_edgelist.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/test_covering.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/test_cluster.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_basic.py -> build/lib/networkx/algorithms/bipartite/tests
copying networkx/algorithms/bipartite/tests/__init__.py -> build/lib/networkx/algorithms/bipartite/tests
creating build/lib/networkx/algorithms/node_classification/tests
copying networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py -> build/lib/networkx/algorithms/node_classification/tests
copying networkx/algorithms/node_classification/tests/test_harmonic_function.py -> build/lib/networkx/algorithms/node_classification/tests
copying networkx/algorithms/node_classification/tests/__init__.py -> build/lib/networkx/algorithms/node_classification/tests
creating build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_voterank.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_trophic.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_subgraph.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_second_order_centrality.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_reaching.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_percolation_centrality.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_load_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_harmonic_centrality.py -> build/lib/networkx/algorithms/centrality/tests
copying networkx/algorithms/centrality/tests/test_group.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_dispersion.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_current_flow_closeness.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_current_flow_betweenness_centrality.py -> 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_betweenness_centrality_subset.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/__init__.py -> build/lib/networkx/algorithms/centrality/tests
creating build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_utils.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_quality.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_modularity_max.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_lukes.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_label_propagation.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_kernighan_lin.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_kclique.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_centrality.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/test_asyn_fluid.py -> build/lib/networkx/algorithms/community/tests
copying networkx/algorithms/community/tests/__init__.py -> build/lib/networkx/algorithms/community/tests
creating 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_strongly_connected.py -> build/lib/networkx/algorithms/components/tests
copying networkx/algorithms/components/tests/test_semiconnected.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_biconnected.py -> 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/__init__.py -> build/lib/networkx/algorithms/components/tests
creating build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_stoer_wagner.py -> build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_kcutsets.py -> build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_kcomponents.py -> build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_edge_kcomponents.py -> build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_edge_augmentation.py -> build/lib/networkx/algorithms/connectivity/tests
copying networkx/algorithms/connectivity/tests/test_disjoint_paths.py -> 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
copying networkx/algorithms/connectivity/tests/__init__.py -> build/lib/networkx/algorithms/connectivity/tests
creating build/lib/networkx/algorithms/coloring/tests
copying networkx/algorithms/coloring/tests/test_coloring.py -> build/lib/networkx/algorithms/coloring/tests
copying networkx/algorithms/coloring/tests/__init__.py -> build/lib/networkx/algorithms/coloring/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_large_graph.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_gomory_hu.py -> build/lib/networkx/algorithms/flow/tests
copying networkx/algorithms/flow/tests/__init__.py -> build/lib/networkx/algorithms/flow/tests
copying networkx/algorithms/flow/tests/wlm3.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests
copying networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests
copying networkx/algorithms/flow/tests/gw1.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests
copying networkx/algorithms/flow/tests/gl1.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests
creating build/lib/networkx/algorithms/traversal/tests
copying networkx/algorithms/traversal/tests/test_edgedfs.py -> build/lib/networkx/algorithms/traversal/tests
copying networkx/algorithms/traversal/tests/test_edgebfs.py -> 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
copying networkx/algorithms/traversal/tests/test_beamsearch.py -> build/lib/networkx/algorithms/traversal/tests
copying networkx/algorithms/traversal/tests/__init__.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_tree_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests
copying networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests
copying networkx/algorithms/isomorphism/tests/test_match_helpers.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/test_ismags.py -> build/lib/networkx/algorithms/isomorphism/tests
copying networkx/algorithms/isomorphism/tests/__init__.py -> 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/si2_b06_m200.A99 -> build/lib/networkx/algorithms/isomorphism/tests
copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests
copying networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> build/lib/networkx/algorithms/isomorphism/tests
creating 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_generic.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
copying networkx/algorithms/shortest_paths/tests/test_dense.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/__init__.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
copying networkx/algorithms/link_analysis/tests/__init__.py -> build/lib/networkx/algorithms/link_analysis/tests
creating build/lib/networkx/algorithms/operators/tests
copying networkx/algorithms/operators/tests/test_unary.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_binary.py -> 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/__init__.py -> build/lib/networkx/algorithms/operators/tests
creating build/lib/networkx/algorithms/approximation/tests
copying networkx/algorithms/approximation/tests/test_vertex_cover.py -> build/lib/networkx/algorithms/approximation/tests
copying networkx/algorithms/approximation/tests/test_treewidth.py -> build/lib/networkx/algorithms/approximation/tests
copying networkx/algorithms/approximation/tests/test_steinertree.py -> 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_matching.py -> build/lib/networkx/algorithms/approximation/tests
copying networkx/algorithms/approximation/tests/test_kcomponents.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_connectivity.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_approx_clust_coeff.py -> build/lib/networkx/algorithms/approximation/tests
copying networkx/algorithms/approximation/tests/__init__.py -> build/lib/networkx/algorithms/approximation/tests
creating build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_recognition.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_operations.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_mst.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_decomposition.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_coding.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/test_branchings.py -> build/lib/networkx/algorithms/tree/tests
copying networkx/algorithms/tree/tests/__init__.py -> build/lib/networkx/algorithms/tree/tests
creating build/lib/networkx/classes/tests
copying networkx/classes/tests/test_subgraphviews.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_special.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_reportviews.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_ordered.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_graphviews.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_function.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/test_filters.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/test_coreviews.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests
copying networkx/classes/tests/__init__.py -> build/lib/networkx/classes/tests
creating build/lib/networkx/generators/tests
copying networkx/generators/tests/test_triads.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_trees.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_sudoku.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_spectral_graph_forge.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_small.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_nonisomorphic_trees.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_mycielski.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_lattice.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_joint_degree_seq.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_interval_graph.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_internet_as_graphs.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_harary_graph.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_expanders.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_duplication.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_directed.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_community.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_cographs.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests
copying networkx/generators/tests/__init__.py -> build/lib/networkx/generators/tests
copying networkx/generators/atlas.dat.gz -> build/lib/networkx/generators
creating build/lib/networkx/drawing/tests
copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests
copying networkx/drawing/tests/test_pydot.py -> 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/__init__.py -> build/lib/networkx/drawing/tests
creating build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_modularity.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_laplacian.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_graphmatrix.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_bethehessian.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_attrmatrix.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/test_algebraic_connectivity.py -> build/lib/networkx/linalg/tests
copying networkx/linalg/tests/__init__.py -> build/lib/networkx/linalg/tests
creating build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_yaml.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_sparse6.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_graph6.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests
copying networkx/readwrite/tests/__init__.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_jit.py -> build/lib/networkx/readwrite/json_graph/tests
copying networkx/readwrite/json_graph/tests/test_cytoscape.py -> build/lib/networkx/readwrite/json_graph/tests
copying networkx/readwrite/json_graph/tests/test_adjacency.py -> build/lib/networkx/readwrite/json_graph/tests
copying networkx/readwrite/json_graph/tests/__init__.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
copying networkx/testing/tests/__init__.py -> build/lib/networkx/testing/tests
creating build/lib/networkx/utils/tests
copying networkx/utils/tests/test_unionfind.py -> 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_mapped_queue.py -> build/lib/networkx/utils/tests
copying networkx/utils/tests/test_heaps.py -> build/lib/networkx/utils/tests
copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests
copying networkx/utils/tests/test_contextmanager.py -> build/lib/networkx/utils/tests
copying networkx/utils/tests/__init__.py -> build/lib/networkx/utils/tests
+ PYTHONPATH=/home/iurt/rpmbuild/BUILD/networkx-2.5.1/build/lib
+ make -C doc html
make: Entering directory '/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc'
sphinx-build -b html -d build/doctrees   . build/html
Running Sphinx v4.3.0
making output directory... done
WARNING: logo file '_static/networkx_logo.svg' does not exist
[autosummary] generating autosummary for: bibliography.rst, citing.rst, credits.rst, developer/code_of_conduct.rst, developer/contribute.rst, developer/core_developer.rst, developer/deprecations.rst, developer/gitwash/configure_git.rst, developer/gitwash/development_workflow.rst, developer/gitwash/following_latest.rst, ..., release/migration_guide_from_1.x_to_2.0.rst, release/release_2.0.rst, release/release_2.1.rst, release/release_2.2.rst, release/release_2.3.rst, release/release_2.4.rst, release/release_2.5.rst, release/release_dev.rst, team.rst, tutorial.rst
[autosummary] generating autosummary for: /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.clique.clique_removal.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.clique.large_clique_size.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.clique.max_clique.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.clustering_coefficient.average_clustering.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.connectivity.all_pairs_node_connectivity.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.connectivity.local_node_connectivity.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.connectivity.node_connectivity.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_edge_dominating_set.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/algorithms/generated/networkx.algorithms.approximation.independent_set.maximum_independent_set.rst, ..., /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.nx_yaml.read_yaml.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.nx_yaml.write_yaml.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.pajek.generate_pajek.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.pajek.parse_pajek.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.pajek.read_pajek.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.pajek.write_pajek.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.sparse6.from_sparse6_bytes.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.sparse6.read_sparse6.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.sparse6.to_sparse6_bytes.rst, /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/readwrite/generated/networkx.readwrite.sparse6.write_sparse6.rst
loading intersphinx inventory from /usr/share/doc/python3-docs/html/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory '/usr/share/doc/python3-docs/html/objects.inv' not fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory: '/usr/share/doc/python3-docs/html/objects.inv'
loading intersphinx inventory from /usr/share/doc/python3-numpy-doc/objects.inv...
generating gallery...
Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files.
generating gallery for auto_examples/basic... [ 50%] plot_read_write.py
generating gallery for auto_examples/basic... [100%] plot_properties.py

generating gallery for auto_examples/drawing... [  4%] plot_simple_path.py
generating gallery for auto_examples/drawing... [  9%] plot_node_colormap.py
generating gallery for auto_examples/drawing... [ 13%] plot_edge_colormap.py
generating gallery for auto_examples/drawing... [ 18%] plot_house_with_colors.py
generating gallery for auto_examples/drawing... [ 22%] plot_circular_tree.py
generating gallery for auto_examples/drawing... [ 27%] plot_four_grids.py
generating gallery for auto_examples/drawing... [ 31%] plot_degree_rank.py
generating gallery for auto_examples/drawing... [ 36%] plot_ego_graph.py
generating gallery for auto_examples/drawing... [ 40%] plot_spectral_grid.py
generating gallery for auto_examples/drawing... [ 45%] plot_degree_histogram.py
generating gallery for auto_examples/drawing... [ 50%] plot_random_geometric_graph.py
generating gallery for auto_examples/drawing... [ 54%] plot_weighted_graph.py
generating gallery for auto_examples/drawing... [ 59%] plot_directed.py
generating gallery for auto_examples/drawing... [ 63%] plot_multipartite_graph.py
generating gallery for auto_examples/drawing... [ 68%] plot_sampson.py
generating gallery for auto_examples/drawing... [ 72%] plot_labels_and_colors.py
generating gallery for auto_examples/drawing... [ 77%] plot_unix_email.py
generating gallery for auto_examples/drawing... [ 81%] plot_giant_component.py
generating gallery for auto_examples/drawing... [ 86%] plot_lanl_routes.py
generating gallery for auto_examples/drawing... [ 90%] plot_knuth_miles.py
generating gallery for auto_examples/drawing... [ 95%] plot_atlas.py
generating gallery for auto_examples/drawing... [100%] plot_chess_masters.py
findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans.

generating gallery for auto_examples/graph... [ 11%] plot_karate_club.py
generating gallery for auto_examples/graph... [ 22%] plot_erdos_renyi.py
generating gallery for auto_examples/graph... [ 33%] plot_expected_degree_sequence.py
generating gallery for auto_examples/graph... [ 44%] dot_atlas.py
generating gallery for auto_examples/graph... [ 55%] plot_degree_sequence.py
generating gallery for auto_examples/graph... [ 66%] plot_football.py
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/examples/graph/plot_football.py failed to execute correctly: Traceback (most recent call last):
  File "/home/iurt/rpmbuild/BUILD/networkx-2.5.1/examples/graph/plot_football.py", line 24, in <module>
    sock = urllib.urlopen(url)  # open URL
  File "/usr/lib64/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib64/python3.9/urllib/request.py", line 517, in open
    response = self._open(req, data)
  File "/usr/lib64/python3.9/urllib/request.py", line 534, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib64/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/lib64/python3.9/urllib/request.py", line 1375, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib64/python3.9/urllib/request.py", line 1349, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>

generating gallery for auto_examples/graph... [ 77%] plot_roget.py
generating gallery for auto_examples/graph... [ 88%] plot_words.py
generating gallery for auto_examples/graph... [100%] plot_napoleon_russian_campaign.py

generating gallery for auto_examples/algorithms... [ 16%] plot_krackhardt_centrality.py
generating gallery for auto_examples/algorithms... [ 33%] plot_rcm.py
generating gallery for auto_examples/algorithms... [ 50%] plot_davis_club.py
generating gallery for auto_examples/algorithms... [ 66%] plot_decomposition.py
generating gallery for auto_examples/algorithms... [ 83%] plot_blockmodel.py
generating gallery for auto_examples/algorithms... [100%] plot_beam_search.py

generating gallery for auto_examples/advanced... [ 25%] plot_eigenvalues.py
generating gallery for auto_examples/advanced... [ 50%] plot_heavy_metal_umlaut.py
generating gallery for auto_examples/advanced... [ 75%] plot_parallel_betweenness.py
generating gallery for auto_examples/advanced... [100%] plot_iterated_dynamical_systems.py

generating gallery for auto_examples/3d_drawing... [100%] mayavi2_spring.py

generating gallery for auto_examples/pygraphviz... [ 25%] plot_pygraphviz_draw.py
generating gallery for auto_examples/pygraphviz... [ 50%] plot_write_dotfile.py
generating gallery for auto_examples/pygraphviz... [ 75%] plot_pygraphviz_simple.py
generating gallery for auto_examples/pygraphviz... [100%] plot_pygraphviz_attributes.py

generating gallery for auto_examples/javascript... [100%] force.py

generating gallery for auto_examples/jit... [100%] plot_rgraph.py

generating gallery for auto_examples/applications... [100%] plot_circuits.py

generating gallery for auto_examples/subclass... [ 50%] plot_printgraph.py
generating gallery for auto_examples/subclass... [100%] plot_antigraph.py

computation time summary:
    - ../examples/advanced/plot_parallel_betweenness.py:         45.51 sec   0.0 MB
    - ../examples/drawing/plot_atlas.py:                         15.46 sec   0.0 MB
    - ../examples/advanced/plot_eigenvalues.py:                   6.19 sec   0.0 MB
    - ../examples/drawing/plot_giant_component.py:                1.13 sec   0.0 MB
    - ../examples/drawing/plot_degree_rank.py:                    0.98 sec   0.0 MB
    - ../examples/algorithms/plot_blockmodel.py:                  0.84 sec   0.0 MB
    - ../examples/drawing/plot_lanl_routes.py:                    0.80 sec   0.0 MB
    - ../examples/drawing/plot_four_grids.py:                     0.67 sec   0.0 MB
    - ../examples/algorithms/plot_decomposition.py:               0.66 sec   0.0 MB
    - ../examples/drawing/plot_directed.py:                       0.51 sec   0.0 MB
    - ../examples/drawing/plot_spectral_grid.py:                  0.51 sec   0.0 MB
    - ../examples/graph/plot_roget.py:                            0.50 sec   0.0 MB
    - ../examples/drawing/plot_chess_masters.py:                  0.50 sec   0.0 MB
    - ../examples/algorithms/plot_beam_search.py:                 0.48 sec   0.0 MB
    - ../examples/drawing/plot_sampson.py:                        0.37 sec   0.0 MB
    - ../examples/drawing/plot_circular_tree.py:                  0.33 sec   0.0 MB
    - ../examples/drawing/plot_degree_histogram.py:               0.32 sec   0.0 MB
    - ../examples/graph/plot_napoleon_russian_campaign.py:        0.30 sec   0.0 MB
    - ../examples/graph/plot_words.py:                            0.30 sec   0.0 MB
    - ../examples/drawing/plot_labels_and_colors.py:              0.30 sec   0.0 MB
    - ../examples/advanced/plot_iterated_dynamical_systems.py:    0.28 sec   0.0 MB
    - ../examples/graph/plot_karate_club.py:                      0.25 sec   0.0 MB
    - ../examples/drawing/plot_ego_graph.py:                      0.22 sec   0.0 MB
    - ../examples/drawing/plot_knuth_miles.py:                    0.21 sec   0.0 MB
    - ../examples/drawing/plot_random_geometric_graph.py:         0.21 sec   0.0 MB
    - ../examples/subclass/plot_antigraph.py:                     0.21 sec   0.0 MB
    - ../examples/drawing/plot_node_colormap.py:                  0.19 sec   0.0 MB
    - ../examples/basic/plot_properties.py:                       0.18 sec   0.0 MB
    - ../examples/advanced/plot_heavy_metal_umlaut.py:            0.17 sec   0.0 MB
    - ../examples/basic/plot_read_write.py:                       0.17 sec   0.0 MB
    - ../examples/algorithms/plot_davis_club.py:                  0.16 sec   0.0 MB
    - ../examples/drawing/plot_unix_email.py:                     0.16 sec   0.0 MB
    - ../examples/drawing/plot_multipartite_graph.py:             0.16 sec   0.0 MB
    - ../examples/drawing/plot_weighted_graph.py:                 0.16 sec   0.0 MB
    - ../examples/graph/plot_erdos_renyi.py:                      0.16 sec   0.0 MB
    - ../examples/drawing/plot_edge_colormap.py:                  0.16 sec   0.0 MB
    - ../examples/subclass/plot_printgraph.py:                    0.14 sec   0.0 MB
    - ../examples/graph/plot_degree_sequence.py:                  0.14 sec   0.0 MB
    - ../examples/jit/plot_rgraph.py:                             0.14 sec   0.0 MB
    - ../examples/algorithms/plot_krackhardt_centrality.py:       0.14 sec   0.0 MB
    - ../examples/drawing/plot_simple_path.py:                    0.13 sec   0.0 MB
    - ../examples/drawing/plot_house_with_colors.py:              0.13 sec   0.0 MB
    - ../examples/graph/plot_expected_degree_sequence.py:         0.09 sec   0.0 MB
    - ../examples/pygraphviz/plot_pygraphviz_draw.py:             0.05 sec   0.0 MB
    - ../examples/algorithms/plot_rcm.py:                         0.01 sec   0.0 MB
    - ../examples/pygraphviz/plot_write_dotfile.py:               0.01 sec   0.0 MB
    - ../examples/graph/plot_football.py:                         0.01 sec   0.0 MB
    - ../examples/pygraphviz/plot_pygraphviz_simple.py:           0.01 sec   0.0 MB
    - ../examples/applications/plot_circuits.py:                  0.01 sec   0.0 MB
    - ../examples/pygraphviz/plot_pygraphviz_attributes.py:       0.00 sec   0.0 MB
    - ../examples/3d_drawing/mayavi2_spring.py:                   0.00 sec   0.0 MB
    - ../examples/graph/dot_atlas.py:                             0.00 sec   0.0 MB
    - ../examples/javascript/force.py:                            0.00 sec   0.0 MB
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 153 source files that are out of date
updating environment: [new config] 1250 added, 0 changed, 0 removed
reading sources... [  0%] auto_examples/3d_drawing/mayavi2_spring
reading sources... [  0%] auto_examples/advanced/plot_eigenvalues
reading sources... [  0%] auto_examples/advanced/plot_heavy_metal_umlaut
reading sources... [  0%] auto_examples/advanced/plot_iterated_dynamical_systems
reading sources... [  0%] auto_examples/advanced/plot_parallel_betweenness
reading sources... [  0%] auto_examples/advanced/sg_execution_times
reading sources... [  0%] auto_examples/algorithms/plot_beam_search
reading sources... [  0%] auto_examples/algorithms/plot_blockmodel
reading sources... [  0%] auto_examples/algorithms/plot_davis_club
reading sources... [  0%] auto_examples/algorithms/plot_decomposition
reading sources... [  0%] auto_examples/algorithms/plot_krackhardt_centrality
reading sources... [  0%] auto_examples/algorithms/plot_rcm
reading sources... [  1%] auto_examples/algorithms/sg_execution_times
reading sources... [  1%] auto_examples/applications/plot_circuits
reading sources... [  1%] auto_examples/applications/sg_execution_times
reading sources... [  1%] auto_examples/basic/plot_properties
reading sources... [  1%] auto_examples/basic/plot_read_write
reading sources... [  1%] auto_examples/basic/sg_execution_times
reading sources... [  1%] auto_examples/drawing/plot_atlas
reading sources... [  1%] auto_examples/drawing/plot_chess_masters
reading sources... [  1%] auto_examples/drawing/plot_circular_tree
reading sources... [  1%] auto_examples/drawing/plot_degree_histogram
reading sources... [  1%] auto_examples/drawing/plot_degree_rank
reading sources... [  1%] auto_examples/drawing/plot_directed
reading sources... [  2%] auto_examples/drawing/plot_edge_colormap
reading sources... [  2%] auto_examples/drawing/plot_ego_graph
reading sources... [  2%] auto_examples/drawing/plot_four_grids
reading sources... [  2%] auto_examples/drawing/plot_giant_component
reading sources... [  2%] auto_examples/drawing/plot_house_with_colors
reading sources... [  2%] auto_examples/drawing/plot_knuth_miles
reading sources... [  2%] auto_examples/drawing/plot_labels_and_colors
reading sources... [  2%] auto_examples/drawing/plot_lanl_routes
reading sources... [  2%] auto_examples/drawing/plot_multipartite_graph
reading sources... [  2%] auto_examples/drawing/plot_node_colormap
reading sources... [  2%] auto_examples/drawing/plot_random_geometric_graph
reading sources... [  2%] auto_examples/drawing/plot_sampson
reading sources... [  2%] auto_examples/drawing/plot_simple_path
reading sources... [  3%] auto_examples/drawing/plot_spectral_grid
reading sources... [  3%] auto_examples/drawing/plot_unix_email
reading sources... [  3%] auto_examples/drawing/plot_weighted_graph
reading sources... [  3%] auto_examples/drawing/sg_execution_times
reading sources... [  3%] auto_examples/graph/dot_atlas
reading sources... [  3%] auto_examples/graph/plot_degree_sequence
reading sources... [  3%] auto_examples/graph/plot_erdos_renyi
reading sources... [  3%] auto_examples/graph/plot_expected_degree_sequence
reading sources... [  3%] auto_examples/graph/plot_football
reading sources... [  3%] auto_examples/graph/plot_karate_club
reading sources... [  3%] auto_examples/graph/plot_napoleon_russian_campaign
reading sources... [  3%] auto_examples/graph/plot_roget
reading sources... [  4%] auto_examples/graph/plot_words
reading sources... [  4%] auto_examples/graph/sg_execution_times
reading sources... [  4%] auto_examples/index
reading sources... [  4%] auto_examples/javascript/force
reading sources... [  4%] auto_examples/jit/plot_rgraph
reading sources... [  4%] auto_examples/jit/sg_execution_times
reading sources... [  4%] auto_examples/pygraphviz/plot_pygraphviz_attributes
reading sources... [  4%] auto_examples/pygraphviz/plot_pygraphviz_draw
reading sources... [  4%] auto_examples/pygraphviz/plot_pygraphviz_simple
reading sources... [  4%] auto_examples/pygraphviz/plot_write_dotfile
reading sources... [  4%] auto_examples/pygraphviz/sg_execution_times
reading sources... [  4%] auto_examples/subclass/plot_antigraph
reading sources... [  4%] auto_examples/subclass/plot_printgraph
reading sources... [  5%] auto_examples/subclass/sg_execution_times
reading sources... [  5%] bibliography
reading sources... [  5%] citing
reading sources... [  5%] credits
reading sources... [  5%] developer/code_of_conduct
reading sources... [  5%] developer/contribute
reading sources... [  5%] developer/core_developer
reading sources... [  5%] developer/deprecations
reading sources... [  5%] developer/gitwash/configure_git
reading sources... [  5%] developer/gitwash/development_workflow
reading sources... [  5%] developer/gitwash/following_latest
reading sources... [  5%] developer/gitwash/forking_hell
reading sources... [  6%] developer/gitwash/git_development
reading sources... [  6%] developer/gitwash/git_install
reading sources... [  6%] developer/gitwash/git_intro
reading sources... [  6%] developer/gitwash/git_resources
reading sources... [  6%] developer/gitwash/index
reading sources... [  6%] developer/gitwash/maintainer_workflow
reading sources... [  6%] developer/gitwash/patching
reading sources... [  6%] developer/gitwash/set_up_fork
reading sources... [  6%] developer/index
reading sources... [  6%] developer/nxeps/index
reading sources... [  6%] developer/nxeps/nxep-0000
reading sources... [  6%] developer/nxeps/nxep-0001
reading sources... [  6%] developer/nxeps/nxep-template
reading sources... [  7%] developer/release
reading sources... [  7%] developer/roadmap
reading sources... [  7%] developer/values
reading sources... [  7%] index
reading sources... [  7%] install
reading sources... [  7%] license
reading sources... [  7%] news
reading sources... [  7%] reference/algorithms/approximation
reading sources... [  7%] reference/algorithms/assortativity
reading sources... [  7%] reference/algorithms/asteroidal
reading sources... [  7%] reference/algorithms/bipartite
reading sources... [  7%] reference/algorithms/boundary
reading sources... [  8%] reference/algorithms/bridges
reading sources... [  8%] reference/algorithms/centrality
reading sources... [  8%] reference/algorithms/chains
reading sources... [  8%] reference/algorithms/chordal
reading sources... [  8%] reference/algorithms/clique
reading sources... [  8%] reference/algorithms/clustering
reading sources... [  8%] reference/algorithms/coloring
reading sources... [  8%] reference/algorithms/communicability_alg
reading sources... [  8%] reference/algorithms/community
reading sources... [  8%] reference/algorithms/component
reading sources... [  8%] reference/algorithms/connectivity
reading sources... [  8%] reference/algorithms/core
reading sources... [  8%] reference/algorithms/covering
reading sources... [  9%] reference/algorithms/cuts
reading sources... [  9%] reference/algorithms/cycles
reading sources... [  9%] reference/algorithms/d_separation
reading sources... [  9%] reference/algorithms/dag
reading sources... [  9%] reference/algorithms/distance_measures
reading sources... [  9%] reference/algorithms/distance_regular
reading sources... [  9%] reference/algorithms/dominance
reading sources... [  9%] reference/algorithms/dominating
reading sources... [  9%] reference/algorithms/efficiency_measures
reading sources... [  9%] reference/algorithms/euler
reading sources... [  9%] reference/algorithms/flow
reading sources... [  9%] reference/algorithms/generated/networkx.algorithms.approximation.clique.clique_removal
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clique.large_clique_size
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clique.max_clique
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clustering_coefficient.average_clustering
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.all_pairs_node_connectivity
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.local_node_connectivity
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.node_connectivity
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_edge_dominating_set
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.independent_set.maximum_independent_set
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.kcomponents.k_components
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.matching.min_maximal_matching
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.ramsey.ramsey_R2
reading sources... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.steinertree.metric_closure
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.steinertree.steiner_tree
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.treewidth.treewidth_min_degree
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.treewidth.treewidth_min_fill_in
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_assortativity_coefficient
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_mixing_dict
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_mixing_matrix
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.average_degree_connectivity
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.average_neighbor_degree
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_assortativity_coefficient
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_mixing_dict
reading sources... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_mixing_matrix
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_pearson_correlation_coefficient
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.k_nearest_neighbors
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.mixing_dict
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.node_attribute_xy
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.node_degree_xy
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.numeric_assortativity_coefficient
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.numeric_mixing_matrix
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.asteroidal.find_asteroidal_triple
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.asteroidal.is_at_free
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.color
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.degrees
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.density
reading sources... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.is_bipartite
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.is_bipartite_node_set
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.sets
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.betweenness_centrality
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.closeness_centrality
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.degree_centrality
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.average_clustering
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.clustering
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.latapy_clustering
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.robins_alexander_clustering
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.covering.min_edge_cover
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.generate_edgelist
reading sources... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.parse_edgelist
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.read_edgelist
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.write_edgelist
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.complete_bipartite_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.configuration_model
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.gnmk_random_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.havel_hakimi_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.preferential_attachment_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.random_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.eppstein_matching
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.hopcroft_karp_matching
reading sources... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.maximum_matching
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.minimum_weight_full_matching
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.to_vertex_cover
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matrix.biadjacency_matrix
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matrix.from_biadjacency_matrix
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.collaboration_weighted_projected_graph
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.generic_weighted_projected_graph
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.overlap_weighted_projected_graph
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.projected_graph
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.weighted_projected_graph
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.redundancy.node_redundancy
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.spectral.spectral_bipartivity
reading sources... [ 15%] reference/algorithms/generated/networkx.algorithms.boundary.edge_boundary
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.boundary.node_boundary
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.bridges
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.has_bridges
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.local_bridges
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.approximate_current_flow_betweenness_centrality
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality_source
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality_subset
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.closeness_centrality
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.communicability_betweenness_centrality
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality_subset
reading sources... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_closeness_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.degree_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.dispersion
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_betweenness_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_betweenness_centrality_subset
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality_subset
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_load_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.eigenvector_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.eigenvector_centrality_numpy
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.estrada_index
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.global_reaching_centrality
reading sources... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.group_betweenness_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_closeness_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_degree_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_in_degree_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_out_degree_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.harmonic_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.in_degree_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.incremental_closeness_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.information_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.katz_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.katz_centrality_numpy
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.load_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.local_reaching_centrality
reading sources... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.out_degree_centrality
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.percolation_centrality
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.second_order_centrality
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.subgraph_centrality
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.subgraph_centrality_exp
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_differences
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_incoherence_parameter
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_levels
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.voterank
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.chains.chain_decomposition
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.chordal_graph_cliques
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.chordal_graph_treewidth
reading sources... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.complete_to_chordal_graph
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.chordal.find_induced_nodes
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.chordal.is_chordal
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.cliques_containing_node
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.enumerate_all_cliques
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.find_cliques
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.graph_clique_number
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.graph_number_of_cliques
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.make_clique_bipartite
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.make_max_clique_graph
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.max_weight_clique
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.node_clique_number
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.number_of_cliques
reading sources... [ 20%] reference/algorithms/generated/networkx.algorithms.cluster.average_clustering
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.clustering
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.generalized_degree
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.square_clustering
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.transitivity
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.triangles
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.equitable_color
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.greedy_color
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential_bfs
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential_dfs
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_independent_set
reading sources... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_largest_first
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_random_sequential
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_saturation_largest_first
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_smallest_last
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.communicability_alg.communicability
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.communicability_alg.communicability_exp
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.asyn_fluid.asyn_fluidc
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.centrality.girvan_newman
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.community_utils.is_partition
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.kclique.k_clique_communities
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.kernighan_lin.kernighan_lin_bisection
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.label_propagation.asyn_lpa_communities
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.label_propagation.label_propagation_communities
reading sources... [ 22%] reference/algorithms/generated/networkx.algorithms.community.lukes.lukes_partitioning
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.community.modularity_max._naive_greedy_modularity_communities
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.community.modularity_max.greedy_modularity_communities
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.coverage
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.modularity
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.performance
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.articulation_points
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.attracting_components
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.biconnected_component_edges
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.biconnected_components
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.condensation
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.connected_components
reading sources... [ 23%] reference/algorithms/generated/networkx.algorithms.components.is_attracting_component
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_biconnected
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_connected
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_semiconnected
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_strongly_connected
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_weakly_connected
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.kosaraju_strongly_connected_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.node_connected_component
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_attracting_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_connected_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_strongly_connected_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_weakly_connected_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.strongly_connected_components
reading sources... [ 24%] reference/algorithms/generated/networkx.algorithms.components.strongly_connected_components_recursive
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.components.weakly_connected_components
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.average_node_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.edge_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.local_edge_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.local_node_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.node_connectivity
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_edge_cut
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_node_cut
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_st_edge_cut
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_st_node_cut
reading sources... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.bridge_components
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.k_edge_components
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.kcomponents.k_components
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.kcutsets.all_node_cuts
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.stoerwagner.stoer_wagner
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity
reading sources... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.core_number
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_core
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_corona
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_crust
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_shell
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_truss
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.core.onion_layers
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.covering.is_edge_cover
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.covering.min_edge_cover
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.boundary_expansion
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.conductance
reading sources... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.cut_size
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.edge_expansion
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.mixing_expansion
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.node_expansion
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.normalized_cut_size
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.volume
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.cycle_basis
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.find_cycle
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.minimum_cycle_basis
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.simple_cycles
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.d_separation.d_separated
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.all_topological_sorts
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.ancestors
reading sources... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.antichains
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_longest_path
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_longest_path_length
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_to_branching
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.descendants
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.is_aperiodic
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.is_directed_acyclic_graph
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.lexicographical_topological_sort
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.topological_sort
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_closure
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_closure_dag
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_reduction
reading sources... [ 29%] reference/algorithms/generated/networkx.algorithms.distance_measures.barycenter
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.center
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.diameter
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.eccentricity
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.extrema_bounding
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.periphery
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.radius
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.resistance_distance
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.global_parameters
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.intersection_array
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.is_distance_regular
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.is_strongly_regular
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.dominance.dominance_frontiers
reading sources... [ 30%] reference/algorithms/generated/networkx.algorithms.dominance.immediate_dominators
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.dominating.dominating_set
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.dominating.is_dominating_set
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.efficiency
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.global_efficiency
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.local_efficiency
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerian_circuit
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerian_path
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerize
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.has_eulerian_path
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.is_eulerian
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.is_semieulerian
reading sources... [ 31%] reference/algorithms/generated/networkx.algorithms.flow.boykov_kolmogorov
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.build_residual_network
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.capacity_scaling
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.cost_of_flow
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.dinitz
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.edmonds_karp
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.gomory_hu_tree
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.max_flow_min_cost
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.maximum_flow
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.maximum_flow_value
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.min_cost_flow
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.min_cost_flow_cost
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.minimum_cut
reading sources... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.minimum_cut_value
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.network_simplex
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.preflow_push
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.shortest_augmenting_path
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_digraphical
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_graphical
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_multigraphical
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_pseudographical
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.hierarchy.flow_hierarchy
reading sources... [ 33%] reference/algorithms/generated/networkx.algorithms.hybrid.is_kl_connected
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.hybrid.kl_connected_subgraph
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.is_isolate
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.isolates
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.number_of_isolates
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.__init__
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.candidate_pairs_iter
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.initialize
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.is_isomorphic
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.isomorphisms_iter
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.match
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.semantic_feasibility
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_is_isomorphic
reading sources... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_isomorphisms_iter
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.syntactic_feasibility
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.__init__
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.candidate_pairs_iter
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.initialize
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.is_isomorphic
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.isomorphisms_iter
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.match
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.semantic_feasibility
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_is_isomorphic
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_isomorphisms_iter
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.syntactic_feasibility
reading sources... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.analyze_symmetry
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.is_isomorphic
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.isomorphisms_iter
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.largest_common_subgraph
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.subgraph_is_isomorphic
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.subgraph_isomorphisms_iter
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_edge_match
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_multiedge_match
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_node_match
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.could_be_isomorphic
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.fast_could_be_isomorphic
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.faster_could_be_isomorphic
reading sources... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_edge_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_multiedge_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_node_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.is_isomorphic
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_edge_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_multiedge_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_node_match
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.authority_matrix
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits_numpy
reading sources... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits_scipy
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hub_matrix
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.google_matrix
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_numpy
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_scipy
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.adamic_adar_index
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.cn_soundarajan_hopcroft
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.common_neighbor_centrality
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.jaccard_coefficient
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.preferential_attachment
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.resource_allocation_index
reading sources... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.within_inter_cluster
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.lowest_common_ancestor
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_matching
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_maximal_matching
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_perfect_matching
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.max_weight_matching
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.maximal_matching
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.contracted_edge
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.contracted_nodes
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.identified_nodes
reading sources... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.quotient_graph
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.mis.maximal_independent_set
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.moral.moral_graph
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.node_classification.hmn.harmonic_function
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.node_classification.lgc.local_and_global_consistency
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.non_randomness.non_randomness
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.compose_all
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.disjoint_union_all
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.intersection_all
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.union_all
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.compose
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.difference
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.disjoint_union
reading sources... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.full_join
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.intersection
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.symmetric_difference
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.union
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.cartesian_product
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.lexicographic_product
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.power
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.rooted_product
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.strong_product
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.tensor_product
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.unary.complement
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.unary.reverse
reading sources... [ 41%] reference/algorithms/generated/networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.planarity.check_planarity
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.reciprocity.overall_reciprocity
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.reciprocity.reciprocity
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.is_k_regular
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.is_regular
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.k_factor
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.richclub.rich_club_coefficient
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.astar.astar_path
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.astar.astar_path_length
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_numpy
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance
reading sources... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.reconstruct_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.all_shortest_paths
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.average_shortest_path_length
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.has_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path_length
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path_length
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.predecessor
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length
reading sources... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path_length
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path_length
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path_length
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_path
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path_length
reading sources... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.goldberg_radzik
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.johnson
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.negative_edge_cycle
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path_length
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path
reading sources... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.graph_edit_distance
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimal_edit_paths
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimize_edit_paths
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimize_graph_edit_distance
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.simrank_similarity
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.simrank_similarity_numpy
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.all_simple_edge_paths
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.all_simple_paths
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.is_simple_path
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.shortest_simple_paths
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.lattice_reference
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.omega
reading sources... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.random_reference
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.smallworld.sigma
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.smetric.s_metric
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.sparsifiers.spanner
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.constraint
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.effective_size
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.local_constraint
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.swap.connected_double_edge_swap
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.swap.double_edge_swap
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.threshold.find_threshold_graph
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.threshold.is_threshold_graph
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.tournament.hamiltonian_path
reading sources... [ 47%] reference/algorithms/generated/networkx.algorithms.tournament.is_reachable
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.is_strongly_connected
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.is_tournament
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.random_tournament
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.score_sequence
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.beamsearch.bfs_beam_edges
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_edges
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_predecessors
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_successors
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_tree
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.descendants_at_distance
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_edges
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges
reading sources... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_postorder_nodes
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_predecessors
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_successors
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_tree
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.edgebfs.edge_bfs
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.edgedfs.edge_dfs
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.Edmonds
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.branching_weight
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.greedy_branching
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.maximum_branching
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.maximum_spanning_arborescence
reading sources... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.minimum_branching
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.branchings.minimum_spanning_arborescence
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.NotATree
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.from_nested_tuple
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.from_prufer_sequence
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.to_nested_tuple
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.to_prufer_sequence
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.decomposition.junction_tree
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.maximum_spanning_edges
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.maximum_spanning_tree
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.minimum_spanning_edges
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.minimum_spanning_tree
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.operations.join
reading sources... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_arborescence
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_branching
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_forest
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_tree
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.all_triads
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.all_triplets
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.random_triad
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triad_type
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triadic_census
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triads_by_type
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.vitality.closeness_vitality
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.voronoi.voronoi_cells
reading sources... [ 51%] reference/algorithms/generated/networkx.algorithms.wiener.wiener_index
reading sources... [ 52%] reference/algorithms/graph_hashing
reading sources... [ 52%] reference/algorithms/graphical
reading sources... [ 52%] reference/algorithms/hierarchy
reading sources... [ 52%] reference/algorithms/hybrid
reading sources... [ 52%] reference/algorithms/index
reading sources... [ 52%] reference/algorithms/isolates
reading sources... [ 52%] reference/algorithms/isomorphism
reading sources... [ 52%] reference/algorithms/isomorphism.ismags
reading sources... [ 52%] reference/algorithms/isomorphism.vf2
reading sources... [ 52%] reference/algorithms/link_analysis
reading sources... [ 52%] reference/algorithms/link_prediction
reading sources... [ 52%] reference/algorithms/lowest_common_ancestors
reading sources... [ 52%] reference/algorithms/matching
reading sources... [ 53%] reference/algorithms/minors
reading sources... [ 53%] reference/algorithms/mis
reading sources... [ 53%] reference/algorithms/moral
reading sources... [ 53%] reference/algorithms/node_classification
reading sources... [ 53%] reference/algorithms/non_randomness
reading sources... [ 53%] reference/algorithms/operators
reading sources... [ 53%] reference/algorithms/planar_drawing
reading sources... [ 53%] reference/algorithms/planarity
reading sources... [ 53%] reference/algorithms/reciprocity
reading sources... [ 53%] reference/algorithms/regular
reading sources... [ 53%] reference/algorithms/rich_club
reading sources... [ 53%] reference/algorithms/shortest_paths
reading sources... [ 54%] reference/algorithms/similarity
reading sources... [ 54%] reference/algorithms/simple_paths
reading sources... [ 54%] reference/algorithms/smallworld
reading sources... [ 54%] reference/algorithms/smetric
reading sources... [ 54%] reference/algorithms/sparsifiers
reading sources... [ 54%] reference/algorithms/structuralholes
reading sources... [ 54%] reference/algorithms/swap
reading sources... [ 54%] reference/algorithms/threshold
reading sources... [ 54%] reference/algorithms/tournament
reading sources... [ 54%] reference/algorithms/traversal
reading sources... [ 54%] reference/algorithms/tree
reading sources... [ 54%] reference/algorithms/triads
reading sources... [ 54%] reference/algorithms/vitality
reading sources... [ 55%] reference/algorithms/voronoi
reading sources... [ 55%] reference/algorithms/wiener
reading sources... [ 55%] reference/classes/digraph
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.__contains__
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.__getitem__
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.__init__
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.__iter__
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.__len__
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.add_edge
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.add_edges_from
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.add_node
reading sources... [ 55%] reference/classes/generated/networkx.DiGraph.add_nodes_from
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.add_weighted_edges_from
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.adj
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.adjacency
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.clear
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.clear_edges
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.copy
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.degree
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.edge_subgraph
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.edges
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.get_edge_data
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.has_edge
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.has_node
reading sources... [ 56%] reference/classes/generated/networkx.DiGraph.in_degree
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.in_edges
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.nbunch_iter
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.neighbors
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.nodes
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.number_of_edges
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.number_of_nodes
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.order
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.out_degree
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.out_edges
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.pred
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.predecessors
reading sources... [ 57%] reference/classes/generated/networkx.DiGraph.remove_edge
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.remove_edges_from
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.remove_node
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.remove_nodes_from
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.reverse
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.size
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.subgraph
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.succ
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.successors
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.to_directed
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.to_undirected
reading sources... [ 58%] reference/classes/generated/networkx.DiGraph.update
reading sources... [ 58%] reference/classes/generated/networkx.Graph.__contains__
reading sources... [ 58%] reference/classes/generated/networkx.Graph.__getitem__
reading sources... [ 59%] reference/classes/generated/networkx.Graph.__init__
reading sources... [ 59%] reference/classes/generated/networkx.Graph.__iter__
reading sources... [ 59%] reference/classes/generated/networkx.Graph.__len__
reading sources... [ 59%] reference/classes/generated/networkx.Graph.add_edge
reading sources... [ 59%] reference/classes/generated/networkx.Graph.add_edges_from
reading sources... [ 59%] reference/classes/generated/networkx.Graph.add_node
reading sources... [ 59%] reference/classes/generated/networkx.Graph.add_nodes_from
reading sources... [ 59%] reference/classes/generated/networkx.Graph.add_weighted_edges_from
reading sources... [ 59%] reference/classes/generated/networkx.Graph.adj
reading sources... [ 59%] reference/classes/generated/networkx.Graph.adjacency
reading sources... [ 59%] reference/classes/generated/networkx.Graph.clear
reading sources... [ 59%] reference/classes/generated/networkx.Graph.clear_edges
reading sources... [ 60%] reference/classes/generated/networkx.Graph.copy
reading sources... [ 60%] reference/classes/generated/networkx.Graph.degree
reading sources... [ 60%] reference/classes/generated/networkx.Graph.edge_subgraph
reading sources... [ 60%] reference/classes/generated/networkx.Graph.edges
reading sources... [ 60%] reference/classes/generated/networkx.Graph.get_edge_data
reading sources... [ 60%] reference/classes/generated/networkx.Graph.has_edge
reading sources... [ 60%] reference/classes/generated/networkx.Graph.has_node
reading sources... [ 60%] reference/classes/generated/networkx.Graph.nbunch_iter
reading sources... [ 60%] reference/classes/generated/networkx.Graph.neighbors
reading sources... [ 60%] reference/classes/generated/networkx.Graph.nodes
reading sources... [ 60%] reference/classes/generated/networkx.Graph.number_of_edges
reading sources... [ 60%] reference/classes/generated/networkx.Graph.number_of_nodes
reading sources... [ 60%] reference/classes/generated/networkx.Graph.order
reading sources... [ 61%] reference/classes/generated/networkx.Graph.remove_edge
reading sources... [ 61%] reference/classes/generated/networkx.Graph.remove_edges_from
reading sources... [ 61%] reference/classes/generated/networkx.Graph.remove_node
reading sources... [ 61%] reference/classes/generated/networkx.Graph.remove_nodes_from
reading sources... [ 61%] reference/classes/generated/networkx.Graph.size
reading sources... [ 61%] reference/classes/generated/networkx.Graph.subgraph
reading sources... [ 61%] reference/classes/generated/networkx.Graph.to_directed
reading sources... [ 61%] reference/classes/generated/networkx.Graph.to_undirected
reading sources... [ 61%] reference/classes/generated/networkx.Graph.update
reading sources... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__contains__
reading sources... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__getitem__
reading sources... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__init__
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.__iter__
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.__len__
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_edge
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_edges_from
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_node
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_nodes_from
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_weighted_edges_from
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.adj
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.adjacency
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.clear
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.clear_edges
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.copy
reading sources... [ 62%] reference/classes/generated/networkx.MultiDiGraph.degree
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.edge_subgraph
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.edges
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.get_edge_data
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.has_edge
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.has_node
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.in_degree
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.in_edges
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.nbunch_iter
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.neighbors
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.new_edge_key
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.nodes
reading sources... [ 63%] reference/classes/generated/networkx.MultiDiGraph.number_of_edges
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.number_of_nodes
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.order
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.out_degree
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.out_edges
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.predecessors
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_edge
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_edges_from
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_node
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_nodes_from
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.reverse
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.size
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.subgraph
reading sources... [ 64%] reference/classes/generated/networkx.MultiDiGraph.succ
reading sources... [ 65%] reference/classes/generated/networkx.MultiDiGraph.successors
reading sources... [ 65%] reference/classes/generated/networkx.MultiDiGraph.to_directed
reading sources... [ 65%] reference/classes/generated/networkx.MultiDiGraph.to_undirected
reading sources... [ 65%] reference/classes/generated/networkx.MultiDiGraph.update
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.__contains__
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.__getitem__
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.__init__
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.__iter__
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.__len__
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.add_edge
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.add_edges_from
reading sources... [ 65%] reference/classes/generated/networkx.MultiGraph.add_node
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.add_nodes_from
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.add_weighted_edges_from
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.adj
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.adjacency
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.clear
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.clear_edges
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.copy
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.degree
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.edge_subgraph
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.edges
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.get_edge_data
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.has_edge
reading sources... [ 66%] reference/classes/generated/networkx.MultiGraph.has_node
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.nbunch_iter
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.neighbors
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.new_edge_key
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.nodes
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.number_of_edges
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.number_of_nodes
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.order
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_edge
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_edges_from
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_node
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_nodes_from
reading sources... [ 67%] reference/classes/generated/networkx.MultiGraph.size
reading sources... [ 68%] reference/classes/generated/networkx.MultiGraph.subgraph
reading sources... [ 68%] reference/classes/generated/networkx.MultiGraph.to_directed
reading sources... [ 68%] reference/classes/generated/networkx.MultiGraph.to_undirected
reading sources... [ 68%] reference/classes/generated/networkx.MultiGraph.update
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.hide_diedges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.hide_edges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.hide_multidiedges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.hide_multiedges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.hide_nodes
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.no_filter
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.show_diedges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.show_edges
reading sources... [ 68%] reference/classes/generated/networkx.classes.filters.show_multidiedges
reading sources... [ 69%] reference/classes/generated/networkx.classes.filters.show_multiedges
reading sources... [ 69%] reference/classes/generated/networkx.classes.filters.show_nodes
reading sources... [ 69%] reference/classes/generated/networkx.classes.graphviews.generic_graph_view
reading sources... [ 69%] reference/classes/generated/networkx.classes.graphviews.reverse_view
reading sources... [ 69%] reference/classes/generated/networkx.classes.graphviews.subgraph_view
reading sources... [ 69%] reference/classes/graph
reading sources... [ 69%] reference/classes/index
reading sources... [ 69%] reference/classes/multidigraph
reading sources... [ 69%] reference/classes/multigraph
reading sources... [ 69%] reference/classes/ordered
reading sources... [ 69%] reference/convert
reading sources... [ 69%] reference/drawing
reading sources... [ 70%] reference/exceptions
reading sources... [ 70%] reference/functions
reading sources... [ 70%] reference/generated/networkx.classes.function.add_cycle
reading sources... [ 70%] reference/generated/networkx.classes.function.add_path
reading sources... [ 70%] reference/generated/networkx.classes.function.add_star
reading sources... [ 70%] reference/generated/networkx.classes.function.all_neighbors
reading sources... [ 70%] reference/generated/networkx.classes.function.common_neighbors
reading sources... [ 70%] reference/generated/networkx.classes.function.create_empty_copy
reading sources... [ 70%] reference/generated/networkx.classes.function.degree
reading sources... [ 70%] reference/generated/networkx.classes.function.degree_histogram
reading sources... [ 70%] reference/generated/networkx.classes.function.density
reading sources... [ 70%] reference/generated/networkx.classes.function.edge_subgraph
reading sources... [ 70%] reference/generated/networkx.classes.function.edges
reading sources... [ 71%] reference/generated/networkx.classes.function.freeze
reading sources... [ 71%] reference/generated/networkx.classes.function.get_edge_attributes
reading sources... [ 71%] reference/generated/networkx.classes.function.get_node_attributes
reading sources... [ 71%] reference/generated/networkx.classes.function.induced_subgraph
reading sources... [ 71%] reference/generated/networkx.classes.function.info
reading sources... [ 71%] reference/generated/networkx.classes.function.is_directed
reading sources... [ 71%] reference/generated/networkx.classes.function.is_empty
reading sources... [ 71%] reference/generated/networkx.classes.function.is_frozen
reading sources... [ 71%] reference/generated/networkx.classes.function.is_negatively_weighted
reading sources... [ 71%] reference/generated/networkx.classes.function.is_path
reading sources... [ 71%] reference/generated/networkx.classes.function.is_weighted
reading sources... [ 71%] reference/generated/networkx.classes.function.neighbors
reading sources... [ 72%] reference/generated/networkx.classes.function.nodes
reading sources... [ 72%] reference/generated/networkx.classes.function.nodes_with_selfloops
reading sources... [ 72%] reference/generated/networkx.classes.function.non_edges
reading sources... [ 72%] reference/generated/networkx.classes.function.non_neighbors
reading sources... [ 72%] reference/generated/networkx.classes.function.number_of_edges
reading sources... [ 72%] reference/generated/networkx.classes.function.number_of_nodes
reading sources... [ 72%] reference/generated/networkx.classes.function.number_of_selfloops
reading sources... [ 72%] reference/generated/networkx.classes.function.path_weight
reading sources... [ 72%] reference/generated/networkx.classes.function.restricted_view
reading sources... [ 72%] reference/generated/networkx.classes.function.reverse_view
reading sources... [ 72%] reference/generated/networkx.classes.function.selfloop_edges
reading sources... [ 72%] reference/generated/networkx.classes.function.set_edge_attributes
reading sources... [ 72%] reference/generated/networkx.classes.function.set_node_attributes
reading sources... [ 73%] reference/generated/networkx.classes.function.subgraph
reading sources... [ 73%] reference/generated/networkx.classes.function.subgraph_view
reading sources... [ 73%] reference/generated/networkx.classes.function.to_directed
reading sources... [ 73%] reference/generated/networkx.classes.function.to_undirected
reading sources... [ 73%] reference/generated/networkx.convert.from_dict_of_dicts
reading sources... [ 73%] reference/generated/networkx.convert.from_dict_of_lists
reading sources... [ 73%] reference/generated/networkx.convert.from_edgelist
reading sources... [ 73%] reference/generated/networkx.convert.to_dict_of_dicts
reading sources... [ 73%] reference/generated/networkx.convert.to_dict_of_lists
reading sources... [ 73%] reference/generated/networkx.convert.to_edgelist
reading sources... [ 73%] reference/generated/networkx.convert.to_networkx_graph
reading sources... [ 73%] reference/generated/networkx.convert_matrix.from_numpy_array
reading sources... [ 74%] reference/generated/networkx.convert_matrix.from_numpy_matrix
reading sources... [ 74%] reference/generated/networkx.convert_matrix.from_pandas_adjacency
reading sources... [ 74%] reference/generated/networkx.convert_matrix.from_pandas_edgelist
reading sources... [ 74%] reference/generated/networkx.convert_matrix.from_scipy_sparse_matrix
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_array
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_matrix
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_recarray
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_pandas_adjacency
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_pandas_edgelist
reading sources... [ 74%] reference/generated/networkx.convert_matrix.to_scipy_sparse_matrix
reading sources... [ 74%] reference/generated/networkx.drawing.layout.bipartite_layout
reading sources... [ 74%] reference/generated/networkx.drawing.layout.circular_layout
reading sources... [ 74%] reference/generated/networkx.drawing.layout.kamada_kawai_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.multipartite_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.planar_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.random_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.rescale_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.rescale_layout_dict
reading sources... [ 75%] reference/generated/networkx.drawing.layout.shell_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.spectral_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.spiral_layout
reading sources... [ 75%] reference/generated/networkx.drawing.layout.spring_layout
reading sources... [ 75%] reference/generated/networkx.drawing.nx_agraph.from_agraph
reading sources... [ 75%] reference/generated/networkx.drawing.nx_agraph.graphviz_layout
reading sources... [ 75%] reference/generated/networkx.drawing.nx_agraph.pygraphviz_layout
reading sources... [ 76%] reference/generated/networkx.drawing.nx_agraph.read_dot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_agraph.to_agraph
reading sources... [ 76%] reference/generated/networkx.drawing.nx_agraph.write_dot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.from_pydot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.graphviz_layout
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.pydot_layout
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.read_dot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.to_pydot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pydot.write_dot
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_circular
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_kamada_kawai
reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_networkx
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edge_labels
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edges
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_labels
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_nodes
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_planar
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_random
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_shell
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_spectral
reading sources... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_spring
reading sources... [ 77%] reference/generated/networkx.generators.atlas.graph_atlas
reading sources... [ 77%] reference/generated/networkx.generators.atlas.graph_atlas_g
reading sources... [ 77%] reference/generated/networkx.generators.classic.balanced_tree
reading sources... [ 78%] reference/generated/networkx.generators.classic.barbell_graph
reading sources... [ 78%] reference/generated/networkx.generators.classic.binomial_tree
reading sources... [ 78%] reference/generated/networkx.generators.classic.circulant_graph
reading sources... [ 78%] reference/generated/networkx.generators.classic.circular_ladder_graph
reading sources... [ 78%] reference/generated/networkx.generators.classic.complete_graph
reading sources... [ 78%] reference/generated/networkx.generators.classic.complete_multipartite_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.full_rary_tree
reading sources... [ 78%] reference/generated/networkx.generators.classic.ladder_graph
reading sources... [ 78%] reference/generated/networkx.generators.classic.lollipop_graph
reading sources... [ 78%] 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.turan_graph
reading sources... [ 79%] reference/generated/networkx.generators.classic.wheel_graph
reading sources... [ 79%] reference/generated/networkx.generators.cographs.random_cograph
reading sources... [ 79%] reference/generated/networkx.generators.community.LFR_benchmark_graph
reading sources... [ 79%] reference/generated/networkx.generators.community.caveman_graph
reading sources... [ 79%] reference/generated/networkx.generators.community.connected_caveman_graph
reading sources... [ 79%] reference/generated/networkx.generators.community.gaussian_random_partition_graph
reading sources... [ 79%] reference/generated/networkx.generators.community.planted_partition_graph
reading sources... [ 79%] reference/generated/networkx.generators.community.random_partition_graph
reading sources... [ 80%] reference/generated/networkx.generators.community.relaxed_caveman_graph
reading sources... [ 80%] reference/generated/networkx.generators.community.ring_of_cliques
reading sources... [ 80%] reference/generated/networkx.generators.community.stochastic_block_model
reading sources... [ 80%] reference/generated/networkx.generators.community.windmill_graph
reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.configuration_model
reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.degree_sequence_tree
reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.directed_configuration_model
reading sources... [ 80%] 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... [ 81%] reference/generated/networkx.generators.directed.gnr_graph
reading sources... [ 81%] reference/generated/networkx.generators.directed.random_k_out_graph
reading sources... [ 81%] reference/generated/networkx.generators.directed.scale_free_graph
reading sources... [ 81%] reference/generated/networkx.generators.duplication.duplication_divergence_graph
reading sources... [ 81%] reference/generated/networkx.generators.duplication.partial_duplication_graph
reading sources... [ 81%] reference/generated/networkx.generators.ego.ego_graph
reading sources... [ 81%] reference/generated/networkx.generators.expanders.chordal_cycle_graph
reading sources... [ 81%] reference/generated/networkx.generators.expanders.margulis_gabber_galil_graph
reading sources... [ 81%] reference/generated/networkx.generators.expanders.paley_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... [ 82%] reference/generated/networkx.generators.geometric.soft_random_geometric_graph
reading sources... [ 82%] reference/generated/networkx.generators.geometric.thresholded_random_geometric_graph
reading sources... [ 82%] reference/generated/networkx.generators.geometric.waxman_graph
reading sources... [ 82%] reference/generated/networkx.generators.harary_graph.hkn_harary_graph
reading sources... [ 82%] reference/generated/networkx.generators.harary_graph.hnm_harary_graph
reading sources... [ 82%] reference/generated/networkx.generators.internet_as_graphs.random_internet_as_graph
reading sources... [ 82%] reference/generated/networkx.generators.intersection.general_random_intersection_graph
reading sources... [ 82%] reference/generated/networkx.generators.intersection.k_random_intersection_graph
reading sources... [ 82%] reference/generated/networkx.generators.intersection.uniform_random_intersection_graph
reading sources... [ 82%] reference/generated/networkx.generators.interval_graph.interval_graph
reading sources... [ 82%] reference/generated/networkx.generators.joint_degree_seq.directed_joint_degree_graph
reading sources... [ 82%] reference/generated/networkx.generators.joint_degree_seq.is_valid_directed_joint_degree
reading sources... [ 82%] reference/generated/networkx.generators.joint_degree_seq.is_valid_joint_degree
reading sources... [ 83%] reference/generated/networkx.generators.joint_degree_seq.joint_degree_graph
reading sources... [ 83%] reference/generated/networkx.generators.lattice.grid_2d_graph
reading sources... [ 83%] reference/generated/networkx.generators.lattice.grid_graph
reading sources... [ 83%] reference/generated/networkx.generators.lattice.hexagonal_lattice_graph
reading sources... [ 83%] reference/generated/networkx.generators.lattice.hypercube_graph
reading sources... [ 83%] reference/generated/networkx.generators.lattice.triangular_lattice_graph
reading sources... [ 83%] reference/generated/networkx.generators.line.inverse_line_graph
reading sources... [ 83%] reference/generated/networkx.generators.line.line_graph
reading sources... [ 83%] reference/generated/networkx.generators.mycielski.mycielski_graph
reading sources... [ 83%] reference/generated/networkx.generators.mycielski.mycielskian
reading sources... [ 83%] reference/generated/networkx.generators.nonisomorphic_trees.nonisomorphic_trees
reading sources... [ 83%] reference/generated/networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees
reading sources... [ 84%] reference/generated/networkx.generators.random_clustered.random_clustered_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.barabasi_albert_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.binomial_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.connected_watts_strogatz_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.dense_gnm_random_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.dual_barabasi_albert_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.erdos_renyi_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.extended_barabasi_albert_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.fast_gnp_random_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.gnm_random_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.gnp_random_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.newman_watts_strogatz_graph
reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.powerlaw_cluster_graph
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_kernel_graph
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_lobster
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree_sequence
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_regular_graph
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.random_shell_graph
reading sources... [ 85%] reference/generated/networkx.generators.random_graphs.watts_strogatz_graph
reading sources... [ 85%] reference/generated/networkx.generators.small.LCF_graph
reading sources... [ 85%] reference/generated/networkx.generators.small.bull_graph
reading sources... [ 85%] reference/generated/networkx.generators.small.chvatal_graph
reading sources... [ 85%] reference/generated/networkx.generators.small.cubical_graph
reading sources... [ 85%] reference/generated/networkx.generators.small.desargues_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.diamond_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.dodecahedral_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.frucht_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.heawood_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.hoffman_singleton_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.house_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.house_x_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.icosahedral_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.krackhardt_kite_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.make_small_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.moebius_kantor_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.octahedral_graph
reading sources... [ 86%] reference/generated/networkx.generators.small.pappus_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.petersen_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.sedgewick_maze_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.tetrahedral_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.truncated_cube_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.truncated_tetrahedron_graph
reading sources... [ 87%] reference/generated/networkx.generators.small.tutte_graph
reading sources... [ 87%] reference/generated/networkx.generators.social.davis_southern_women_graph
reading sources... [ 87%] 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.social.les_miserables_graph
reading sources... [ 87%] reference/generated/networkx.generators.spectral_graph_forge.spectral_graph_forge
reading sources... [ 87%] reference/generated/networkx.generators.stochastic.stochastic_graph
reading sources... [ 88%] reference/generated/networkx.generators.sudoku.sudoku_graph
reading sources... [ 88%] reference/generated/networkx.generators.trees.prefix_tree
reading sources... [ 88%] reference/generated/networkx.generators.trees.random_tree
reading sources... [ 88%] reference/generated/networkx.generators.triads.triad_graph
reading sources... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.algebraic_connectivity
reading sources... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.fiedler_vector
reading sources... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.spectral_ordering
reading sources... [ 88%] reference/generated/networkx.linalg.attrmatrix.attr_matrix
reading sources... [ 88%] reference/generated/networkx.linalg.attrmatrix.attr_sparse_matrix
reading sources... [ 88%] reference/generated/networkx.linalg.bethehessianmatrix.bethe_hessian_matrix
reading sources... [ 88%] reference/generated/networkx.linalg.graphmatrix.adjacency_matrix
reading sources... [ 88%] reference/generated/networkx.linalg.graphmatrix.incidence_matrix
reading sources... [ 88%] reference/generated/networkx.linalg.laplacianmatrix.directed_combinatorial_laplacian_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.directed_laplacian_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.laplacian_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.normalized_laplacian_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.modularitymatrix.directed_modularity_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.modularitymatrix.modularity_matrix
reading sources... [ 89%] reference/generated/networkx.linalg.spectrum.adjacency_spectrum
reading sources... [ 89%] reference/generated/networkx.linalg.spectrum.bethe_hessian_spectrum
reading sources... [ 89%] reference/generated/networkx.linalg.spectrum.laplacian_spectrum
reading sources... [ 89%] reference/generated/networkx.linalg.spectrum.modularity_spectrum
reading sources... [ 89%] reference/generated/networkx.linalg.spectrum.normalized_laplacian_spectrum
reading sources... [ 89%] reference/generated/networkx.relabel.convert_node_labels_to_integers
reading sources... [ 89%] reference/generated/networkx.relabel.relabel_nodes
reading sources... [ 90%] reference/generated/networkx.utils.decorators.nodes_or_number
reading sources... [ 90%] reference/generated/networkx.utils.decorators.not_implemented_for
reading sources... [ 90%] reference/generated/networkx.utils.decorators.open_file
reading sources... [ 90%] reference/generated/networkx.utils.decorators.preserve_random_state
reading sources... [ 90%] reference/generated/networkx.utils.decorators.random_state
reading sources... [ 90%] reference/generated/networkx.utils.misc.create_random_state
reading sources... [ 90%] reference/generated/networkx.utils.misc.default_opener
reading sources... [ 90%] reference/generated/networkx.utils.misc.flatten
reading sources... [ 90%] reference/generated/networkx.utils.misc.generate_unique_node
reading sources... [ 90%] reference/generated/networkx.utils.misc.groups
reading sources... [ 90%] reference/generated/networkx.utils.misc.is_list_of_ints
reading sources... [ 90%] reference/generated/networkx.utils.misc.is_string_like
reading sources... [ 90%] reference/generated/networkx.utils.misc.iterable
reading sources... [ 91%] reference/generated/networkx.utils.misc.make_list_of_ints
reading sources... [ 91%] reference/generated/networkx.utils.misc.make_str
reading sources... [ 91%] reference/generated/networkx.utils.misc.pairwise
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.cumulative_distribution
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.discrete_sequence
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.powerlaw_sequence
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.random_weighted_sample
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.weighted_choice
reading sources... [ 91%] reference/generated/networkx.utils.random_sequence.zipf_rv
reading sources... [ 91%] reference/generated/networkx.utils.rcm.cuthill_mckee_ordering
reading sources... [ 91%] reference/generated/networkx.utils.rcm.reverse_cuthill_mckee_ordering
reading sources... [ 91%] reference/generated/networkx.utils.union_find.UnionFind.union
reading sources... [ 92%] reference/generators
reading sources... [ 92%] reference/glossary
reading sources... [ 92%] reference/index
reading sources... [ 92%] reference/introduction
reading sources... [ 92%] reference/linalg
reading sources... [ 92%] reference/randomness
reading sources... [ 92%] reference/readwrite/adjlist
reading sources... [ 92%] reference/readwrite/edgelist
reading sources... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.generate_adjlist
reading sources... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.parse_adjlist
reading sources... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.read_adjlist
reading sources... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.write_adjlist
reading sources... [ 92%] reference/readwrite/generated/networkx.readwrite.edgelist.generate_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.parse_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.read_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.read_weighted_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.write_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.write_weighted_edgelist
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.generate_gexf
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.read_gexf
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.relabel_gexf_graph
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.write_gexf
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.generate_gml
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.literal_destringizer
reading sources... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.literal_stringizer
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.parse_gml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.read_gml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.write_gml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.gpickle.read_gpickle
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.gpickle.write_gpickle
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.from_graph6_bytes
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.read_graph6
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.to_graph6_bytes
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.write_graph6
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.generate_graphml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.parse_graphml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.read_graphml
reading sources... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.write_graphml
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.adjacency_data
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.adjacency_graph
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.cytoscape_data
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.cytoscape_graph
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.jit_data
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.jit_graph
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.node_link_data
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.node_link_graph
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.tree_data
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.tree_graph
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.leda.parse_leda
reading sources... [ 95%] reference/readwrite/generated/networkx.readwrite.leda.read_leda
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.generate_multiline_adjlist
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.parse_multiline_adjlist
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.read_multiline_adjlist
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.write_multiline_adjlist
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_shp.read_shp
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_shp.write_shp
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_yaml.read_yaml
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_yaml.write_yaml
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.generate_pajek
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.parse_pajek
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.read_pajek
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.write_pajek
reading sources... [ 96%] reference/readwrite/generated/networkx.readwrite.sparse6.from_sparse6_bytes
reading sources... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.read_sparse6
reading sources... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.to_sparse6_bytes
reading sources... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.write_sparse6
reading sources... [ 97%] reference/readwrite/gexf
reading sources... [ 97%] reference/readwrite/gml
reading sources... [ 97%] reference/readwrite/gpickle
reading sources... [ 97%] reference/readwrite/graphml
reading sources... [ 97%] reference/readwrite/index
reading sources... [ 97%] reference/readwrite/json_graph
reading sources... [ 97%] reference/readwrite/leda
reading sources... [ 97%] reference/readwrite/multiline_adjlist
reading sources... [ 97%] reference/readwrite/nx_shp
reading sources... [ 98%] reference/readwrite/pajek
reading sources... [ 98%] reference/readwrite/sparsegraph6
reading sources... [ 98%] reference/readwrite/yaml
reading sources... [ 98%] reference/relabel
reading sources... [ 98%] reference/utils
reading sources... [ 98%] release/api_0.99
reading sources... [ 98%] release/api_1.0
reading sources... [ 98%] release/api_1.10
reading sources... [ 98%] release/api_1.11
reading sources... [ 98%] release/api_1.4
reading sources... [ 98%] release/api_1.5
reading sources... [ 98%] release/api_1.6
reading sources... [ 98%] release/api_1.7
reading sources... [ 99%] release/api_1.8
reading sources... [ 99%] release/api_1.9
reading sources... [ 99%] release/index
reading sources... [ 99%] release/migration_guide_from_1.x_to_2.0
reading sources... [ 99%] release/release_2.0
reading sources... [ 99%] release/release_2.1
reading sources... [ 99%] release/release_2.2
reading sources... [ 99%] release/release_2.3
reading sources... [ 99%] release/release_2.4
reading sources... [ 99%] release/release_2.5
reading sources... [ 99%] release/release_dev
reading sources... [ 99%] team
reading sources... [100%] tutorial

/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/code_of_conduct.rst:1: WARNING: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: '../CODE_OF_CONDUCT.rst'.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/release/release_2.5.rst: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [  0%] auto_examples/3d_drawing/mayavi2_spring
writing output... [  0%] auto_examples/advanced/plot_eigenvalues
writing output... [  0%] auto_examples/advanced/plot_heavy_metal_umlaut
writing output... [  0%] auto_examples/advanced/plot_iterated_dynamical_systems
writing output... [  0%] auto_examples/advanced/plot_parallel_betweenness
writing output... [  0%] auto_examples/advanced/sg_execution_times
writing output... [  0%] auto_examples/algorithms/plot_beam_search
writing output... [  0%] auto_examples/algorithms/plot_blockmodel
writing output... [  0%] auto_examples/algorithms/plot_davis_club
writing output... [  0%] auto_examples/algorithms/plot_decomposition
writing output... [  0%] auto_examples/algorithms/plot_krackhardt_centrality
writing output... [  0%] auto_examples/algorithms/plot_rcm
writing output... [  1%] auto_examples/algorithms/sg_execution_times
writing output... [  1%] auto_examples/applications/plot_circuits
writing output... [  1%] auto_examples/applications/sg_execution_times
writing output... [  1%] auto_examples/basic/plot_properties
writing output... [  1%] auto_examples/basic/plot_read_write
writing output... [  1%] auto_examples/basic/sg_execution_times
writing output... [  1%] auto_examples/drawing/plot_atlas
writing output... [  1%] auto_examples/drawing/plot_chess_masters
writing output... [  1%] auto_examples/drawing/plot_circular_tree
writing output... [  1%] auto_examples/drawing/plot_degree_histogram
writing output... [  1%] auto_examples/drawing/plot_degree_rank
writing output... [  1%] auto_examples/drawing/plot_directed
writing output... [  2%] auto_examples/drawing/plot_edge_colormap
writing output... [  2%] auto_examples/drawing/plot_ego_graph
writing output... [  2%] auto_examples/drawing/plot_four_grids
writing output... [  2%] auto_examples/drawing/plot_giant_component
writing output... [  2%] auto_examples/drawing/plot_house_with_colors
writing output... [  2%] auto_examples/drawing/plot_knuth_miles
writing output... [  2%] auto_examples/drawing/plot_labels_and_colors
writing output... [  2%] auto_examples/drawing/plot_lanl_routes
writing output... [  2%] auto_examples/drawing/plot_multipartite_graph
writing output... [  2%] auto_examples/drawing/plot_node_colormap
writing output... [  2%] auto_examples/drawing/plot_random_geometric_graph
writing output... [  2%] auto_examples/drawing/plot_sampson
writing output... [  2%] auto_examples/drawing/plot_simple_path
writing output... [  3%] auto_examples/drawing/plot_spectral_grid
writing output... [  3%] auto_examples/drawing/plot_unix_email
writing output... [  3%] auto_examples/drawing/plot_weighted_graph
writing output... [  3%] auto_examples/drawing/sg_execution_times
writing output... [  3%] auto_examples/graph/dot_atlas
writing output... [  3%] auto_examples/graph/plot_degree_sequence
writing output... [  3%] auto_examples/graph/plot_erdos_renyi
writing output... [  3%] auto_examples/graph/plot_expected_degree_sequence
writing output... [  3%] auto_examples/graph/plot_football
writing output... [  3%] auto_examples/graph/plot_karate_club
writing output... [  3%] auto_examples/graph/plot_napoleon_russian_campaign
writing output... [  3%] auto_examples/graph/plot_roget
writing output... [  4%] auto_examples/graph/plot_words
writing output... [  4%] auto_examples/graph/sg_execution_times
writing output... [  4%] auto_examples/index
writing output... [  4%] auto_examples/javascript/force
writing output... [  4%] auto_examples/jit/plot_rgraph
writing output... [  4%] auto_examples/jit/sg_execution_times
writing output... [  4%] auto_examples/pygraphviz/plot_pygraphviz_attributes
writing output... [  4%] auto_examples/pygraphviz/plot_pygraphviz_draw
writing output... [  4%] auto_examples/pygraphviz/plot_pygraphviz_simple
writing output... [  4%] auto_examples/pygraphviz/plot_write_dotfile
writing output... [  4%] auto_examples/pygraphviz/sg_execution_times
writing output... [  4%] auto_examples/subclass/plot_antigraph
writing output... [  4%] auto_examples/subclass/plot_printgraph
writing output... [  5%] auto_examples/subclass/sg_execution_times
writing output... [  5%] bibliography
writing output... [  5%] citing
writing output... [  5%] credits
writing output... [  5%] developer/code_of_conduct
writing output... [  5%] developer/contribute
writing output... [  5%] developer/core_developer
writing output... [  5%] developer/deprecations
writing output... [  5%] developer/gitwash/configure_git
writing output... [  5%] developer/gitwash/development_workflow
writing output... [  5%] developer/gitwash/following_latest
writing output... [  5%] developer/gitwash/forking_hell
writing output... [  6%] developer/gitwash/git_development
writing output... [  6%] developer/gitwash/git_install
writing output... [  6%] developer/gitwash/git_intro
writing output... [  6%] developer/gitwash/git_resources
writing output... [  6%] developer/gitwash/index
writing output... [  6%] developer/gitwash/maintainer_workflow
writing output... [  6%] developer/gitwash/patching
writing output... [  6%] developer/gitwash/set_up_fork
writing output... [  6%] developer/index
writing output... [  6%] developer/nxeps/index
writing output... [  6%] developer/nxeps/nxep-0000
writing output... [  6%] developer/nxeps/nxep-0001
writing output... [  6%] developer/nxeps/nxep-template
writing output... [  7%] developer/release
writing output... [  7%] developer/roadmap
writing output... [  7%] developer/values
writing output... [  7%] index
writing output... [  7%] install
writing output... [  7%] license
writing output... [  7%] news
writing output... [  7%] reference/algorithms/approximation
writing output... [  7%] reference/algorithms/assortativity
writing output... [  7%] reference/algorithms/asteroidal
writing output... [  7%] reference/algorithms/bipartite
writing output... [  7%] reference/algorithms/boundary
writing output... [  8%] reference/algorithms/bridges
writing output... [  8%] reference/algorithms/centrality
writing output... [  8%] reference/algorithms/chains
writing output... [  8%] reference/algorithms/chordal
writing output... [  8%] reference/algorithms/clique
writing output... [  8%] reference/algorithms/clustering
writing output... [  8%] reference/algorithms/coloring
writing output... [  8%] reference/algorithms/communicability_alg
writing output... [  8%] reference/algorithms/community
writing output... [  8%] reference/algorithms/component
writing output... [  8%] reference/algorithms/connectivity
writing output... [  8%] reference/algorithms/core
writing output... [  8%] reference/algorithms/covering
writing output... [  9%] reference/algorithms/cuts
writing output... [  9%] reference/algorithms/cycles
writing output... [  9%] reference/algorithms/d_separation
writing output... [  9%] reference/algorithms/dag
writing output... [  9%] reference/algorithms/distance_measures
writing output... [  9%] reference/algorithms/distance_regular
writing output... [  9%] reference/algorithms/dominance
writing output... [  9%] reference/algorithms/dominating
writing output... [  9%] reference/algorithms/efficiency_measures
writing output... [  9%] reference/algorithms/euler
writing output... [  9%] reference/algorithms/flow
writing output... [  9%] reference/algorithms/generated/networkx.algorithms.approximation.clique.clique_removal
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clique.large_clique_size
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clique.max_clique
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.clustering_coefficient.average_clustering
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.all_pairs_node_connectivity
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.local_node_connectivity
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.connectivity.node_connectivity
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_edge_dominating_set
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.independent_set.maximum_independent_set
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.kcomponents.k_components
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.matching.min_maximal_matching
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.ramsey.ramsey_R2
writing output... [ 10%] reference/algorithms/generated/networkx.algorithms.approximation.steinertree.metric_closure
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.steinertree.steiner_tree
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.treewidth.treewidth_min_degree
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.treewidth.treewidth_min_fill_in
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_assortativity_coefficient
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_mixing_dict
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.attribute_mixing_matrix
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.average_degree_connectivity
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.average_neighbor_degree
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_assortativity_coefficient
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_mixing_dict
writing output... [ 11%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_mixing_matrix
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.degree_pearson_correlation_coefficient
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.k_nearest_neighbors
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.mixing_dict
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.node_attribute_xy
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.node_degree_xy
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.numeric_assortativity_coefficient
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.assortativity.numeric_mixing_matrix
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.asteroidal.find_asteroidal_triple
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.asteroidal.is_at_free
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.color
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.degrees
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.density
writing output... [ 12%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.is_bipartite
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.is_bipartite_node_set
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.basic.sets
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.betweenness_centrality
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.closeness_centrality
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.centrality.degree_centrality
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.average_clustering
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.clustering
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.latapy_clustering
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.cluster.robins_alexander_clustering
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.covering.min_edge_cover
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.generate_edgelist
writing output... [ 13%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.parse_edgelist
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.read_edgelist
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.edgelist.write_edgelist
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.complete_bipartite_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.configuration_model
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.gnmk_random_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.havel_hakimi_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.preferential_attachment_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.random_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.eppstein_matching
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.hopcroft_karp_matching
writing output... [ 14%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.maximum_matching
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.minimum_weight_full_matching
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matching.to_vertex_cover
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matrix.biadjacency_matrix
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.matrix.from_biadjacency_matrix
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.collaboration_weighted_projected_graph
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.generic_weighted_projected_graph
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.overlap_weighted_projected_graph
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.projected_graph
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.projection.weighted_projected_graph
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.redundancy.node_redundancy
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.bipartite.spectral.spectral_bipartivity
writing output... [ 15%] reference/algorithms/generated/networkx.algorithms.boundary.edge_boundary
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.boundary.node_boundary
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.bridges
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.has_bridges
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.bridges.local_bridges
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.approximate_current_flow_betweenness_centrality
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality_source
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.betweenness_centrality_subset
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.closeness_centrality
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.communicability_betweenness_centrality
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality_subset
writing output... [ 16%] reference/algorithms/generated/networkx.algorithms.centrality.current_flow_closeness_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.degree_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.dispersion
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_betweenness_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_betweenness_centrality_subset
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality_subset
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.edge_load_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.eigenvector_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.eigenvector_centrality_numpy
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.estrada_index
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.global_reaching_centrality
writing output... [ 17%] reference/algorithms/generated/networkx.algorithms.centrality.group_betweenness_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_closeness_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_degree_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_in_degree_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.group_out_degree_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.harmonic_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.in_degree_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.incremental_closeness_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.information_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.katz_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.katz_centrality_numpy
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.load_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.local_reaching_centrality
writing output... [ 18%] reference/algorithms/generated/networkx.algorithms.centrality.out_degree_centrality
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.percolation_centrality
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.second_order_centrality
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.subgraph_centrality
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.subgraph_centrality_exp
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_differences
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_incoherence_parameter
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.trophic_levels
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.centrality.voterank
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.chains.chain_decomposition
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.chordal_graph_cliques
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.chordal_graph_treewidth
writing output... [ 19%] reference/algorithms/generated/networkx.algorithms.chordal.complete_to_chordal_graph
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.chordal.find_induced_nodes
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.chordal.is_chordal
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.cliques_containing_node
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.enumerate_all_cliques
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.find_cliques
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.graph_clique_number
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.graph_number_of_cliques
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.make_clique_bipartite
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.make_max_clique_graph
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.max_weight_clique
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.node_clique_number
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.clique.number_of_cliques
writing output... [ 20%] reference/algorithms/generated/networkx.algorithms.cluster.average_clustering
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.clustering
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.generalized_degree
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.square_clustering
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.transitivity
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.cluster.triangles
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.equitable_color
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.greedy_color
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential_bfs
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_connected_sequential_dfs
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_independent_set
writing output... [ 21%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_largest_first
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_random_sequential
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_saturation_largest_first
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.coloring.strategy_smallest_last
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.communicability_alg.communicability
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.communicability_alg.communicability_exp
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.asyn_fluid.asyn_fluidc
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.centrality.girvan_newman
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.community_utils.is_partition
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.kclique.k_clique_communities
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.kernighan_lin.kernighan_lin_bisection
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.label_propagation.asyn_lpa_communities
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.label_propagation.label_propagation_communities
writing output... [ 22%] reference/algorithms/generated/networkx.algorithms.community.lukes.lukes_partitioning
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.community.modularity_max._naive_greedy_modularity_communities
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.community.modularity_max.greedy_modularity_communities
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.coverage
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.modularity
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.community.quality.performance
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.articulation_points
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.attracting_components
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.biconnected_component_edges
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.biconnected_components
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.condensation
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.connected_components
writing output... [ 23%] reference/algorithms/generated/networkx.algorithms.components.is_attracting_component
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_biconnected
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_connected
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_semiconnected
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_strongly_connected
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.is_weakly_connected
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.kosaraju_strongly_connected_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.node_connected_component
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_attracting_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_connected_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_strongly_connected_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.number_weakly_connected_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.strongly_connected_components
writing output... [ 24%] reference/algorithms/generated/networkx.algorithms.components.strongly_connected_components_recursive
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.components.weakly_connected_components
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.average_node_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.edge_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.local_edge_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.local_node_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.connectivity.node_connectivity
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_edge_cut
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_node_cut
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_st_edge_cut
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.cuts.minimum_st_node_cut
writing output... [ 25%] reference/algorithms/generated/networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.bridge_components
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.k_edge_components
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.kcomponents.k_components
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.kcutsets.all_node_cuts
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.stoerwagner.stoer_wagner
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity
writing output... [ 26%] reference/algorithms/generated/networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.core_number
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_core
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_corona
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_crust
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_shell
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.k_truss
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.core.onion_layers
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.covering.is_edge_cover
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.covering.min_edge_cover
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.boundary_expansion
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.conductance
writing output... [ 27%] reference/algorithms/generated/networkx.algorithms.cuts.cut_size
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.edge_expansion
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.mixing_expansion
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.node_expansion
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.normalized_cut_size
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cuts.volume
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.cycle_basis
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.find_cycle
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.minimum_cycle_basis
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.cycles.simple_cycles
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.d_separation.d_separated
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.all_topological_sorts
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.ancestors
writing output... [ 28%] reference/algorithms/generated/networkx.algorithms.dag.antichains
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_longest_path
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_longest_path_length
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.dag_to_branching
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.descendants
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.is_aperiodic
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.is_directed_acyclic_graph
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.lexicographical_topological_sort
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.topological_sort
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_closure
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_closure_dag
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.dag.transitive_reduction
writing output... [ 29%] reference/algorithms/generated/networkx.algorithms.distance_measures.barycenter
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.center
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.diameter
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.eccentricity
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.extrema_bounding
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.periphery
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.radius
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_measures.resistance_distance
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.global_parameters
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.intersection_array
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.is_distance_regular
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.distance_regular.is_strongly_regular
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.dominance.dominance_frontiers
writing output... [ 30%] reference/algorithms/generated/networkx.algorithms.dominance.immediate_dominators
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.dominating.dominating_set
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.dominating.is_dominating_set
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.efficiency
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.global_efficiency
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.efficiency_measures.local_efficiency
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerian_circuit
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerian_path
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.eulerize
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.has_eulerian_path
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.is_eulerian
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.euler.is_semieulerian
writing output... [ 31%] reference/algorithms/generated/networkx.algorithms.flow.boykov_kolmogorov
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.build_residual_network
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.capacity_scaling
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.cost_of_flow
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.dinitz
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.edmonds_karp
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.gomory_hu_tree
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.max_flow_min_cost
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.maximum_flow
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.maximum_flow_value
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.min_cost_flow
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.min_cost_flow_cost
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.minimum_cut
writing output... [ 32%] reference/algorithms/generated/networkx.algorithms.flow.minimum_cut_value
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.network_simplex
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.preflow_push
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.flow.shortest_augmenting_path
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_digraphical
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_graphical
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_multigraphical
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_pseudographical
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.hierarchy.flow_hierarchy
writing output... [ 33%] reference/algorithms/generated/networkx.algorithms.hybrid.is_kl_connected
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.hybrid.kl_connected_subgraph
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.is_isolate
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.isolates
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isolate.number_of_isolates
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.__init__
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.candidate_pairs_iter
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.initialize
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.is_isomorphic
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.isomorphisms_iter
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.match
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.semantic_feasibility
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_is_isomorphic
writing output... [ 34%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_isomorphisms_iter
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.DiGraphMatcher.syntactic_feasibility
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.__init__
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.candidate_pairs_iter
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.initialize
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.is_isomorphic
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.isomorphisms_iter
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.match
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.semantic_feasibility
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_is_isomorphic
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_isomorphisms_iter
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.GraphMatcher.syntactic_feasibility
writing output... [ 35%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.analyze_symmetry
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.is_isomorphic
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.isomorphisms_iter
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.largest_common_subgraph
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.subgraph_is_isomorphic
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.ISMAGS.subgraph_isomorphisms_iter
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_edge_match
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_multiedge_match
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.categorical_node_match
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.could_be_isomorphic
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.fast_could_be_isomorphic
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.faster_could_be_isomorphic
writing output... [ 36%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_edge_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_multiedge_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.generic_node_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.is_isomorphic
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_edge_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_multiedge_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.numerical_node_match
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.authority_matrix
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits_numpy
writing output... [ 37%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hits_scipy
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.hits_alg.hub_matrix
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.google_matrix
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_numpy
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_scipy
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.adamic_adar_index
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.cn_soundarajan_hopcroft
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.common_neighbor_centrality
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.jaccard_coefficient
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.preferential_attachment
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.resource_allocation_index
writing output... [ 38%] reference/algorithms/generated/networkx.algorithms.link_prediction.within_inter_cluster
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.lowest_common_ancestor
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_matching
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_maximal_matching
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.is_perfect_matching
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.max_weight_matching
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.matching.maximal_matching
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.contracted_edge
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.contracted_nodes
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.identified_nodes
writing output... [ 39%] reference/algorithms/generated/networkx.algorithms.minors.quotient_graph
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.mis.maximal_independent_set
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.moral.moral_graph
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.node_classification.hmn.harmonic_function
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.node_classification.lgc.local_and_global_consistency
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.non_randomness.non_randomness
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.compose_all
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.disjoint_union_all
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.intersection_all
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.all.union_all
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.compose
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.difference
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.disjoint_union
writing output... [ 40%] reference/algorithms/generated/networkx.algorithms.operators.binary.full_join
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.intersection
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.symmetric_difference
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.binary.union
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.cartesian_product
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.lexicographic_product
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.power
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.rooted_product
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.strong_product
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.product.tensor_product
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.unary.complement
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.operators.unary.reverse
writing output... [ 41%] reference/algorithms/generated/networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.planarity.check_planarity
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.reciprocity.overall_reciprocity
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.reciprocity.reciprocity
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.is_k_regular
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.is_regular
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.regular.k_factor
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.richclub.rich_club_coefficient
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.astar.astar_path
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.astar.astar_path_length
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_numpy
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance
writing output... [ 42%] reference/algorithms/generated/networkx.algorithms.shortest_paths.dense.reconstruct_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.all_shortest_paths
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.average_shortest_path_length
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.has_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path_length
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path_length
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.predecessor
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length
writing output... [ 43%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path_length
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path_length
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path_length
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_path
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path_length
writing output... [ 44%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.goldberg_radzik
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.johnson
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.negative_edge_cycle
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path_length
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path
writing output... [ 45%] reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.graph_edit_distance
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimal_edit_paths
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimize_edit_paths
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.optimize_graph_edit_distance
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.simrank_similarity
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.similarity.simrank_similarity_numpy
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.all_simple_edge_paths
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.all_simple_paths
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.is_simple_path
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.simple_paths.shortest_simple_paths
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.lattice_reference
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.omega
writing output... [ 46%] reference/algorithms/generated/networkx.algorithms.smallworld.random_reference
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.smallworld.sigma
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.smetric.s_metric
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.sparsifiers.spanner
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.constraint
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.effective_size
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.structuralholes.local_constraint
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.swap.connected_double_edge_swap
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.swap.double_edge_swap
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.threshold.find_threshold_graph
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.threshold.is_threshold_graph
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.tournament.hamiltonian_path
writing output... [ 47%] reference/algorithms/generated/networkx.algorithms.tournament.is_reachable
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.is_strongly_connected
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.is_tournament
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.random_tournament
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.tournament.score_sequence
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.beamsearch.bfs_beam_edges
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_edges
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_predecessors
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_successors
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_tree
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.descendants_at_distance
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_edges
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges
writing output... [ 48%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_postorder_nodes
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_predecessors
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_successors
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.depth_first_search.dfs_tree
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.edgebfs.edge_bfs
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.traversal.edgedfs.edge_dfs
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.Edmonds
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.branching_weight
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.greedy_branching
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.maximum_branching
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.maximum_spanning_arborescence
writing output... [ 49%] reference/algorithms/generated/networkx.algorithms.tree.branchings.minimum_branching
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.branchings.minimum_spanning_arborescence
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.NotATree
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.from_nested_tuple
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.from_prufer_sequence
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.to_nested_tuple
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.coding.to_prufer_sequence
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.decomposition.junction_tree
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.maximum_spanning_edges
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.maximum_spanning_tree
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.minimum_spanning_edges
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.mst.minimum_spanning_tree
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.operations.join
writing output... [ 50%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_arborescence
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_branching
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_forest
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.tree.recognition.is_tree
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.all_triads
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.all_triplets
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.random_triad
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triad_type
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triadic_census
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.triads.triads_by_type
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.vitality.closeness_vitality
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.voronoi.voronoi_cells
writing output... [ 51%] reference/algorithms/generated/networkx.algorithms.wiener.wiener_index
writing output... [ 52%] reference/algorithms/graph_hashing
writing output... [ 52%] reference/algorithms/graphical
writing output... [ 52%] reference/algorithms/hierarchy
writing output... [ 52%] reference/algorithms/hybrid
writing output... [ 52%] reference/algorithms/index
writing output... [ 52%] reference/algorithms/isolates
writing output... [ 52%] reference/algorithms/isomorphism
writing output... [ 52%] reference/algorithms/isomorphism.ismags
writing output... [ 52%] reference/algorithms/isomorphism.vf2
writing output... [ 52%] reference/algorithms/link_analysis
writing output... [ 52%] reference/algorithms/link_prediction
writing output... [ 52%] reference/algorithms/lowest_common_ancestors
writing output... [ 52%] reference/algorithms/matching
writing output... [ 53%] reference/algorithms/minors
writing output... [ 53%] reference/algorithms/mis
writing output... [ 53%] reference/algorithms/moral
writing output... [ 53%] reference/algorithms/node_classification
writing output... [ 53%] reference/algorithms/non_randomness
writing output... [ 53%] reference/algorithms/operators
writing output... [ 53%] reference/algorithms/planar_drawing
writing output... [ 53%] reference/algorithms/planarity
writing output... [ 53%] reference/algorithms/reciprocity
writing output... [ 53%] reference/algorithms/regular
writing output... [ 53%] reference/algorithms/rich_club
writing output... [ 53%] reference/algorithms/shortest_paths
writing output... [ 54%] reference/algorithms/similarity
writing output... [ 54%] reference/algorithms/simple_paths
writing output... [ 54%] reference/algorithms/smallworld
writing output... [ 54%] reference/algorithms/smetric
writing output... [ 54%] reference/algorithms/sparsifiers
writing output... [ 54%] reference/algorithms/structuralholes
writing output... [ 54%] reference/algorithms/swap
writing output... [ 54%] reference/algorithms/threshold
writing output... [ 54%] reference/algorithms/tournament
writing output... [ 54%] reference/algorithms/traversal
writing output... [ 54%] reference/algorithms/tree
writing output... [ 54%] reference/algorithms/triads
writing output... [ 54%] reference/algorithms/vitality
writing output... [ 55%] reference/algorithms/voronoi
writing output... [ 55%] reference/algorithms/wiener
writing output... [ 55%] reference/classes/digraph
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.__contains__
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.__getitem__
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.__init__
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.__iter__
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.__len__
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.add_edge
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.add_edges_from
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.add_node
writing output... [ 55%] reference/classes/generated/networkx.DiGraph.add_nodes_from
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.add_weighted_edges_from
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.adj
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.adjacency
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.clear
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.clear_edges
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.copy
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.degree
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.edge_subgraph
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.edges
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.get_edge_data
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.has_edge
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.has_node
writing output... [ 56%] reference/classes/generated/networkx.DiGraph.in_degree
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.in_edges
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.nbunch_iter
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.neighbors
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.nodes
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.number_of_edges
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.number_of_nodes
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.order
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.out_degree
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.out_edges
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.pred
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.predecessors
writing output... [ 57%] reference/classes/generated/networkx.DiGraph.remove_edge
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.remove_edges_from
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.remove_node
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.remove_nodes_from
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.reverse
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.size
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.subgraph
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.succ
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.successors
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.to_directed
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.to_undirected
writing output... [ 58%] reference/classes/generated/networkx.DiGraph.update
writing output... [ 58%] reference/classes/generated/networkx.Graph.__contains__
writing output... [ 58%] reference/classes/generated/networkx.Graph.__getitem__
writing output... [ 59%] reference/classes/generated/networkx.Graph.__init__
writing output... [ 59%] reference/classes/generated/networkx.Graph.__iter__
writing output... [ 59%] reference/classes/generated/networkx.Graph.__len__
writing output... [ 59%] reference/classes/generated/networkx.Graph.add_edge
writing output... [ 59%] reference/classes/generated/networkx.Graph.add_edges_from
writing output... [ 59%] reference/classes/generated/networkx.Graph.add_node
writing output... [ 59%] reference/classes/generated/networkx.Graph.add_nodes_from
writing output... [ 59%] reference/classes/generated/networkx.Graph.add_weighted_edges_from
writing output... [ 59%] reference/classes/generated/networkx.Graph.adj
writing output... [ 59%] reference/classes/generated/networkx.Graph.adjacency
writing output... [ 59%] reference/classes/generated/networkx.Graph.clear
writing output... [ 59%] reference/classes/generated/networkx.Graph.clear_edges
writing output... [ 60%] reference/classes/generated/networkx.Graph.copy
writing output... [ 60%] reference/classes/generated/networkx.Graph.degree
writing output... [ 60%] reference/classes/generated/networkx.Graph.edge_subgraph
writing output... [ 60%] reference/classes/generated/networkx.Graph.edges
writing output... [ 60%] reference/classes/generated/networkx.Graph.get_edge_data
writing output... [ 60%] reference/classes/generated/networkx.Graph.has_edge
writing output... [ 60%] reference/classes/generated/networkx.Graph.has_node
writing output... [ 60%] reference/classes/generated/networkx.Graph.nbunch_iter
writing output... [ 60%] reference/classes/generated/networkx.Graph.neighbors
writing output... [ 60%] reference/classes/generated/networkx.Graph.nodes
writing output... [ 60%] reference/classes/generated/networkx.Graph.number_of_edges
writing output... [ 60%] reference/classes/generated/networkx.Graph.number_of_nodes
writing output... [ 60%] reference/classes/generated/networkx.Graph.order
writing output... [ 61%] reference/classes/generated/networkx.Graph.remove_edge
writing output... [ 61%] reference/classes/generated/networkx.Graph.remove_edges_from
writing output... [ 61%] reference/classes/generated/networkx.Graph.remove_node
writing output... [ 61%] reference/classes/generated/networkx.Graph.remove_nodes_from
writing output... [ 61%] reference/classes/generated/networkx.Graph.size
writing output... [ 61%] reference/classes/generated/networkx.Graph.subgraph
writing output... [ 61%] reference/classes/generated/networkx.Graph.to_directed
writing output... [ 61%] reference/classes/generated/networkx.Graph.to_undirected
writing output... [ 61%] reference/classes/generated/networkx.Graph.update
writing output... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__contains__
writing output... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__getitem__
writing output... [ 61%] reference/classes/generated/networkx.MultiDiGraph.__init__
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.__iter__
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.__len__
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_edge
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_edges_from
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_node
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_nodes_from
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.add_weighted_edges_from
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.adj
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.adjacency
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.clear
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.clear_edges
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.copy
writing output... [ 62%] reference/classes/generated/networkx.MultiDiGraph.degree
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.edge_subgraph
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.edges
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.get_edge_data
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.has_edge
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.has_node
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.in_degree
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.in_edges
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.nbunch_iter
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.neighbors
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.new_edge_key
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.nodes
writing output... [ 63%] reference/classes/generated/networkx.MultiDiGraph.number_of_edges
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.number_of_nodes
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.order
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.out_degree
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.out_edges
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.predecessors
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_edge
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_edges_from
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_node
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.remove_nodes_from
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.reverse
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.size
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.subgraph
writing output... [ 64%] reference/classes/generated/networkx.MultiDiGraph.succ
writing output... [ 65%] reference/classes/generated/networkx.MultiDiGraph.successors
writing output... [ 65%] reference/classes/generated/networkx.MultiDiGraph.to_directed
writing output... [ 65%] reference/classes/generated/networkx.MultiDiGraph.to_undirected
writing output... [ 65%] reference/classes/generated/networkx.MultiDiGraph.update
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.__contains__
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.__getitem__
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.__init__
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.__iter__
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.__len__
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.add_edge
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.add_edges_from
writing output... [ 65%] reference/classes/generated/networkx.MultiGraph.add_node
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.add_nodes_from
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.add_weighted_edges_from
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.adj
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.adjacency
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.clear
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.clear_edges
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.copy
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.degree
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.edge_subgraph
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.edges
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.get_edge_data
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.has_edge
writing output... [ 66%] reference/classes/generated/networkx.MultiGraph.has_node
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.nbunch_iter
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.neighbors
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.new_edge_key
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.nodes
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.number_of_edges
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.number_of_nodes
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.order
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_edge
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_edges_from
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_node
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.remove_nodes_from
writing output... [ 67%] reference/classes/generated/networkx.MultiGraph.size
writing output... [ 68%] reference/classes/generated/networkx.MultiGraph.subgraph
writing output... [ 68%] reference/classes/generated/networkx.MultiGraph.to_directed
writing output... [ 68%] reference/classes/generated/networkx.MultiGraph.to_undirected
writing output... [ 68%] reference/classes/generated/networkx.MultiGraph.update
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.hide_diedges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.hide_edges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.hide_multidiedges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.hide_multiedges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.hide_nodes
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.no_filter
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.show_diedges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.show_edges
writing output... [ 68%] reference/classes/generated/networkx.classes.filters.show_multidiedges
writing output... [ 69%] reference/classes/generated/networkx.classes.filters.show_multiedges
writing output... [ 69%] reference/classes/generated/networkx.classes.filters.show_nodes
writing output... [ 69%] reference/classes/generated/networkx.classes.graphviews.generic_graph_view
writing output... [ 69%] reference/classes/generated/networkx.classes.graphviews.reverse_view
writing output... [ 69%] reference/classes/generated/networkx.classes.graphviews.subgraph_view
writing output... [ 69%] reference/classes/graph
writing output... [ 69%] reference/classes/index
writing output... [ 69%] reference/classes/multidigraph
writing output... [ 69%] reference/classes/multigraph
writing output... [ 69%] reference/classes/ordered
writing output... [ 69%] reference/convert
writing output... [ 69%] reference/drawing
writing output... [ 70%] reference/exceptions
writing output... [ 70%] reference/functions
writing output... [ 70%] reference/generated/networkx.classes.function.add_cycle
writing output... [ 70%] reference/generated/networkx.classes.function.add_path
writing output... [ 70%] reference/generated/networkx.classes.function.add_star
writing output... [ 70%] reference/generated/networkx.classes.function.all_neighbors
writing output... [ 70%] reference/generated/networkx.classes.function.common_neighbors
writing output... [ 70%] reference/generated/networkx.classes.function.create_empty_copy
writing output... [ 70%] reference/generated/networkx.classes.function.degree
writing output... [ 70%] reference/generated/networkx.classes.function.degree_histogram
writing output... [ 70%] reference/generated/networkx.classes.function.density
writing output... [ 70%] reference/generated/networkx.classes.function.edge_subgraph
writing output... [ 70%] reference/generated/networkx.classes.function.edges
writing output... [ 71%] reference/generated/networkx.classes.function.freeze
writing output... [ 71%] reference/generated/networkx.classes.function.get_edge_attributes
writing output... [ 71%] reference/generated/networkx.classes.function.get_node_attributes
writing output... [ 71%] reference/generated/networkx.classes.function.induced_subgraph
writing output... [ 71%] reference/generated/networkx.classes.function.info
writing output... [ 71%] reference/generated/networkx.classes.function.is_directed
writing output... [ 71%] reference/generated/networkx.classes.function.is_empty
writing output... [ 71%] reference/generated/networkx.classes.function.is_frozen
writing output... [ 71%] reference/generated/networkx.classes.function.is_negatively_weighted
writing output... [ 71%] reference/generated/networkx.classes.function.is_path
writing output... [ 71%] reference/generated/networkx.classes.function.is_weighted
writing output... [ 71%] reference/generated/networkx.classes.function.neighbors
writing output... [ 72%] reference/generated/networkx.classes.function.nodes
writing output... [ 72%] reference/generated/networkx.classes.function.nodes_with_selfloops
writing output... [ 72%] reference/generated/networkx.classes.function.non_edges
writing output... [ 72%] reference/generated/networkx.classes.function.non_neighbors
writing output... [ 72%] reference/generated/networkx.classes.function.number_of_edges
writing output... [ 72%] reference/generated/networkx.classes.function.number_of_nodes
writing output... [ 72%] reference/generated/networkx.classes.function.number_of_selfloops
writing output... [ 72%] reference/generated/networkx.classes.function.path_weight
writing output... [ 72%] reference/generated/networkx.classes.function.restricted_view
writing output... [ 72%] reference/generated/networkx.classes.function.reverse_view
writing output... [ 72%] reference/generated/networkx.classes.function.selfloop_edges
writing output... [ 72%] reference/generated/networkx.classes.function.set_edge_attributes
writing output... [ 72%] reference/generated/networkx.classes.function.set_node_attributes
writing output... [ 73%] reference/generated/networkx.classes.function.subgraph
writing output... [ 73%] reference/generated/networkx.classes.function.subgraph_view
writing output... [ 73%] reference/generated/networkx.classes.function.to_directed
writing output... [ 73%] reference/generated/networkx.classes.function.to_undirected
writing output... [ 73%] reference/generated/networkx.convert.from_dict_of_dicts
writing output... [ 73%] reference/generated/networkx.convert.from_dict_of_lists
writing output... [ 73%] reference/generated/networkx.convert.from_edgelist
writing output... [ 73%] reference/generated/networkx.convert.to_dict_of_dicts
writing output... [ 73%] reference/generated/networkx.convert.to_dict_of_lists
writing output... [ 73%] reference/generated/networkx.convert.to_edgelist
writing output... [ 73%] reference/generated/networkx.convert.to_networkx_graph
writing output... [ 73%] reference/generated/networkx.convert_matrix.from_numpy_array
writing output... [ 74%] reference/generated/networkx.convert_matrix.from_numpy_matrix
writing output... [ 74%] reference/generated/networkx.convert_matrix.from_pandas_adjacency
writing output... [ 74%] reference/generated/networkx.convert_matrix.from_pandas_edgelist
writing output... [ 74%] reference/generated/networkx.convert_matrix.from_scipy_sparse_matrix
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_array
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_matrix
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_numpy_recarray
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_pandas_adjacency
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_pandas_edgelist
writing output... [ 74%] reference/generated/networkx.convert_matrix.to_scipy_sparse_matrix
writing output... [ 74%] reference/generated/networkx.drawing.layout.bipartite_layout
writing output... [ 74%] reference/generated/networkx.drawing.layout.circular_layout
writing output... [ 74%] reference/generated/networkx.drawing.layout.kamada_kawai_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.multipartite_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.planar_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.random_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.rescale_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.rescale_layout_dict
writing output... [ 75%] reference/generated/networkx.drawing.layout.shell_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.spectral_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.spiral_layout
writing output... [ 75%] reference/generated/networkx.drawing.layout.spring_layout
writing output... [ 75%] reference/generated/networkx.drawing.nx_agraph.from_agraph
writing output... [ 75%] reference/generated/networkx.drawing.nx_agraph.graphviz_layout
writing output... [ 75%] reference/generated/networkx.drawing.nx_agraph.pygraphviz_layout
writing output... [ 76%] reference/generated/networkx.drawing.nx_agraph.read_dot
writing output... [ 76%] reference/generated/networkx.drawing.nx_agraph.to_agraph
writing output... [ 76%] reference/generated/networkx.drawing.nx_agraph.write_dot
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.from_pydot
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.graphviz_layout
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.pydot_layout
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.read_dot
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.to_pydot
writing output... [ 76%] reference/generated/networkx.drawing.nx_pydot.write_dot
writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw
writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_circular
writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_kamada_kawai
writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_networkx
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edge_labels
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edges
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_labels
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_nodes
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_planar
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_random
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_shell
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_spectral
writing output... [ 77%] reference/generated/networkx.drawing.nx_pylab.draw_spring
writing output... [ 77%] reference/generated/networkx.generators.atlas.graph_atlas
writing output... [ 77%] reference/generated/networkx.generators.atlas.graph_atlas_g
writing output... [ 77%] reference/generated/networkx.generators.classic.balanced_tree
writing output... [ 78%] reference/generated/networkx.generators.classic.barbell_graph
writing output... [ 78%] reference/generated/networkx.generators.classic.binomial_tree
writing output... [ 78%] reference/generated/networkx.generators.classic.circulant_graph
writing output... [ 78%] reference/generated/networkx.generators.classic.circular_ladder_graph
writing output... [ 78%] reference/generated/networkx.generators.classic.complete_graph
writing output... [ 78%] reference/generated/networkx.generators.classic.complete_multipartite_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.full_rary_tree
writing output... [ 78%] reference/generated/networkx.generators.classic.ladder_graph
writing output... [ 78%] reference/generated/networkx.generators.classic.lollipop_graph
writing output... [ 78%] 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.turan_graph
writing output... [ 79%] reference/generated/networkx.generators.classic.wheel_graph
writing output... [ 79%] reference/generated/networkx.generators.cographs.random_cograph
writing output... [ 79%] reference/generated/networkx.generators.community.LFR_benchmark_graph
writing output... [ 79%] reference/generated/networkx.generators.community.caveman_graph
writing output... [ 79%] reference/generated/networkx.generators.community.connected_caveman_graph
writing output... [ 79%] reference/generated/networkx.generators.community.gaussian_random_partition_graph
writing output... [ 79%] reference/generated/networkx.generators.community.planted_partition_graph
writing output... [ 79%] reference/generated/networkx.generators.community.random_partition_graph
writing output... [ 80%] reference/generated/networkx.generators.community.relaxed_caveman_graph
writing output... [ 80%] reference/generated/networkx.generators.community.ring_of_cliques
writing output... [ 80%] reference/generated/networkx.generators.community.stochastic_block_model
writing output... [ 80%] reference/generated/networkx.generators.community.windmill_graph
writing output... [ 80%] reference/generated/networkx.generators.degree_seq.configuration_model
writing output... [ 80%] reference/generated/networkx.generators.degree_seq.degree_sequence_tree
writing output... [ 80%] reference/generated/networkx.generators.degree_seq.directed_configuration_model
writing output... [ 80%] 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... [ 81%] reference/generated/networkx.generators.directed.gnr_graph
writing output... [ 81%] reference/generated/networkx.generators.directed.random_k_out_graph
writing output... [ 81%] reference/generated/networkx.generators.directed.scale_free_graph
writing output... [ 81%] reference/generated/networkx.generators.duplication.duplication_divergence_graph
writing output... [ 81%] reference/generated/networkx.generators.duplication.partial_duplication_graph
writing output... [ 81%] reference/generated/networkx.generators.ego.ego_graph
writing output... [ 81%] reference/generated/networkx.generators.expanders.chordal_cycle_graph
writing output... [ 81%] reference/generated/networkx.generators.expanders.margulis_gabber_galil_graph
writing output... [ 81%] reference/generated/networkx.generators.expanders.paley_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... [ 82%] reference/generated/networkx.generators.geometric.soft_random_geometric_graph
writing output... [ 82%] reference/generated/networkx.generators.geometric.thresholded_random_geometric_graph
writing output... [ 82%] reference/generated/networkx.generators.geometric.waxman_graph
writing output... [ 82%] reference/generated/networkx.generators.harary_graph.hkn_harary_graph
writing output... [ 82%] reference/generated/networkx.generators.harary_graph.hnm_harary_graph
writing output... [ 82%] reference/generated/networkx.generators.internet_as_graphs.random_internet_as_graph
writing output... [ 82%] reference/generated/networkx.generators.intersection.general_random_intersection_graph
writing output... [ 82%] reference/generated/networkx.generators.intersection.k_random_intersection_graph
writing output... [ 82%] reference/generated/networkx.generators.intersection.uniform_random_intersection_graph
writing output... [ 82%] reference/generated/networkx.generators.interval_graph.interval_graph
writing output... [ 82%] reference/generated/networkx.generators.joint_degree_seq.directed_joint_degree_graph
writing output... [ 82%] reference/generated/networkx.generators.joint_degree_seq.is_valid_directed_joint_degree
writing output... [ 82%] reference/generated/networkx.generators.joint_degree_seq.is_valid_joint_degree
writing output... [ 83%] reference/generated/networkx.generators.joint_degree_seq.joint_degree_graph
writing output... [ 83%] reference/generated/networkx.generators.lattice.grid_2d_graph
writing output... [ 83%] reference/generated/networkx.generators.lattice.grid_graph
writing output... [ 83%] reference/generated/networkx.generators.lattice.hexagonal_lattice_graph
writing output... [ 83%] reference/generated/networkx.generators.lattice.hypercube_graph
writing output... [ 83%] reference/generated/networkx.generators.lattice.triangular_lattice_graph
writing output... [ 83%] reference/generated/networkx.generators.line.inverse_line_graph
writing output... [ 83%] reference/generated/networkx.generators.line.line_graph
writing output... [ 83%] reference/generated/networkx.generators.mycielski.mycielski_graph
writing output... [ 83%] reference/generated/networkx.generators.mycielski.mycielskian
writing output... [ 83%] reference/generated/networkx.generators.nonisomorphic_trees.nonisomorphic_trees
writing output... [ 83%] reference/generated/networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees
writing output... [ 84%] reference/generated/networkx.generators.random_clustered.random_clustered_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.barabasi_albert_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.binomial_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.connected_watts_strogatz_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.dense_gnm_random_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.dual_barabasi_albert_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.erdos_renyi_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.extended_barabasi_albert_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.fast_gnp_random_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.gnm_random_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.gnp_random_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.newman_watts_strogatz_graph
writing output... [ 84%] reference/generated/networkx.generators.random_graphs.powerlaw_cluster_graph
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_kernel_graph
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_lobster
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree_sequence
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_regular_graph
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.random_shell_graph
writing output... [ 85%] reference/generated/networkx.generators.random_graphs.watts_strogatz_graph
writing output... [ 85%] reference/generated/networkx.generators.small.LCF_graph
writing output... [ 85%] reference/generated/networkx.generators.small.bull_graph
writing output... [ 85%] reference/generated/networkx.generators.small.chvatal_graph
writing output... [ 85%] reference/generated/networkx.generators.small.cubical_graph
writing output... [ 85%] reference/generated/networkx.generators.small.desargues_graph
writing output... [ 86%] reference/generated/networkx.generators.small.diamond_graph
writing output... [ 86%] reference/generated/networkx.generators.small.dodecahedral_graph
writing output... [ 86%] reference/generated/networkx.generators.small.frucht_graph
writing output... [ 86%] reference/generated/networkx.generators.small.heawood_graph
writing output... [ 86%] reference/generated/networkx.generators.small.hoffman_singleton_graph
writing output... [ 86%] reference/generated/networkx.generators.small.house_graph
writing output... [ 86%] reference/generated/networkx.generators.small.house_x_graph
writing output... [ 86%] reference/generated/networkx.generators.small.icosahedral_graph
writing output... [ 86%] reference/generated/networkx.generators.small.krackhardt_kite_graph
writing output... [ 86%] reference/generated/networkx.generators.small.make_small_graph
writing output... [ 86%] reference/generated/networkx.generators.small.moebius_kantor_graph
writing output... [ 86%] reference/generated/networkx.generators.small.octahedral_graph
writing output... [ 86%] reference/generated/networkx.generators.small.pappus_graph
writing output... [ 87%] reference/generated/networkx.generators.small.petersen_graph
writing output... [ 87%] reference/generated/networkx.generators.small.sedgewick_maze_graph
writing output... [ 87%] reference/generated/networkx.generators.small.tetrahedral_graph
writing output... [ 87%] reference/generated/networkx.generators.small.truncated_cube_graph
writing output... [ 87%] reference/generated/networkx.generators.small.truncated_tetrahedron_graph
writing output... [ 87%] reference/generated/networkx.generators.small.tutte_graph
writing output... [ 87%] reference/generated/networkx.generators.social.davis_southern_women_graph
writing output... [ 87%] 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.social.les_miserables_graph
writing output... [ 87%] reference/generated/networkx.generators.spectral_graph_forge.spectral_graph_forge
writing output... [ 87%] reference/generated/networkx.generators.stochastic.stochastic_graph
writing output... [ 88%] reference/generated/networkx.generators.sudoku.sudoku_graph
writing output... [ 88%] reference/generated/networkx.generators.trees.prefix_tree
writing output... [ 88%] reference/generated/networkx.generators.trees.random_tree
writing output... [ 88%] reference/generated/networkx.generators.triads.triad_graph
writing output... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.algebraic_connectivity
writing output... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.fiedler_vector
writing output... [ 88%] reference/generated/networkx.linalg.algebraicconnectivity.spectral_ordering
writing output... [ 88%] reference/generated/networkx.linalg.attrmatrix.attr_matrix
writing output... [ 88%] reference/generated/networkx.linalg.attrmatrix.attr_sparse_matrix
writing output... [ 88%] reference/generated/networkx.linalg.bethehessianmatrix.bethe_hessian_matrix
writing output... [ 88%] reference/generated/networkx.linalg.graphmatrix.adjacency_matrix
writing output... [ 88%] reference/generated/networkx.linalg.graphmatrix.incidence_matrix
writing output... [ 88%] reference/generated/networkx.linalg.laplacianmatrix.directed_combinatorial_laplacian_matrix
writing output... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.directed_laplacian_matrix
writing output... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.laplacian_matrix
writing output... [ 89%] reference/generated/networkx.linalg.laplacianmatrix.normalized_laplacian_matrix
writing output... [ 89%] reference/generated/networkx.linalg.modularitymatrix.directed_modularity_matrix
writing output... [ 89%] reference/generated/networkx.linalg.modularitymatrix.modularity_matrix
writing output... [ 89%] reference/generated/networkx.linalg.spectrum.adjacency_spectrum
writing output... [ 89%] reference/generated/networkx.linalg.spectrum.bethe_hessian_spectrum
writing output... [ 89%] reference/generated/networkx.linalg.spectrum.laplacian_spectrum
writing output... [ 89%] reference/generated/networkx.linalg.spectrum.modularity_spectrum
writing output... [ 89%] reference/generated/networkx.linalg.spectrum.normalized_laplacian_spectrum
writing output... [ 89%] reference/generated/networkx.relabel.convert_node_labels_to_integers
writing output... [ 89%] reference/generated/networkx.relabel.relabel_nodes
writing output... [ 90%] reference/generated/networkx.utils.decorators.nodes_or_number
writing output... [ 90%] reference/generated/networkx.utils.decorators.not_implemented_for
writing output... [ 90%] reference/generated/networkx.utils.decorators.open_file
writing output... [ 90%] reference/generated/networkx.utils.decorators.preserve_random_state
writing output... [ 90%] reference/generated/networkx.utils.decorators.random_state
writing output... [ 90%] reference/generated/networkx.utils.misc.create_random_state
writing output... [ 90%] reference/generated/networkx.utils.misc.default_opener
writing output... [ 90%] reference/generated/networkx.utils.misc.flatten
writing output... [ 90%] reference/generated/networkx.utils.misc.generate_unique_node
writing output... [ 90%] reference/generated/networkx.utils.misc.groups
writing output... [ 90%] reference/generated/networkx.utils.misc.is_list_of_ints
writing output... [ 90%] reference/generated/networkx.utils.misc.is_string_like
writing output... [ 90%] reference/generated/networkx.utils.misc.iterable
writing output... [ 91%] reference/generated/networkx.utils.misc.make_list_of_ints
writing output... [ 91%] reference/generated/networkx.utils.misc.make_str
writing output... [ 91%] reference/generated/networkx.utils.misc.pairwise
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.cumulative_distribution
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.discrete_sequence
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.powerlaw_sequence
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.random_weighted_sample
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.weighted_choice
writing output... [ 91%] reference/generated/networkx.utils.random_sequence.zipf_rv
writing output... [ 91%] reference/generated/networkx.utils.rcm.cuthill_mckee_ordering
writing output... [ 91%] reference/generated/networkx.utils.rcm.reverse_cuthill_mckee_ordering
writing output... [ 91%] reference/generated/networkx.utils.union_find.UnionFind.union
writing output... [ 92%] reference/generators
writing output... [ 92%] reference/glossary
writing output... [ 92%] reference/index
writing output... [ 92%] reference/introduction
writing output... [ 92%] reference/linalg
writing output... [ 92%] reference/randomness
writing output... [ 92%] reference/readwrite/adjlist
writing output... [ 92%] reference/readwrite/edgelist
writing output... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.generate_adjlist
writing output... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.parse_adjlist
writing output... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.read_adjlist
writing output... [ 92%] reference/readwrite/generated/networkx.readwrite.adjlist.write_adjlist
writing output... [ 92%] reference/readwrite/generated/networkx.readwrite.edgelist.generate_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.parse_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.read_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.read_weighted_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.write_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.edgelist.write_weighted_edgelist
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.generate_gexf
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.read_gexf
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.relabel_gexf_graph
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gexf.write_gexf
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.generate_gml
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.literal_destringizer
writing output... [ 93%] reference/readwrite/generated/networkx.readwrite.gml.literal_stringizer
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.parse_gml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.read_gml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.gml.write_gml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.gpickle.read_gpickle
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.gpickle.write_gpickle
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.from_graph6_bytes
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.read_graph6
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.to_graph6_bytes
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graph6.write_graph6
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.generate_graphml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.parse_graphml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.read_graphml
writing output... [ 94%] reference/readwrite/generated/networkx.readwrite.graphml.write_graphml
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.adjacency_data
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.adjacency_graph
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.cytoscape_data
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.cytoscape_graph
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.jit_data
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.jit_graph
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.node_link_data
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.node_link_graph
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.tree_data
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.json_graph.tree_graph
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.leda.parse_leda
writing output... [ 95%] reference/readwrite/generated/networkx.readwrite.leda.read_leda
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.generate_multiline_adjlist
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.parse_multiline_adjlist
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.read_multiline_adjlist
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.multiline_adjlist.write_multiline_adjlist
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_shp.read_shp
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_shp.write_shp
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_yaml.read_yaml
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.nx_yaml.write_yaml
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.generate_pajek
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.parse_pajek
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.read_pajek
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.pajek.write_pajek
writing output... [ 96%] reference/readwrite/generated/networkx.readwrite.sparse6.from_sparse6_bytes
writing output... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.read_sparse6
writing output... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.to_sparse6_bytes
writing output... [ 97%] reference/readwrite/generated/networkx.readwrite.sparse6.write_sparse6
writing output... [ 97%] reference/readwrite/gexf
writing output... [ 97%] reference/readwrite/gml
writing output... [ 97%] reference/readwrite/gpickle
writing output... [ 97%] reference/readwrite/graphml
writing output... [ 97%] reference/readwrite/index
writing output... [ 97%] reference/readwrite/json_graph
writing output... [ 97%] reference/readwrite/leda
writing output... [ 97%] reference/readwrite/multiline_adjlist
writing output... [ 97%] reference/readwrite/nx_shp
writing output... [ 98%] reference/readwrite/pajek
writing output... [ 98%] reference/readwrite/sparsegraph6
writing output... [ 98%] reference/readwrite/yaml
writing output... [ 98%] reference/relabel
writing output... [ 98%] reference/utils
writing output... [ 98%] release/api_0.99
writing output... [ 98%] release/api_1.0
writing output... [ 98%] release/api_1.10
writing output... [ 98%] release/api_1.11
writing output... [ 98%] release/api_1.4
writing output... [ 98%] release/api_1.5
writing output... [ 98%] release/api_1.6
writing output... [ 98%] release/api_1.7
writing output... [ 99%] release/api_1.8
writing output... [ 99%] release/api_1.9
writing output... [ 99%] release/index
writing output... [ 99%] release/migration_guide_from_1.x_to_2.0
writing output... [ 99%] release/release_2.0
writing output... [ 99%] release/release_2.1
writing output... [ 99%] release/release_2.2
writing output... [ 99%] release/release_2.3
writing output... [ 99%] release/release_2.4
writing output... [ 99%] release/release_2.5
writing output... [ 99%] release/release_dev
writing output... [ 99%] team
writing output... [100%] tutorial

/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/core_developer.rst:158: WARNING: undefined label: code_of_conduct
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/nxeps/nxep-0001.rst:47: WARNING: undefined label: code_of_conduct
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/values.rst:29: WARNING: undefined label: code_of_conduct
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/developer/index.rst:6: WARNING: toctree contains reference to document 'developer/code_of_conduct' that doesn't have a title: no link will be generated
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/build/lib/networkx/utils/misc.py:docstring of networkx.utils.misc.groups:3: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:70: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:129: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:18: WARNING: term not in glossary: hashable
generating indices... genindex py-modindex done
highlighting module code... [  0%] networkx.algorithms.approximation.clique
highlighting module code... [  0%] networkx.algorithms.approximation.clustering_coefficient
highlighting module code... [  1%] networkx.algorithms.approximation.connectivity
highlighting module code... [  1%] networkx.algorithms.approximation.dominating_set
highlighting module code... [  2%] networkx.algorithms.approximation.independent_set
highlighting module code... [  2%] networkx.algorithms.approximation.kcomponents
highlighting module code... [  2%] networkx.algorithms.approximation.matching
highlighting module code... [  3%] networkx.algorithms.approximation.ramsey
highlighting module code... [  3%] networkx.algorithms.approximation.steinertree
highlighting module code... [  4%] networkx.algorithms.approximation.treewidth
highlighting module code... [  4%] networkx.algorithms.approximation.vertex_cover
highlighting module code... [  5%] networkx.algorithms.assortativity.connectivity
highlighting module code... [  5%] networkx.algorithms.assortativity.correlation
highlighting module code... [  5%] networkx.algorithms.assortativity.mixing
highlighting module code... [  6%] networkx.algorithms.assortativity.neighbor_degree
highlighting module code... [  6%] networkx.algorithms.assortativity.pairs
highlighting module code... [  7%] networkx.algorithms.asteroidal
highlighting module code... [  7%] networkx.algorithms.bipartite.basic
highlighting module code... [  8%] networkx.algorithms.bipartite.centrality
highlighting module code... [  8%] networkx.algorithms.bipartite.cluster
highlighting module code... [  8%] networkx.algorithms.bipartite.covering
highlighting module code... [  9%] networkx.algorithms.bipartite.edgelist
highlighting module code... [  9%] networkx.algorithms.bipartite.generators
highlighting module code... [ 10%] networkx.algorithms.bipartite.matching
highlighting module code... [ 10%] networkx.algorithms.bipartite.matrix
highlighting module code... [ 10%] networkx.algorithms.bipartite.projection
highlighting module code... [ 11%] networkx.algorithms.bipartite.redundancy
highlighting module code... [ 11%] networkx.algorithms.bipartite.spectral
highlighting module code... [ 12%] networkx.algorithms.boundary
highlighting module code... [ 12%] networkx.algorithms.bridges
highlighting module code... [ 13%] networkx.algorithms.centrality.betweenness
highlighting module code... [ 13%] networkx.algorithms.centrality.betweenness_subset
highlighting module code... [ 13%] networkx.algorithms.centrality.closeness
highlighting module code... [ 14%] networkx.algorithms.centrality.current_flow_betweenness
highlighting module code... [ 14%] networkx.algorithms.centrality.current_flow_betweenness_subset
highlighting module code... [ 15%] networkx.algorithms.centrality.current_flow_closeness
highlighting module code... [ 15%] networkx.algorithms.centrality.degree_alg
highlighting module code... [ 16%] networkx.algorithms.centrality.dispersion
highlighting module code... [ 16%] networkx.algorithms.centrality.eigenvector
highlighting module code... [ 16%] networkx.algorithms.centrality.group
highlighting module code... [ 17%] networkx.algorithms.centrality.harmonic
highlighting module code... [ 17%] networkx.algorithms.centrality.katz
highlighting module code... [ 18%] networkx.algorithms.centrality.load
highlighting module code... [ 18%] networkx.algorithms.centrality.percolation
highlighting module code... [ 18%] networkx.algorithms.centrality.reaching
highlighting module code... [ 19%] networkx.algorithms.centrality.second_order
highlighting module code... [ 19%] networkx.algorithms.centrality.subgraph_alg
highlighting module code... [ 20%] networkx.algorithms.centrality.trophic
highlighting module code... [ 20%] networkx.algorithms.centrality.voterank_alg
highlighting module code... [ 21%] networkx.algorithms.chains
highlighting module code... [ 21%] networkx.algorithms.chordal
highlighting module code... [ 21%] networkx.algorithms.clique
highlighting module code... [ 22%] networkx.algorithms.cluster
highlighting module code... [ 22%] networkx.algorithms.coloring.equitable_coloring
highlighting module code... [ 23%] networkx.algorithms.coloring.greedy_coloring
highlighting module code... [ 23%] networkx.algorithms.communicability_alg
highlighting module code... [ 24%] networkx.algorithms.community.asyn_fluid
highlighting module code... [ 24%] networkx.algorithms.community.centrality
highlighting module code... [ 24%] networkx.algorithms.community.community_utils
highlighting module code... [ 25%] networkx.algorithms.community.kclique
highlighting module code... [ 25%] networkx.algorithms.community.kernighan_lin
highlighting module code... [ 26%] networkx.algorithms.community.label_propagation
highlighting module code... [ 26%] networkx.algorithms.community.lukes
highlighting module code... [ 27%] networkx.algorithms.community.modularity_max
highlighting module code... [ 27%] networkx.algorithms.community.quality
highlighting module code... [ 27%] networkx.algorithms.components.attracting
highlighting module code... [ 28%] networkx.algorithms.components.biconnected
highlighting module code... [ 28%] networkx.algorithms.components.connected
highlighting module code... [ 29%] networkx.algorithms.components.semiconnected
highlighting module code... [ 29%] networkx.algorithms.components.strongly_connected
highlighting module code... [ 29%] networkx.algorithms.components.weakly_connected
highlighting module code... [ 30%] networkx.algorithms.connectivity.connectivity
highlighting module code... [ 30%] networkx.algorithms.connectivity.cuts
highlighting module code... [ 31%] networkx.algorithms.connectivity.disjoint_paths
highlighting module code... [ 31%] networkx.algorithms.connectivity.edge_augmentation
highlighting module code... [ 32%] networkx.algorithms.connectivity.edge_kcomponents
highlighting module code... [ 32%] networkx.algorithms.connectivity.kcomponents
highlighting module code... [ 32%] networkx.algorithms.connectivity.kcutsets
highlighting module code... [ 33%] networkx.algorithms.connectivity.stoerwagner
highlighting module code... [ 33%] networkx.algorithms.connectivity.utils
highlighting module code... [ 34%] networkx.algorithms.core
highlighting module code... [ 34%] networkx.algorithms.covering
highlighting module code... [ 35%] networkx.algorithms.cuts
highlighting module code... [ 35%] networkx.algorithms.cycles
highlighting module code... [ 35%] networkx.algorithms.d_separation
highlighting module code... [ 36%] networkx.algorithms.dag
highlighting module code... [ 36%] networkx.algorithms.distance_measures
highlighting module code... [ 37%] networkx.algorithms.distance_regular
highlighting module code... [ 37%] networkx.algorithms.dominance
highlighting module code... [ 37%] networkx.algorithms.dominating
highlighting module code... [ 38%] networkx.algorithms.efficiency_measures
highlighting module code... [ 38%] networkx.algorithms.euler
highlighting module code... [ 39%] networkx.algorithms.flow.boykovkolmogorov
highlighting module code... [ 39%] networkx.algorithms.flow.capacityscaling
highlighting module code... [ 40%] networkx.algorithms.flow.dinitz_alg
highlighting module code... [ 40%] networkx.algorithms.flow.edmondskarp
highlighting module code... [ 40%] networkx.algorithms.flow.gomory_hu
highlighting module code... [ 41%] networkx.algorithms.flow.maxflow
highlighting module code... [ 41%] networkx.algorithms.flow.mincost
highlighting module code... [ 42%] networkx.algorithms.flow.networksimplex
highlighting module code... [ 42%] networkx.algorithms.flow.preflowpush
highlighting module code... [ 43%] networkx.algorithms.flow.shortestaugmentingpath
highlighting module code... [ 43%] networkx.algorithms.flow.utils
highlighting module code... [ 43%] networkx.algorithms.graph_hashing
highlighting module code... [ 44%] networkx.algorithms.graphical
highlighting module code... [ 44%] networkx.algorithms.hierarchy
highlighting module code... [ 45%] networkx.algorithms.hybrid
highlighting module code... [ 45%] networkx.algorithms.isolate
highlighting module code... [ 45%] networkx.algorithms.isomorphism.ismags
highlighting module code... [ 46%] networkx.algorithms.isomorphism.isomorph
highlighting module code... [ 46%] networkx.algorithms.isomorphism.isomorphvf2
highlighting module code... [ 47%] networkx.algorithms.isomorphism.matchhelpers
highlighting module code... [ 47%] networkx.algorithms.isomorphism.tree_isomorphism
highlighting module code... [ 48%] networkx.algorithms.isomorphism.vf2userfunc
highlighting module code... [ 48%] networkx.algorithms.link_analysis.hits_alg
highlighting module code... [ 48%] networkx.algorithms.link_analysis.pagerank_alg
highlighting module code... [ 49%] networkx.algorithms.link_prediction
highlighting module code... [ 49%] networkx.algorithms.lowest_common_ancestors
highlighting module code... [ 50%] networkx.algorithms.matching
highlighting module code... [ 50%] networkx.algorithms.minors
highlighting module code... [ 51%] networkx.algorithms.mis
highlighting module code... [ 51%] networkx.algorithms.moral
highlighting module code... [ 51%] networkx.algorithms.node_classification.hmn
highlighting module code... [ 52%] networkx.algorithms.node_classification.lgc
highlighting module code... [ 52%] networkx.algorithms.non_randomness
highlighting module code... [ 53%] networkx.algorithms.operators.all
highlighting module code... [ 53%] networkx.algorithms.operators.binary
highlighting module code... [ 54%] networkx.algorithms.operators.product
highlighting module code... [ 54%] networkx.algorithms.operators.unary
highlighting module code... [ 54%] networkx.algorithms.planar_drawing
highlighting module code... [ 55%] networkx.algorithms.planarity
highlighting module code... [ 55%] networkx.algorithms.reciprocity
highlighting module code... [ 56%] networkx.algorithms.regular
highlighting module code... [ 56%] networkx.algorithms.richclub
highlighting module code... [ 56%] networkx.algorithms.shortest_paths.astar
highlighting module code... [ 57%] networkx.algorithms.shortest_paths.dense
highlighting module code... [ 57%] networkx.algorithms.shortest_paths.generic
highlighting module code... [ 58%] networkx.algorithms.shortest_paths.unweighted
highlighting module code... [ 58%] networkx.algorithms.shortest_paths.weighted
highlighting module code... [ 59%] networkx.algorithms.similarity
highlighting module code... [ 59%] networkx.algorithms.simple_paths
highlighting module code... [ 59%] networkx.algorithms.smallworld
highlighting module code... [ 60%] networkx.algorithms.smetric
highlighting module code... [ 60%] networkx.algorithms.sparsifiers
highlighting module code... [ 61%] networkx.algorithms.structuralholes
highlighting module code... [ 61%] networkx.algorithms.swap
highlighting module code... [ 62%] networkx.algorithms.threshold
highlighting module code... [ 62%] networkx.algorithms.tournament
highlighting module code... [ 62%] networkx.algorithms.traversal.beamsearch
highlighting module code... [ 63%] networkx.algorithms.traversal.breadth_first_search
highlighting module code... [ 63%] networkx.algorithms.traversal.depth_first_search
highlighting module code... [ 64%] networkx.algorithms.traversal.edgebfs
highlighting module code... [ 64%] networkx.algorithms.traversal.edgedfs
highlighting module code... [ 64%] networkx.algorithms.tree.branchings
highlighting module code... [ 65%] networkx.algorithms.tree.coding
highlighting module code... [ 65%] networkx.algorithms.tree.decomposition
highlighting module code... [ 66%] networkx.algorithms.tree.mst
highlighting module code... [ 66%] networkx.algorithms.tree.operations
highlighting module code... [ 67%] networkx.algorithms.tree.recognition
highlighting module code... [ 67%] networkx.algorithms.triads
highlighting module code... [ 67%] networkx.algorithms.vitality
highlighting module code... [ 68%] networkx.algorithms.voronoi
highlighting module code... [ 68%] networkx.algorithms.wiener
highlighting module code... [ 69%] networkx.classes.digraph
highlighting module code... [ 69%] networkx.classes.filters
highlighting module code... [ 70%] networkx.classes.function
highlighting module code... [ 70%] networkx.classes.graph
highlighting module code... [ 70%] networkx.classes.graphviews
highlighting module code... [ 71%] networkx.classes.multidigraph
highlighting module code... [ 71%] networkx.classes.multigraph
highlighting module code... [ 72%] networkx.classes.ordered
highlighting module code... [ 72%] networkx.convert
highlighting module code... [ 72%] networkx.convert_matrix
highlighting module code... [ 73%] networkx.drawing.layout
highlighting module code... [ 73%] networkx.drawing.nx_agraph
highlighting module code... [ 74%] networkx.drawing.nx_pydot
highlighting module code... [ 74%] networkx.drawing.nx_pylab
highlighting module code... [ 75%] networkx.exception
highlighting module code... [ 75%] networkx.generators.atlas
highlighting module code... [ 75%] networkx.generators.classic
highlighting module code... [ 76%] networkx.generators.cographs
highlighting module code... [ 76%] networkx.generators.community
highlighting module code... [ 77%] networkx.generators.degree_seq
highlighting module code... [ 77%] networkx.generators.directed
highlighting module code... [ 78%] networkx.generators.duplication
highlighting module code... [ 78%] networkx.generators.ego
highlighting module code... [ 78%] networkx.generators.expanders
highlighting module code... [ 79%] networkx.generators.geometric
highlighting module code... [ 79%] networkx.generators.harary_graph
highlighting module code... [ 80%] networkx.generators.internet_as_graphs
highlighting module code... [ 80%] networkx.generators.intersection
highlighting module code... [ 81%] networkx.generators.interval_graph
highlighting module code... [ 81%] networkx.generators.joint_degree_seq
highlighting module code... [ 81%] networkx.generators.lattice
highlighting module code... [ 82%] networkx.generators.line
highlighting module code... [ 82%] networkx.generators.mycielski
highlighting module code... [ 83%] networkx.generators.nonisomorphic_trees
highlighting module code... [ 83%] networkx.generators.random_clustered
highlighting module code... [ 83%] networkx.generators.random_graphs
highlighting module code... [ 84%] networkx.generators.small
highlighting module code... [ 84%] networkx.generators.social
highlighting module code... [ 85%] networkx.generators.spectral_graph_forge
highlighting module code... [ 85%] networkx.generators.stochastic
highlighting module code... [ 86%] networkx.generators.sudoku
highlighting module code... [ 86%] networkx.generators.trees
highlighting module code... [ 86%] networkx.generators.triads
highlighting module code... [ 87%] networkx.linalg.algebraicconnectivity
highlighting module code... [ 87%] networkx.linalg.attrmatrix
highlighting module code... [ 88%] networkx.linalg.bethehessianmatrix
highlighting module code... [ 88%] networkx.linalg.graphmatrix
highlighting module code... [ 89%] networkx.linalg.laplacianmatrix
highlighting module code... [ 89%] networkx.linalg.modularitymatrix
highlighting module code... [ 89%] networkx.linalg.spectrum
highlighting module code... [ 90%] networkx.readwrite.adjlist
highlighting module code... [ 90%] networkx.readwrite.edgelist
highlighting module code... [ 91%] networkx.readwrite.gexf
highlighting module code... [ 91%] networkx.readwrite.gml
highlighting module code... [ 91%] networkx.readwrite.gpickle
highlighting module code... [ 92%] networkx.readwrite.graph6
highlighting module code... [ 92%] networkx.readwrite.graphml
highlighting module code... [ 93%] networkx.readwrite.json_graph.adjacency
highlighting module code... [ 93%] networkx.readwrite.json_graph.cytoscape
highlighting module code... [ 94%] networkx.readwrite.json_graph.jit
highlighting module code... [ 94%] networkx.readwrite.json_graph.node_link
highlighting module code... [ 94%] networkx.readwrite.json_graph.tree
highlighting module code... [ 95%] networkx.readwrite.leda
highlighting module code... [ 95%] networkx.readwrite.multiline_adjlist
highlighting module code... [ 96%] networkx.readwrite.nx_shp
highlighting module code... [ 96%] networkx.readwrite.nx_yaml
highlighting module code... [ 97%] networkx.readwrite.pajek
highlighting module code... [ 97%] networkx.readwrite.sparse6
highlighting module code... [ 97%] networkx.relabel
highlighting module code... [ 98%] networkx.utils.decorators
highlighting module code... [ 98%] networkx.utils.misc
highlighting module code... [ 99%] networkx.utils.random_sequence
highlighting module code... [ 99%] networkx.utils.rcm
highlighting module code... [100%] networkx.utils.union_find

writing additional pages... search opensearch done
copying images... [  0%] auto_examples/advanced/images/sphx_glr_plot_eigenvalues_001.png
copying images... [  1%] auto_examples/advanced/images/sphx_glr_plot_heavy_metal_umlaut_001.png
copying images... [  2%] auto_examples/advanced/images/sphx_glr_plot_parallel_betweenness_001.png
copying images... [  3%] auto_examples/algorithms/images/sphx_glr_plot_beam_search_001.png
copying images... [  4%] auto_examples/algorithms/images/sphx_glr_plot_blockmodel_001.png
copying images... [  5%] auto_examples/algorithms/images/sphx_glr_plot_davis_club_001.png
copying images... [  6%] auto_examples/algorithms/images/sphx_glr_plot_decomposition_001.png
copying images... [  7%] auto_examples/algorithms/images/sphx_glr_plot_krackhardt_centrality_001.png
copying images... [  8%] auto_examples/basic/images/sphx_glr_plot_properties_001.png
copying images... [  9%] auto_examples/basic/images/sphx_glr_plot_read_write_001.png
copying images... [ 10%] auto_examples/drawing/images/sphx_glr_plot_atlas_001.png
copying images... [ 11%] auto_examples/drawing/images/sphx_glr_plot_chess_masters_001.png
copying images... [ 12%] auto_examples/drawing/images/sphx_glr_plot_circular_tree_001.png
copying images... [ 13%] auto_examples/drawing/images/sphx_glr_plot_degree_histogram_001.png
copying images... [ 14%] auto_examples/drawing/images/sphx_glr_plot_degree_rank_001.png
copying images... [ 15%] auto_examples/drawing/images/sphx_glr_plot_directed_001.png
copying images... [ 16%] auto_examples/drawing/images/sphx_glr_plot_edge_colormap_001.png
copying images... [ 17%] auto_examples/drawing/images/sphx_glr_plot_ego_graph_001.png
copying images... [ 18%] auto_examples/drawing/images/sphx_glr_plot_four_grids_001.png
copying images... [ 19%] auto_examples/drawing/images/sphx_glr_plot_giant_component_001.png
copying images... [ 20%] auto_examples/drawing/images/sphx_glr_plot_house_with_colors_001.png
copying images... [ 21%] auto_examples/drawing/images/sphx_glr_plot_knuth_miles_001.png
copying images... [ 22%] auto_examples/drawing/images/sphx_glr_plot_labels_and_colors_001.png
copying images... [ 23%] auto_examples/drawing/images/sphx_glr_plot_lanl_routes_001.png
copying images... [ 24%] auto_examples/drawing/images/sphx_glr_plot_multipartite_graph_001.png
copying images... [ 25%] auto_examples/drawing/images/sphx_glr_plot_node_colormap_001.png
copying images... [ 26%] auto_examples/drawing/images/sphx_glr_plot_random_geometric_graph_001.png
copying images... [ 27%] auto_examples/drawing/images/sphx_glr_plot_sampson_001.png
copying images... [ 28%] auto_examples/drawing/images/sphx_glr_plot_simple_path_001.png
copying images... [ 29%] auto_examples/drawing/images/sphx_glr_plot_spectral_grid_001.png
copying images... [ 30%] auto_examples/drawing/images/sphx_glr_plot_unix_email_001.png
copying images... [ 31%] auto_examples/drawing/images/sphx_glr_plot_weighted_graph_001.png
copying images... [ 32%] auto_examples/graph/images/sphx_glr_plot_degree_sequence_001.png
copying images... [ 33%] auto_examples/graph/images/sphx_glr_plot_erdos_renyi_001.png
copying images... [ 34%] auto_examples/graph/images/sphx_glr_plot_karate_club_001.png
copying images... [ 35%] auto_examples/graph/images/sphx_glr_plot_napoleon_russian_campaign_001.png
copying images... [ 36%] auto_examples/graph/images/sphx_glr_plot_roget_001.png
copying images... [ 37%] auto_examples/basic/images/thumb/sphx_glr_plot_read_write_thumb.png
copying images... [ 38%] auto_examples/basic/images/thumb/sphx_glr_plot_properties_thumb.png
copying images... [ 39%] auto_examples/drawing/images/thumb/sphx_glr_plot_simple_path_thumb.png
copying images... [ 40%] auto_examples/drawing/images/thumb/sphx_glr_plot_node_colormap_thumb.png
copying images... [ 41%] auto_examples/drawing/images/thumb/sphx_glr_plot_edge_colormap_thumb.png
copying images... [ 42%] auto_examples/drawing/images/thumb/sphx_glr_plot_house_with_colors_thumb.png
copying images... [ 43%] auto_examples/drawing/images/thumb/sphx_glr_plot_circular_tree_thumb.png
copying images... [ 44%] auto_examples/drawing/images/thumb/sphx_glr_plot_four_grids_thumb.png
copying images... [ 45%] auto_examples/drawing/images/thumb/sphx_glr_plot_degree_rank_thumb.png
copying images... [ 46%] auto_examples/drawing/images/thumb/sphx_glr_plot_ego_graph_thumb.png
copying images... [ 47%] auto_examples/drawing/images/thumb/sphx_glr_plot_spectral_grid_thumb.png
copying images... [ 48%] auto_examples/drawing/images/thumb/sphx_glr_plot_degree_histogram_thumb.png
copying images... [ 49%] auto_examples/drawing/images/thumb/sphx_glr_plot_random_geometric_graph_thumb.png
copying images... [ 50%] auto_examples/drawing/images/thumb/sphx_glr_plot_weighted_graph_thumb.png
copying images... [ 51%] auto_examples/drawing/images/thumb/sphx_glr_plot_directed_thumb.png
copying images... [ 52%] auto_examples/drawing/images/thumb/sphx_glr_plot_multipartite_graph_thumb.png
copying images... [ 53%] auto_examples/drawing/images/thumb/sphx_glr_plot_sampson_thumb.png
copying images... [ 54%] auto_examples/drawing/images/thumb/sphx_glr_plot_labels_and_colors_thumb.png
copying images... [ 55%] auto_examples/drawing/images/thumb/sphx_glr_plot_unix_email_thumb.png
copying images... [ 56%] auto_examples/drawing/images/thumb/sphx_glr_plot_giant_component_thumb.png
copying images... [ 57%] auto_examples/drawing/images/thumb/sphx_glr_plot_lanl_routes_thumb.png
copying images... [ 58%] auto_examples/drawing/images/thumb/sphx_glr_plot_knuth_miles_thumb.png
copying images... [ 59%] auto_examples/drawing/images/thumb/sphx_glr_plot_atlas_thumb.png
copying images... [ 60%] auto_examples/drawing/images/thumb/sphx_glr_plot_chess_masters_thumb.png
copying images... [ 61%] auto_examples/graph/images/thumb/sphx_glr_plot_karate_club_thumb.png
copying images... [ 62%] auto_examples/graph/images/thumb/sphx_glr_plot_erdos_renyi_thumb.png
copying images... [ 63%] auto_examples/graph/images/thumb/sphx_glr_plot_expected_degree_sequence_thumb.png
copying images... [ 64%] auto_examples/graph/images/thumb/sphx_glr_dot_atlas_thumb.png
copying images... [ 65%] auto_examples/graph/images/thumb/sphx_glr_plot_degree_sequence_thumb.png
copying images... [ 66%] auto_examples/graph/images/thumb/sphx_glr_plot_football_thumb.png
copying images... [ 67%] auto_examples/graph/images/thumb/sphx_glr_plot_roget_thumb.png
copying images... [ 68%] auto_examples/graph/images/thumb/sphx_glr_plot_words_thumb.png
copying images... [ 69%] auto_examples/graph/images/thumb/sphx_glr_plot_napoleon_russian_campaign_thumb.png
copying images... [ 70%] auto_examples/algorithms/images/thumb/sphx_glr_plot_krackhardt_centrality_thumb.png
copying images... [ 71%] auto_examples/algorithms/images/thumb/sphx_glr_plot_rcm_thumb.png
copying images... [ 72%] auto_examples/algorithms/images/thumb/sphx_glr_plot_davis_club_thumb.png
copying images... [ 73%] auto_examples/algorithms/images/thumb/sphx_glr_plot_decomposition_thumb.png
copying images... [ 74%] auto_examples/algorithms/images/thumb/sphx_glr_plot_blockmodel_thumb.png
copying images... [ 75%] auto_examples/algorithms/images/thumb/sphx_glr_plot_beam_search_thumb.png
copying images... [ 76%] auto_examples/advanced/images/thumb/sphx_glr_plot_eigenvalues_thumb.png
copying images... [ 77%] auto_examples/advanced/images/thumb/sphx_glr_plot_heavy_metal_umlaut_thumb.png
copying images... [ 78%] auto_examples/advanced/images/thumb/sphx_glr_plot_parallel_betweenness_thumb.png
copying images... [ 79%] auto_examples/advanced/images/thumb/sphx_glr_plot_iterated_dynamical_systems_thumb.png
copying images... [ 80%] auto_examples/3d_drawing/images/thumb/sphx_glr_mayavi2_spring_thumb.png
copying images... [ 81%] auto_examples/pygraphviz/images/thumb/sphx_glr_plot_pygraphviz_draw_thumb.png
copying images... [ 82%] auto_examples/pygraphviz/images/thumb/sphx_glr_plot_write_dotfile_thumb.png
copying images... [ 83%] auto_examples/pygraphviz/images/thumb/sphx_glr_plot_pygraphviz_simple_thumb.png
copying images... [ 84%] auto_examples/pygraphviz/images/thumb/sphx_glr_plot_pygraphviz_attributes_thumb.png
copying images... [ 85%] auto_examples/javascript/images/thumb/sphx_glr_force_thumb.png
copying images... [ 86%] auto_examples/jit/images/thumb/sphx_glr_plot_rgraph_thumb.png
copying images... [ 87%] auto_examples/applications/images/thumb/sphx_glr_plot_circuits_thumb.png
copying images... [ 88%] auto_examples/subclass/images/thumb/sphx_glr_plot_printgraph_thumb.png
copying images... [ 89%] auto_examples/subclass/images/thumb/sphx_glr_plot_antigraph_thumb.png
copying images... [ 90%] auto_examples/jit/images/sphx_glr_plot_rgraph_001.png
copying images... [ 91%] auto_examples/subclass/images/sphx_glr_plot_antigraph_001.png
copying images... [ 92%] auto_examples/subclass/images/sphx_glr_plot_printgraph_001.png
copying images... [ 93%] developer/gitwash/branch_dropdown.png
copying images... [ 94%] developer/gitwash/pull_button.png
copying images... [ 95%] developer/gitwash/forking_button.png
copying images... [ 96%] developer/nxeps/_static/nxep-0000.png
copying images... [ 97%] build/nbplot_directive/reference/introduction-7.png
copying images... [ 98%] build/nbplot_directive/tutorial-33.png
copying images... [ 99%] build/nbplot_directive/tutorial-34.png
copying images... [100%] build/nbplot_directive/tutorial-35.png

copying downloadable files... [  0%] auto_examples/3d_drawing/mayavi2_spring.py
copying downloadable files... [  1%] auto_examples/3d_drawing/mayavi2_spring.ipynb
copying downloadable files... [  2%] auto_examples/advanced/plot_eigenvalues.py
copying downloadable files... [  3%] auto_examples/advanced/plot_eigenvalues.ipynb
copying downloadable files... [  4%] auto_examples/advanced/plot_heavy_metal_umlaut.py
copying downloadable files... [  5%] auto_examples/advanced/plot_heavy_metal_umlaut.ipynb
copying downloadable files... [  6%] auto_examples/advanced/plot_iterated_dynamical_systems.py
copying downloadable files... [  7%] auto_examples/advanced/plot_iterated_dynamical_systems.ipynb
copying downloadable files... [  8%] auto_examples/advanced/plot_parallel_betweenness.py
copying downloadable files... [  9%] auto_examples/advanced/plot_parallel_betweenness.ipynb
copying downloadable files... [ 10%] auto_examples/algorithms/plot_beam_search.py
copying downloadable files... [ 11%] auto_examples/algorithms/plot_beam_search.ipynb
copying downloadable files... [ 12%] auto_examples/algorithms/plot_blockmodel.py
copying downloadable files... [ 12%] auto_examples/algorithms/plot_blockmodel.ipynb
copying downloadable files... [ 13%] auto_examples/algorithms/plot_davis_club.py
copying downloadable files... [ 14%] auto_examples/algorithms/plot_davis_club.ipynb
copying downloadable files... [ 15%] auto_examples/algorithms/plot_decomposition.py
copying downloadable files... [ 16%] auto_examples/algorithms/plot_decomposition.ipynb
copying downloadable files... [ 17%] auto_examples/algorithms/plot_krackhardt_centrality.py
copying downloadable files... [ 18%] auto_examples/algorithms/plot_krackhardt_centrality.ipynb
copying downloadable files... [ 19%] auto_examples/algorithms/plot_rcm.py
copying downloadable files... [ 20%] auto_examples/algorithms/plot_rcm.ipynb
copying downloadable files... [ 21%] auto_examples/applications/plot_circuits.py
copying downloadable files... [ 22%] auto_examples/applications/plot_circuits.ipynb
copying downloadable files... [ 23%] auto_examples/basic/plot_properties.py
copying downloadable files... [ 24%] auto_examples/basic/plot_properties.ipynb
copying downloadable files... [ 25%] auto_examples/basic/plot_read_write.py
copying downloadable files... [ 25%] auto_examples/basic/plot_read_write.ipynb
copying downloadable files... [ 26%] auto_examples/drawing/plot_atlas.py
copying downloadable files... [ 27%] auto_examples/drawing/plot_atlas.ipynb
copying downloadable files... [ 28%] auto_examples/drawing/plot_chess_masters.py
copying downloadable files... [ 29%] auto_examples/drawing/plot_chess_masters.ipynb
copying downloadable files... [ 30%] auto_examples/drawing/plot_circular_tree.py
copying downloadable files... [ 31%] auto_examples/drawing/plot_circular_tree.ipynb
copying downloadable files... [ 32%] auto_examples/drawing/plot_degree_histogram.py
copying downloadable files... [ 33%] auto_examples/drawing/plot_degree_histogram.ipynb
copying downloadable files... [ 34%] auto_examples/drawing/plot_degree_rank.py
copying downloadable files... [ 35%] auto_examples/drawing/plot_degree_rank.ipynb
copying downloadable files... [ 36%] auto_examples/drawing/plot_directed.py
copying downloadable files... [ 37%] auto_examples/drawing/plot_directed.ipynb
copying downloadable files... [ 37%] auto_examples/drawing/plot_edge_colormap.py
copying downloadable files... [ 38%] auto_examples/drawing/plot_edge_colormap.ipynb
copying downloadable files... [ 39%] auto_examples/drawing/plot_ego_graph.py
copying downloadable files... [ 40%] auto_examples/drawing/plot_ego_graph.ipynb
copying downloadable files... [ 41%] auto_examples/drawing/plot_four_grids.py
copying downloadable files... [ 42%] auto_examples/drawing/plot_four_grids.ipynb
copying downloadable files... [ 43%] auto_examples/drawing/plot_giant_component.py
copying downloadable files... [ 44%] auto_examples/drawing/plot_giant_component.ipynb
copying downloadable files... [ 45%] auto_examples/drawing/plot_house_with_colors.py
copying downloadable files... [ 46%] auto_examples/drawing/plot_house_with_colors.ipynb
copying downloadable files... [ 47%] auto_examples/drawing/plot_knuth_miles.py
copying downloadable files... [ 48%] auto_examples/drawing/plot_knuth_miles.ipynb
copying downloadable files... [ 49%] auto_examples/drawing/plot_labels_and_colors.py
copying downloadable files... [ 50%] auto_examples/drawing/plot_labels_and_colors.ipynb
copying downloadable files... [ 50%] auto_examples/drawing/plot_lanl_routes.py
copying downloadable files... [ 51%] auto_examples/drawing/plot_lanl_routes.ipynb
copying downloadable files... [ 52%] auto_examples/drawing/plot_multipartite_graph.py
copying downloadable files... [ 53%] auto_examples/drawing/plot_multipartite_graph.ipynb
copying downloadable files... [ 54%] auto_examples/drawing/plot_node_colormap.py
copying downloadable files... [ 55%] auto_examples/drawing/plot_node_colormap.ipynb
copying downloadable files... [ 56%] auto_examples/drawing/plot_random_geometric_graph.py
copying downloadable files... [ 57%] auto_examples/drawing/plot_random_geometric_graph.ipynb
copying downloadable files... [ 58%] auto_examples/drawing/plot_sampson.py
copying downloadable files... [ 59%] auto_examples/drawing/plot_sampson.ipynb
copying downloadable files... [ 60%] auto_examples/drawing/plot_simple_path.py
copying downloadable files... [ 61%] auto_examples/drawing/plot_simple_path.ipynb
copying downloadable files... [ 62%] auto_examples/drawing/plot_spectral_grid.py
copying downloadable files... [ 62%] auto_examples/drawing/plot_spectral_grid.ipynb
copying downloadable files... [ 63%] auto_examples/drawing/plot_unix_email.py
copying downloadable files... [ 64%] auto_examples/drawing/plot_unix_email.ipynb
copying downloadable files... [ 65%] auto_examples/drawing/plot_weighted_graph.py
copying downloadable files... [ 66%] auto_examples/drawing/plot_weighted_graph.ipynb
copying downloadable files... [ 67%] auto_examples/graph/dot_atlas.py
copying downloadable files... [ 68%] auto_examples/graph/dot_atlas.ipynb
copying downloadable files... [ 69%] auto_examples/graph/plot_degree_sequence.py
copying downloadable files... [ 70%] auto_examples/graph/plot_degree_sequence.ipynb
copying downloadable files... [ 71%] auto_examples/graph/plot_erdos_renyi.py
copying downloadable files... [ 72%] auto_examples/graph/plot_erdos_renyi.ipynb
copying downloadable files... [ 73%] auto_examples/graph/plot_expected_degree_sequence.py
copying downloadable files... [ 74%] auto_examples/graph/plot_expected_degree_sequence.ipynb
copying downloadable files... [ 75%] auto_examples/graph/plot_football.py
copying downloadable files... [ 75%] auto_examples/graph/plot_football.ipynb
copying downloadable files... [ 76%] auto_examples/graph/plot_karate_club.py
copying downloadable files... [ 77%] auto_examples/graph/plot_karate_club.ipynb
copying downloadable files... [ 78%] auto_examples/graph/plot_napoleon_russian_campaign.py
copying downloadable files... [ 79%] auto_examples/graph/plot_napoleon_russian_campaign.ipynb
copying downloadable files... [ 80%] auto_examples/graph/plot_roget.py
copying downloadable files... [ 81%] auto_examples/graph/plot_roget.ipynb
copying downloadable files... [ 82%] auto_examples/graph/plot_words.py
copying downloadable files... [ 83%] auto_examples/graph/plot_words.ipynb
copying downloadable files... [ 84%] auto_examples/auto_examples_python.zip
copying downloadable files... [ 85%] auto_examples/auto_examples_jupyter.zip
copying downloadable files... [ 86%] auto_examples/javascript/force.py
copying downloadable files... [ 87%] auto_examples/javascript/force.ipynb
copying downloadable files... [ 87%] auto_examples/jit/plot_rgraph.py
copying downloadable files... [ 88%] auto_examples/jit/plot_rgraph.ipynb
copying downloadable files... [ 89%] auto_examples/pygraphviz/plot_pygraphviz_attributes.py
copying downloadable files... [ 90%] auto_examples/pygraphviz/plot_pygraphviz_attributes.ipynb
copying downloadable files... [ 91%] auto_examples/pygraphviz/plot_pygraphviz_draw.py
copying downloadable files... [ 92%] auto_examples/pygraphviz/plot_pygraphviz_draw.ipynb
copying downloadable files... [ 93%] auto_examples/pygraphviz/plot_pygraphviz_simple.py
copying downloadable files... [ 94%] auto_examples/pygraphviz/plot_pygraphviz_simple.ipynb
copying downloadable files... [ 95%] auto_examples/pygraphviz/plot_write_dotfile.py
copying downloadable files... [ 96%] auto_examples/pygraphviz/plot_write_dotfile.ipynb
copying downloadable files... [ 97%] auto_examples/subclass/plot_antigraph.py
copying downloadable files... [ 98%] auto_examples/subclass/plot_antigraph.ipynb
copying downloadable files... [ 99%] auto_examples/subclass/plot_printgraph.py
copying downloadable files... [100%] auto_examples/subclass/plot_printgraph.ipynb

copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 37 warnings.

The HTML pages are in build/html.
Examples failing as expected:
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/examples/graph/plot_football.py failed leaving traceback:
Traceback (most recent call last):
  File "/home/iurt/rpmbuild/BUILD/networkx-2.5.1/examples/graph/plot_football.py", line 24, in <module>
    sock = urllib.urlopen(url)  # open URL
  File "/usr/lib64/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib64/python3.9/urllib/request.py", line 517, in open
    response = self._open(req, data)
  File "/usr/lib64/python3.9/urllib/request.py", line 534, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib64/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/lib64/python3.9/urllib/request.py", line 1375, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib64/python3.9/urllib/request.py", line 1349, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>


Sphinx-Gallery successfully executed 49 out of 50 files subselected by:

    gallery_conf["filename_pattern"] = '/plot'
    gallery_conf["ignore_pattern"]   = '__init__\\.py'

after excluding 0 files that had previously been run (based on MD5).

embedding documentation hyperlinks...
embedding documentation hyperlinks for auto_examples... [  1%] index.html
embedding documentation hyperlinks for auto_examples... [  3%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [  4%] plot_printgraph.html
embedding documentation hyperlinks for auto_examples... [  6%] plot_antigraph.html
embedding documentation hyperlinks for auto_examples... [  7%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [  9%] plot_write_dotfile.html
embedding documentation hyperlinks for auto_examples... [ 11%] plot_pygraphviz_simple.html
embedding documentation hyperlinks for auto_examples... [ 12%] plot_pygraphviz_draw.html
embedding documentation hyperlinks for auto_examples... [ 14%] plot_pygraphviz_attributes.html
embedding documentation hyperlinks for auto_examples... [ 15%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 17%] plot_rgraph.html
embedding documentation hyperlinks for auto_examples... [ 19%] force.html
embedding documentation hyperlinks for auto_examples... [ 20%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 22%] plot_words.html
embedding documentation hyperlinks for auto_examples... [ 23%] plot_roget.html
embedding documentation hyperlinks for auto_examples... [ 25%] plot_napoleon_russian_campaign.html
embedding documentation hyperlinks for auto_examples... [ 26%] plot_karate_club.html
embedding documentation hyperlinks for auto_examples... [ 28%] plot_football.html
embedding documentation hyperlinks for auto_examples... [ 30%] plot_expected_degree_sequence.html
embedding documentation hyperlinks for auto_examples... [ 31%] plot_erdos_renyi.html
embedding documentation hyperlinks for auto_examples... [ 33%] plot_degree_sequence.html
embedding documentation hyperlinks for auto_examples... [ 34%] dot_atlas.html
embedding documentation hyperlinks for auto_examples... [ 36%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 38%] plot_weighted_graph.html
embedding documentation hyperlinks for auto_examples... [ 39%] plot_unix_email.html
embedding documentation hyperlinks for auto_examples... [ 41%] plot_spectral_grid.html
embedding documentation hyperlinks for auto_examples... [ 42%] plot_simple_path.html
embedding documentation hyperlinks for auto_examples... [ 44%] plot_sampson.html
embedding documentation hyperlinks for auto_examples... [ 46%] plot_random_geometric_graph.html
embedding documentation hyperlinks for auto_examples... [ 47%] plot_node_colormap.html
embedding documentation hyperlinks for auto_examples... [ 49%] plot_multipartite_graph.html
embedding documentation hyperlinks for auto_examples... [ 50%] plot_lanl_routes.html
embedding documentation hyperlinks for auto_examples... [ 52%] plot_labels_and_colors.html
embedding documentation hyperlinks for auto_examples... [ 53%] plot_knuth_miles.html
embedding documentation hyperlinks for auto_examples... [ 55%] plot_house_with_colors.html
embedding documentation hyperlinks for auto_examples... [ 57%] plot_giant_component.html
embedding documentation hyperlinks for auto_examples... [ 58%] plot_four_grids.html
embedding documentation hyperlinks for auto_examples... [ 60%] plot_ego_graph.html
embedding documentation hyperlinks for auto_examples... [ 61%] plot_edge_colormap.html
embedding documentation hyperlinks for auto_examples... [ 63%] plot_directed.html
embedding documentation hyperlinks for auto_examples... [ 65%] plot_degree_rank.html
embedding documentation hyperlinks for auto_examples... [ 66%] plot_degree_histogram.html
embedding documentation hyperlinks for auto_examples... [ 68%] plot_circular_tree.html
embedding documentation hyperlinks for auto_examples... [ 69%] plot_chess_masters.html
embedding documentation hyperlinks for auto_examples... [ 71%] plot_atlas.html
embedding documentation hyperlinks for auto_examples... [ 73%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 74%] plot_read_write.html
embedding documentation hyperlinks for auto_examples... [ 76%] plot_properties.html
embedding documentation hyperlinks for auto_examples... [ 77%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 79%] plot_circuits.html
embedding documentation hyperlinks for auto_examples... [ 80%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 82%] plot_rcm.html
embedding documentation hyperlinks for auto_examples... [ 84%] plot_krackhardt_centrality.html
embedding documentation hyperlinks for auto_examples... [ 85%] plot_decomposition.html
embedding documentation hyperlinks for auto_examples... [ 87%] plot_davis_club.html
embedding documentation hyperlinks for auto_examples... [ 88%] plot_blockmodel.html
embedding documentation hyperlinks for auto_examples... [ 90%] plot_beam_search.html
embedding documentation hyperlinks for auto_examples... [ 92%] sg_execution_times.html
embedding documentation hyperlinks for auto_examples... [ 93%] plot_parallel_betweenness.html
embedding documentation hyperlinks for auto_examples... [ 95%] plot_iterated_dynamical_systems.html
embedding documentation hyperlinks for auto_examples... [ 96%] plot_heavy_metal_umlaut.html
embedding documentation hyperlinks for auto_examples... [ 98%] plot_eigenvalues.html
embedding documentation hyperlinks for auto_examples... [100%] mayavi2_spring.html

/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:70: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:129: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The footnote_reference element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The rubric element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The footnote element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:18: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The note element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The tabular_col_spec element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The autosummary_table element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:70: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:129: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The footnote_reference element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The rubric element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/reference/introduction.rst:: WARNING: The footnote element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:18: WARNING: term not in glossary: hashable
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The note element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The tabular_col_spec element not yet supported in Markdown.
/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc/tutorial.rst:: WARNING: The autosummary_table element not yet supported in Markdown.

Build finished. The HTML pages are in build/html.
make: Leaving directory '/home/iurt/rpmbuild/BUILD/networkx-2.5.1/doc'
+ rst2html --no-datestamp README.rst README.html
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RUApFv
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
+ cd networkx-2.5.1
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
running install
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/relabel.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/convert_matrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/convert.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/exception.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/release.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
copying build/lib/networkx/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/mapped_queue.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/contextmanagers.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/heaps.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/rcm.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/union_find.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/random_sequence.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/decorators.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/misc.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
copying build/lib/networkx/utils/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_contextmanager.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_decorators.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_heaps.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_mapped_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_misc.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_random_sequence.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_rcm.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/tests/test_unionfind.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests
copying build/lib/networkx/utils/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/contextmanagers.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/decorators.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/heaps.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/mapped_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/misc.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/random_sequence.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/rcm.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
copying build/lib/networkx/utils/union_find.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/__pycache__
copying build/lib/networkx/testing/__pycache__/test.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/__pycache__
copying build/lib/networkx/testing/__pycache__/utils.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/__pycache__
copying build/lib/networkx/testing/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/tests
copying build/lib/networkx/testing/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/tests
copying build/lib/networkx/testing/tests/test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/tests
copying build/lib/networkx/testing/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing
copying build/lib/networkx/testing/test.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing
copying build/lib/networkx/testing/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_all_random_functions.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_convert.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_convert_numpy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_convert_pandas.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_convert_scipy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_exceptions.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
copying build/lib/networkx/tests/test_relabel.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/nx_shp.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/gexf.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/graphml.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/gml.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/nx_yaml.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/graph6.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/sparse6.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/leda.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/pajek.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/gpickle.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/edgelist.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/multiline_adjlist.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/adjlist.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
copying build/lib/networkx/readwrite/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_gexf.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_gml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_graph6.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_graphml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_leda.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_p2g.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_pajek.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_shp.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_sparse6.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
copying build/lib/networkx/readwrite/tests/test_yaml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/cytoscape.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/jit.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/tree.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/adjacency.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/node_link.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
copying build/lib/networkx/readwrite/json_graph/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/test_cytoscape.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/test_jit.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests
copying build/lib/networkx/readwrite/json_graph/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/json_graph/cytoscape.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/json_graph/jit.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/json_graph/node_link.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/json_graph/tree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph
copying build/lib/networkx/readwrite/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/adjlist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/edgelist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/gexf.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/gml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/gpickle.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/graph6.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/graphml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/leda.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/multiline_adjlist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/nx_shp.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/p2g.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/pajek.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/sparse6.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
copying build/lib/networkx/readwrite/nx_yaml.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/bethehessianmatrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/modularitymatrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/algebraicconnectivity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/laplacianmatrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/graphmatrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/spectrum.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/attrmatrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
copying build/lib/networkx/linalg/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_algebraic_connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_attrmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_bethehessian.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_laplacian.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_modularity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/tests/test_spectrum.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests
copying build/lib/networkx/linalg/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/algebraicconnectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/attrmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/bethehessianmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/graphmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/laplacianmatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/modularitymatrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
copying build/lib/networkx/linalg/spectrum.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
copying build/lib/networkx/drawing/__pycache__/nx_pydot.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
copying build/lib/networkx/drawing/__pycache__/nx_agraph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
copying build/lib/networkx/drawing/__pycache__/nx_pylab.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
copying build/lib/networkx/drawing/__pycache__/layout.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
copying build/lib/networkx/drawing/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/tests/test_agraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/tests/test_layout.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/tests/test_pydot.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/tests/test_pylab.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests
copying build/lib/networkx/drawing/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
copying build/lib/networkx/drawing/layout.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
copying build/lib/networkx/drawing/nx_agraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
copying build/lib/networkx/drawing/nx_pydot.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
copying build/lib/networkx/drawing/nx_pylab.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/harary_graph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/triads.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/stochastic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/spectral_graph_forge.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/sudoku.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/social.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/small.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/random_graphs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/random_clustered.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/nonisomorphic_trees.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/mycielski.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/line.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/lattice.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/joint_degree_seq.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/interval_graph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/trees.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/intersection.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/internet_as_graphs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/geometric.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/expanders.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/ego.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/duplication.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/directed.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/degree_seq.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/community.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/cographs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/classic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/atlas.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/__pycache__
copying build/lib/networkx/generators/atlas.dat.gz -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_atlas.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_classic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_cographs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_community.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_degree_seq.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_directed.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_duplication.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_ego.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_expanders.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_geometric.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_harary_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_internet_as_graphs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_intersection.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_interval_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_joint_degree_seq.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_lattice.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_line.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_mycielski.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_nonisomorphic_trees.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_random_clustered.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_random_graphs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_small.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_spectral_graph_forge.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_stochastic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_sudoku.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_trees.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/tests/test_triads.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests
copying build/lib/networkx/generators/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/atlas.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/classic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/cographs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/community.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/degree_seq.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/directed.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/duplication.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/ego.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/expanders.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/geometric.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/harary_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/internet_as_graphs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/intersection.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/interval_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/joint_degree_seq.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/lattice.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/line.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/mycielski.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/nonisomorphic_trees.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/random_clustered.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/random_graphs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/small.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/social.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/spectral_graph_forge.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/stochastic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/sudoku.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/trees.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
copying build/lib/networkx/generators/triads.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/filters.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/graphviews.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/function.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/ordered.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/multidigraph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/multigraph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/digraph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/reportviews.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/coreviews.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/graph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
copying build/lib/networkx/classes/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/historical_tests.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_coreviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_digraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_filters.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_function.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_graph_historical.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_graphviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_multidigraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_multigraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_ordered.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_reportviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_special.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/tests/test_subgraphviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests
copying build/lib/networkx/classes/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/coreviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/digraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/filters.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/function.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/graphviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/multidigraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/multigraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/ordered.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
copying build/lib/networkx/classes/reportviews.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/threshold.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/tournament.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/wiener.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/voronoi.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/vitality.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/triads.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/swap.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/sparsifiers.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/structuralholes.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/smetric.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/smallworld.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/simple_paths.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/graph_hashing.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/similarity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/richclub.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/regular.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/reciprocity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/planar_drawing.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/planarity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/non_randomness.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/moral.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/mis.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/minors.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/matching.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/isolate.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/lowest_common_ancestors.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/link_prediction.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/hybrid.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/hierarchy.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/graphical.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/euler.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/efficiency_measures.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/dominating.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/dominance.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/distance_regular.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/distance_measures.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/dag.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/d_separation.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/cuts.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/cycles.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/covering.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/core.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/communicability_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/clique.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/cluster.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/chordal.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/chains.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/bridges.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/boundary.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/asteroidal.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
copying build/lib/networkx/algorithms/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_asteroidal.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_boundary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_bridges.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_chains.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_chordal.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_clique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_cluster.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_communicability.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_core.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_covering.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_cuts.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_cycles.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_d_separation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_dag.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_dominance.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_dominating.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_efficiency.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_euler.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_graph_hashing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_graphical.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_hierarchy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_hybrid.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_isolate.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_link_prediction.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_lowest_common_ancestors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_max_weight_clique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_minors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_mis.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_moral.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_non_randomness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_planar_drawing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_planarity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_reciprocity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_regular.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_richclub.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_similarity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_simple_paths.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_smallworld.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_smetric.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_sparsifiers.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_structuralholes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_swap.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_threshold.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_tournament.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_triads.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_vitality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_voronoi.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
copying build/lib/networkx/algorithms/tests/test_wiener.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/decomposition.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/operations.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/mst.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/coding.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/recognition.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/branchings.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
copying build/lib/networkx/algorithms/tree/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_branchings.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_coding.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_decomposition.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_mst.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_operations.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/tests/test_recognition.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests
copying build/lib/networkx/algorithms/tree/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/branchings.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/coding.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/decomposition.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/mst.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/operations.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
copying build/lib/networkx/algorithms/tree/recognition.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/treewidth.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/vertex_cover.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/steinertree.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/matching.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/independent_set.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/kcomponents.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/dominating_set.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/connectivity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/ramsey.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/clique.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/clustering_coefficient.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
copying build/lib/networkx/algorithms/approximation/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_clique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_dominating_set.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_independent_set.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_ramsey.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_steinertree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_treewidth.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/tests/test_vertex_cover.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests
copying build/lib/networkx/algorithms/approximation/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/clique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/clustering_coefficient.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/dominating_set.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/independent_set.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/ramsey.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/steinertree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/treewidth.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
copying build/lib/networkx/algorithms/approximation/vertex_cover.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
copying build/lib/networkx/algorithms/operators/__pycache__/unary.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
copying build/lib/networkx/algorithms/operators/__pycache__/product.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
copying build/lib/networkx/algorithms/operators/__pycache__/binary.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
copying build/lib/networkx/algorithms/operators/__pycache__/all.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
copying build/lib/networkx/algorithms/operators/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/tests/test_all.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/tests/test_binary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/tests/test_product.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/tests/test_unary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests
copying build/lib/networkx/algorithms/operators/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
copying build/lib/networkx/algorithms/operators/all.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
copying build/lib/networkx/algorithms/operators/binary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
copying build/lib/networkx/algorithms/operators/product.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
copying build/lib/networkx/algorithms/operators/unary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/__pycache__
copying build/lib/networkx/algorithms/link_analysis/__pycache__/hits_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/__pycache__
copying build/lib/networkx/algorithms/link_analysis/__pycache__/pagerank_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/__pycache__
copying build/lib/networkx/algorithms/link_analysis/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests
copying build/lib/networkx/algorithms/link_analysis/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests
copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests
copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests
copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis
copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis
copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/dense.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/astar.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/weighted.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/unweighted.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/generic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
copying build/lib/networkx/algorithms/shortest_paths/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests
copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/tree_isomorphism.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/ismags.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/temporalisomorphvf2.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/matchhelpers.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/isomorphvf2.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/vf2userfunc.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/isomorph.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
copying build/lib/networkx/algorithms/isomorphism/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_ismags.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_match_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests
copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/ismags.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/temporalisomorphvf2.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/tree_isomorphism.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/edgebfs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/edgedfs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/depth_first_search.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/breadth_first_search.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/beamsearch.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
copying build/lib/networkx/algorithms/traversal/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/test_beamsearch.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/test_edgebfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/tests/test_edgedfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests
copying build/lib/networkx/algorithms/traversal/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
copying build/lib/networkx/algorithms/traversal/beamsearch.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
copying build/lib/networkx/algorithms/traversal/edgebfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
copying build/lib/networkx/algorithms/traversal/edgedfs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/networksimplex.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/capacityscaling.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/gomory_hu.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/mincost.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/shortestaugmentingpath.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/preflowpush.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/edmondskarp.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/dinitz_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/utils.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/boykovkolmogorov.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/maxflow.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
copying build/lib/networkx/algorithms/flow/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/gl1.gpickle.bz2 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/gw1.gpickle.bz2 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/wlm3.gpickle.bz2 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/test_gomory_hu.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests
copying build/lib/networkx/algorithms/flow/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/boykovkolmogorov.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/capacityscaling.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/dinitz_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/edmondskarp.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/gomory_hu.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/maxflow.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/mincost.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/networksimplex.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/preflowpush.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/shortestaugmentingpath.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
copying build/lib/networkx/algorithms/flow/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/__pycache__
copying build/lib/networkx/algorithms/coloring/__pycache__/equitable_coloring.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/__pycache__
copying build/lib/networkx/algorithms/coloring/__pycache__/greedy_coloring_with_interchange.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/__pycache__
copying build/lib/networkx/algorithms/coloring/__pycache__/greedy_coloring.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/__pycache__
copying build/lib/networkx/algorithms/coloring/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/tests
copying build/lib/networkx/algorithms/coloring/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/tests
copying build/lib/networkx/algorithms/coloring/tests/test_coloring.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/tests
copying build/lib/networkx/algorithms/coloring/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring
copying build/lib/networkx/algorithms/coloring/equitable_coloring.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring
copying build/lib/networkx/algorithms/coloring/greedy_coloring.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring
copying build/lib/networkx/algorithms/coloring/greedy_coloring_with_interchange.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/stoerwagner.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/kcutsets.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/kcomponents.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/disjoint_paths.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/edge_kcomponents.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/edge_augmentation.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/cuts.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/utils.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/connectivity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
copying build/lib/networkx/algorithms/connectivity/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_cuts.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_disjoint_paths.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_edge_augmentation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_kcutsets.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/tests/test_stoer_wagner.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests
copying build/lib/networkx/algorithms/connectivity/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/cuts.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/disjoint_paths.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/edge_augmentation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/edge_kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/kcomponents.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/kcutsets.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/stoerwagner.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
copying build/lib/networkx/algorithms/connectivity/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/semiconnected.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/biconnected.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/attracting.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/weakly_connected.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/strongly_connected.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/connected.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
copying build/lib/networkx/algorithms/components/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_semiconnected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests
copying build/lib/networkx/algorithms/components/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/attracting.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/biconnected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/semiconnected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/strongly_connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
copying build/lib/networkx/algorithms/components/weakly_connected.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/quality.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/modularity_max.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/lukes.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/label_propagation.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/community_utils.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/kernighan_lin.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/kclique.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/centrality.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/asyn_fluid.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
copying build/lib/networkx/algorithms/community/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_asyn_fluid.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_kernighan_lin.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_label_propagation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_lukes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_modularity_max.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_quality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/tests/test_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests
copying build/lib/networkx/algorithms/community/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/asyn_fluid.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/community_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/kclique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/kernighan_lin.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/label_propagation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/lukes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/modularity_max.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
copying build/lib/networkx/algorithms/community/quality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/voterank_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/trophic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/second_order.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/percolation.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/reaching.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/load.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/katz.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/harmonic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/group.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/eigenvector.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/dispersion.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/degree_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/current_flow_betweenness_subset.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/current_flow_betweenness.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/flow_matrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/current_flow_closeness.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/subgraph_alg.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/closeness.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/betweenness_subset.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/betweenness.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
copying build/lib/networkx/algorithms/centrality/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_dispersion.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_group.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_harmonic_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_katz_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_percolation_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_reaching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_second_order_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_subgraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_trophic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/tests/test_voterank.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests
copying build/lib/networkx/algorithms/centrality/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/betweenness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/closeness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/dispersion.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/group.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/harmonic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/katz.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/load.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/percolation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/reaching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/second_order.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/subgraph_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/trophic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
copying build/lib/networkx/algorithms/centrality/voterank_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/__pycache__
copying build/lib/networkx/algorithms/node_classification/__pycache__/lgc.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/__pycache__
copying build/lib/networkx/algorithms/node_classification/__pycache__/utils.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/__pycache__
copying build/lib/networkx/algorithms/node_classification/__pycache__/hmn.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/__pycache__
copying build/lib/networkx/algorithms/node_classification/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests
copying build/lib/networkx/algorithms/node_classification/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests
copying build/lib/networkx/algorithms/node_classification/tests/test_harmonic_function.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests
copying build/lib/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests
copying build/lib/networkx/algorithms/node_classification/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification
copying build/lib/networkx/algorithms/node_classification/hmn.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification
copying build/lib/networkx/algorithms/node_classification/lgc.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification
copying build/lib/networkx/algorithms/node_classification/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/generators.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/spectral.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/redundancy.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/projection.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/edgelist.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/matrix.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/matching.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/covering.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/cluster.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/centrality.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/basic.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
copying build/lib/networkx/algorithms/bipartite/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_covering.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_edgelist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_generators.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_matrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_redundancy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests
copying build/lib/networkx/algorithms/bipartite/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/basic.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/cluster.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/covering.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/edgelist.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/generators.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/matrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/projection.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
copying build/lib/networkx/algorithms/bipartite/spectral.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/neighbor_degree.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/pairs.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/mixing.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/correlation.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/connectivity.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
copying build/lib/networkx/algorithms/assortativity/__pycache__/__init__.cpython-39.pyc -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/__pycache__
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests
copying build/lib/networkx/algorithms/assortativity/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/assortativity/correlation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/assortativity/mixing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/assortativity/pairs.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity
copying build/lib/networkx/algorithms/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/asteroidal.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/boundary.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/bridges.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/chains.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/chordal.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/clique.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/cluster.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/communicability_alg.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/core.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/covering.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/cuts.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/cycles.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/d_separation.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/dag.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/distance_measures.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/distance_regular.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/dominance.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/dominating.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/efficiency_measures.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/euler.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/graph_hashing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/graphical.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/hierarchy.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/hybrid.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/isolate.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/link_prediction.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/lowest_common_ancestors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/matching.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/minors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/mis.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/moral.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/non_randomness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/planar_drawing.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/planarity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/reciprocity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/regular.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/richclub.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/similarity.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/simple_paths.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/smallworld.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/smetric.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/sparsifiers.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/structuralholes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/swap.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/threshold.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/tournament.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/triads.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/vitality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/voronoi.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/algorithms/wiener.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms
copying build/lib/networkx/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/conftest.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/convert.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/convert_matrix.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/exception.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/relabel.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/release.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
copying build/lib/networkx/version.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_contextmanager.py to test_contextmanager.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_decorators.py to test_decorators.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_heaps.py to test_heaps.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_mapped_queue.py to test_mapped_queue.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_misc.py to test_misc.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_random_sequence.py to test_random_sequence.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_rcm.py to test_rcm.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/utils/tests/test_unionfind.py to test_unionfind.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/testing/tests/test_utils.py to test_utils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_all_random_functions.py to test_all_random_functions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_convert.py to test_convert.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_convert_pandas.py to test_convert_pandas.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_exceptions.py to test_exceptions.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/tests/test_relabel.py to test_relabel.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_gpickle.py to test_gpickle.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_graph6.py to test_graph6.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_p2g.py to test_p2g.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_shp.py to test_shp.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_sparse6.py to test_sparse6.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/tests/test_yaml.py to test_yaml.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py to test_adjacency.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/test_cytoscape.py to test_cytoscape.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/test_jit.py to test_jit.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py to test_node_link.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/json_graph/tests/test_tree.py to test_tree.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/readwrite/p2g.py to p2g.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_algebraic_connectivity.py to test_algebraic_connectivity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_attrmatrix.py to test_attrmatrix.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_bethehessian.py to test_bethehessian.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_graphmatrix.py to test_graphmatrix.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_laplacian.py to test_laplacian.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_modularity.py to test_modularity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests/test_layout.py to test_layout.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_classic.py to test_classic.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_cographs.py to test_cographs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_community.py to test_community.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_directed.py to test_directed.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_duplication.py to test_duplication.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_ego.py to test_ego.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_expanders.py to test_expanders.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_harary_graph.py to test_harary_graph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_internet_as_graphs.py to test_internet_as_graphs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_interval_graph.py to test_interval_graph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_joint_degree_seq.py to test_joint_degree_seq.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_lattice.py to test_lattice.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_line.py to test_line.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_mycielski.py to test_mycielski.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_nonisomorphic_trees.py to test_nonisomorphic_trees.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_random_clustered.py to test_random_clustered.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_small.py to test_small.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_spectral_graph_forge.py to test_spectral_graph_forge.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_sudoku.py to test_sudoku.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_trees.py to test_trees.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/generators/tests/test_triads.py to test_triads.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_coreviews.py to test_coreviews.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_filters.py to test_filters.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_function.py to test_function.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_graph.py to test_graph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_graphviews.py to test_graphviews.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_ordered.py to test_ordered.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_reportviews.py to test_reportviews.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_special.py to test_special.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/classes/tests/test_subgraphviews.py to test_subgraphviews.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_asteroidal.py to test_asteroidal.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_bridges.py to test_bridges.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_chains.py to test_chains.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_chordal.py to test_chordal.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_communicability.py to test_communicability.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_core.py to test_core.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_covering.py to test_covering.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_cuts.py to test_cuts.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_d_separation.py to test_d_separation.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_dominance.py to test_dominance.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_dominating.py to test_dominating.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_efficiency.py to test_efficiency.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_graph_hashing.py to test_graph_hashing.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_graphical.py to test_graphical.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_hierarchy.py to test_hierarchy.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_hybrid.py to test_hybrid.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_isolate.py to test_isolate.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_link_prediction.py to test_link_prediction.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_lowest_common_ancestors.py to test_lowest_common_ancestors.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_max_weight_clique.py to test_max_weight_clique.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_minors.py to test_minors.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_moral.py to test_moral.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_non_randomness.py to test_non_randomness.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_planar_drawing.py to test_planar_drawing.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_planarity.py to test_planarity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_reciprocity.py to test_reciprocity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_regular.py to test_regular.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_similarity.py to test_similarity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_simple_paths.py to test_simple_paths.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_smallworld.py to test_smallworld.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_sparsifiers.py to test_sparsifiers.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_structuralholes.py to test_structuralholes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_swap.py to test_swap.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_threshold.py to test_threshold.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_tournament.py to test_tournament.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_triads.py to test_triads.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_voronoi.py to test_voronoi.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tests/test_wiener.py to test_wiener.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_branchings.py to test_branchings.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_coding.py to test_coding.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_decomposition.py to test_decomposition.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_mst.py to test_mst.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_operations.py to test_operations.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/tree/tests/test_recognition.py to test_recognition.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py to test_approx_clust_coeff.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_clique.py to test_clique.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_connectivity.py to test_connectivity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py to test_dominating_set.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_independent_set.py to test_independent_set.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_kcomponents.py to test_kcomponents.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_matching.py to test_matching.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py to test_ramsey.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py to test_steinertree.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py to test_treewidth.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py to test_vertex_cover.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests/test_all.py to test_all.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests/test_binary.py to test_binary.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests/test_product.py to test_product.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/operators/tests/test_unary.py to test_unary.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py to test_dense_numpy.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_ismags.py to test_ismags.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_match_helpers.py to test_match_helpers.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py to test_temporalisomorphvf2.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py to test_tree_isomorphism.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py to test_vf2userfunc.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py to test_beamsearch.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py to test_edgebfs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py to test_edgedfs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests/test_gomory_hu.py to test_gomory_hu.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/coloring/tests/test_coloring.py to test_coloring.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py to test_connectivity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py to test_cuts.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_disjoint_paths.py to test_disjoint_paths.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_edge_augmentation.py to test_edge_augmentation.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py to test_edge_kcomponents.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_kcomponents.py to test_kcomponents.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_kcutsets.py to test_kcutsets.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/connectivity/tests/test_stoer_wagner.py to test_stoer_wagner.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_biconnected.py to test_biconnected.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_semiconnected.py to test_semiconnected.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py to test_asyn_fluid.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_centrality.py to test_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_kclique.py to test_kclique.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.py to test_kernighan_lin.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_label_propagation.py to test_label_propagation.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_lukes.py to test_lukes.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_modularity_max.py to test_modularity_max.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_quality.py to test_quality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/community/tests/test_utils.py to test_utils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_dispersion.py to test_dispersion.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_group.py to test_group.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_harmonic_centrality.py to test_harmonic_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py to test_katz_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py to test_percolation_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_reaching.py to test_reaching.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py to test_second_order_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py to test_subgraph.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_trophic.py to test_trophic.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/centrality/tests/test_voterank.py to test_voterank.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.py to test_harmonic_function.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py to test_local_and_global_consistency.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_covering.py to test_covering.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_edgelist.py to test_edgelist.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_generators.py to test_generators.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_matching.py to test_matching.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_matrix.py to test_matrix.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_redundancy.py to test_redundancy.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/base_test.py to base_test.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py to test_connectivity.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py to test_correlation.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py to test_mixing.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py to test_neighbor_degree.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py to test_pairs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/conftest.py to conftest.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx/version.py to version.cpython-39.pyc
writing byte-compilation script '/tmp/tmpqnf4kv7u.py'
/usr/bin/python3 /tmp/tmpqnf4kv7u.py
removing /tmp/tmpqnf4kv7u.py
running install_data
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1
copying requirements.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1
copying LICENSE.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples
copying examples/./README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/.
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
copying examples/advanced/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
copying examples/advanced/plot_parallel_betweenness.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
copying examples/advanced/plot_iterated_dynamical_systems.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
copying examples/advanced/plot_heavy_metal_umlaut.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
copying examples/advanced/plot_eigenvalues.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/advanced
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_rcm.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_krackhardt_centrality.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_decomposition.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_davis_club.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_blockmodel.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/plot_beam_search.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
copying examples/algorithms/hartford_drug.edgelist -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/algorithms
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/basic
copying examples/basic/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/basic
copying examples/basic/plot_read_write.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/basic
copying examples/basic/plot_properties.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/basic
copying examples/basic/grid.edgelist -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/basic
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/3d_drawing
copying examples/3d_drawing/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/3d_drawing
copying examples/3d_drawing/mayavi2_spring.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/3d_drawing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_weighted_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_unix_email.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_spectral_grid.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_simple_path.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_sampson.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_random_geometric_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_node_colormap.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_multipartite_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_lanl_routes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_labels_and_colors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_knuth_miles.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_house_with_colors.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_giant_component.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_four_grids.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_ego_graph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_edge_colormap.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_directed.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_degree_rank.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_degree_histogram.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_circular_tree.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_chess_masters.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/plot_atlas.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/knuth_miles.txt.gz -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/unix_email.mbox -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
copying examples/drawing/lanl_routes.edgelist -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/drawing
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_words.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_roget.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_napoleon_russian_campaign.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_karate_club.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_football.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_expected_degree_sequence.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_erdos_renyi.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/plot_degree_sequence.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/dot_atlas.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/words_dat.txt.gz -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
copying examples/graph/roget_dat.txt.gz -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/graph
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript
copying examples/javascript/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript
copying examples/javascript/force.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/jit
copying examples/jit/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/jit
copying examples/jit/plot_rgraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/jit
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
copying examples/pygraphviz/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
copying examples/pygraphviz/plot_write_dotfile.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
copying examples/pygraphviz/plot_pygraphviz_simple.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
copying examples/pygraphviz/plot_pygraphviz_draw.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
copying examples/pygraphviz/plot_pygraphviz_attributes.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/pygraphviz
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/subclass
copying examples/subclass/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/subclass
copying examples/subclass/plot_printgraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/subclass
copying examples/subclass/plot_antigraph.py -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/subclass
creating /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript/force
copying examples/javascript/force/force.js -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript/force
copying examples/javascript/force/force.html -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript/force
copying examples/javascript/force/force.css -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript/force
copying examples/javascript/force/README.txt -> /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1/examples/javascript/force
running install_egg_info
running egg_info
writing networkx.egg-info/PKG-INFO
writing dependency_links to networkx.egg-info/dependency_links.txt
writing requirements to networkx.egg-info/requires.txt
writing top-level names to networkx.egg-info/top_level.txt
reading manifest file 'networkx.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'doc'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.svn' found anywhere in distribution
no previously-included directories found matching 'doc/modules'
adding license file 'LICENSE.txt'
writing manifest file 'networkx.egg-info/SOURCES.txt'
Copying networkx.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/networkx-2.5.1-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/bin/__pycache__
+ mv /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/networkx-2.5.1 ./installed-docs
+ rm -f installed-docs/INSTALL.txt
++ find doc/build -name '*.zip'
+ for fil in $(find doc/build -name \*.zip)
+ mkdir zip
+ cd zip
+ unzip ../doc/build/html/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
Archive:  ../doc/build/html/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
 extracting: 3d_drawing/mayavi2_spring.ipynb  
 extracting: advanced/plot_iterated_dynamical_systems.ipynb  
 extracting: advanced/plot_parallel_betweenness.ipynb  
 extracting: advanced/plot_heavy_metal_umlaut.ipynb  
 extracting: advanced/plot_eigenvalues.ipynb  
 extracting: algorithms/plot_beam_search.ipynb  
 extracting: algorithms/plot_blockmodel.ipynb  
 extracting: algorithms/plot_decomposition.ipynb  
 extracting: algorithms/plot_davis_club.ipynb  
 extracting: algorithms/plot_rcm.ipynb  
 extracting: algorithms/plot_krackhardt_centrality.ipynb  
 extracting: applications/plot_circuits.ipynb  
 extracting: basic/plot_properties.ipynb  
 extracting: basic/plot_read_write.ipynb  
 extracting: drawing/plot_chess_masters.ipynb  
 extracting: drawing/plot_atlas.ipynb  
 extracting: drawing/plot_knuth_miles.ipynb  
 extracting: drawing/plot_lanl_routes.ipynb  
 extracting: drawing/plot_giant_component.ipynb  
 extracting: drawing/plot_unix_email.ipynb  
 extracting: drawing/plot_labels_and_colors.ipynb  
 extracting: drawing/plot_sampson.ipynb  
 extracting: drawing/plot_multipartite_graph.ipynb  
 extracting: drawing/plot_directed.ipynb  
 extracting: drawing/plot_weighted_graph.ipynb  
 extracting: drawing/plot_random_geometric_graph.ipynb  
 extracting: drawing/plot_degree_histogram.ipynb  
 extracting: drawing/plot_spectral_grid.ipynb  
 extracting: drawing/plot_ego_graph.ipynb  
 extracting: drawing/plot_degree_rank.ipynb  
 extracting: drawing/plot_four_grids.ipynb  
 extracting: drawing/plot_circular_tree.ipynb  
 extracting: drawing/plot_house_with_colors.ipynb  
 extracting: drawing/plot_edge_colormap.ipynb  
 extracting: drawing/plot_node_colormap.ipynb  
 extracting: drawing/plot_simple_path.ipynb  
 extracting: graph/plot_napoleon_russian_campaign.ipynb  
 extracting: graph/plot_words.ipynb  
 extracting: graph/plot_roget.ipynb  
 extracting: graph/plot_football.ipynb  
 extracting: graph/plot_degree_sequence.ipynb  
 extracting: graph/dot_atlas.ipynb   
 extracting: graph/plot_expected_degree_sequence.ipynb  
 extracting: graph/plot_erdos_renyi.ipynb  
 extracting: graph/plot_karate_club.ipynb  
 extracting: javascript/force.ipynb  
 extracting: jit/plot_rgraph.ipynb   
 extracting: pygraphviz/plot_pygraphviz_attributes.ipynb  
 extracting: pygraphviz/plot_pygraphviz_simple.ipynb  
 extracting: pygraphviz/plot_write_dotfile.ipynb  
 extracting: pygraphviz/plot_pygraphviz_draw.ipynb  
 extracting: subclass/plot_antigraph.ipynb  
 extracting: subclass/plot_printgraph.ipynb  
+ zip -9r ../doc/build/html/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip .
updating: 3d_drawing/mayavi2_spring.ipynb (deflated 59%)
updating: advanced/plot_iterated_dynamical_systems.ipynb (deflated 63%)
updating: advanced/plot_parallel_betweenness.ipynb (deflated 65%)
updating: advanced/plot_heavy_metal_umlaut.ipynb (deflated 60%)
updating: advanced/plot_eigenvalues.ipynb (deflated 60%)
updating: algorithms/plot_beam_search.ipynb (deflated 64%)
updating: algorithms/plot_blockmodel.ipynb (deflated 56%)
updating: algorithms/plot_decomposition.ipynb (deflated 61%)
updating: algorithms/plot_davis_club.ipynb (deflated 61%)
updating: algorithms/plot_rcm.ipynb (deflated 65%)
updating: algorithms/plot_krackhardt_centrality.ipynb (deflated 64%)
updating: applications/plot_circuits.ipynb (deflated 67%)
updating: basic/plot_properties.ipynb (deflated 61%)
updating: basic/plot_read_write.ipynb (deflated 62%)
updating: drawing/plot_chess_masters.ipynb (deflated 60%)
updating: drawing/plot_atlas.ipynb (deflated 62%)
updating: drawing/plot_knuth_miles.ipynb (deflated 58%)
updating: drawing/plot_lanl_routes.ipynb (deflated 57%)
updating: drawing/plot_giant_component.ipynb (deflated 58%)
updating: drawing/plot_unix_email.ipynb (deflated 59%)
updating: drawing/plot_labels_and_colors.ipynb (deflated 63%)
updating: drawing/plot_sampson.ipynb (deflated 65%)
updating: drawing/plot_multipartite_graph.ipynb (deflated 62%)
updating: drawing/plot_directed.ipynb (deflated 60%)
updating: drawing/plot_weighted_graph.ipynb (deflated 63%)
updating: drawing/plot_random_geometric_graph.ipynb (deflated 59%)
updating: drawing/plot_degree_histogram.ipynb (deflated 59%)
updating: drawing/plot_spectral_grid.ipynb (deflated 63%)
updating: drawing/plot_ego_graph.ipynb (deflated 58%)
updating: drawing/plot_degree_rank.ipynb (deflated 60%)
updating: drawing/plot_four_grids.ipynb (deflated 63%)
updating: drawing/plot_circular_tree.ipynb (deflated 60%)
updating: drawing/plot_house_with_colors.ipynb (deflated 61%)
updating: drawing/plot_edge_colormap.ipynb (deflated 61%)
updating: drawing/plot_node_colormap.ipynb (deflated 60%)
updating: drawing/plot_simple_path.ipynb (deflated 63%)
updating: graph/plot_napoleon_russian_campaign.ipynb (deflated 63%)
updating: graph/plot_words.ipynb (deflated 59%)
updating: graph/plot_roget.ipynb (deflated 58%)
updating: graph/plot_football.ipynb (deflated 57%)
updating: graph/plot_degree_sequence.ipynb (deflated 62%)
updating: graph/dot_atlas.ipynb (deflated 60%)
updating: graph/plot_expected_degree_sequence.ipynb (deflated 60%)
updating: graph/plot_erdos_renyi.ipynb (deflated 60%)
updating: graph/plot_karate_club.ipynb (deflated 56%)
updating: javascript/force.ipynb (deflated 56%)
updating: jit/plot_rgraph.ipynb (deflated 60%)
updating: pygraphviz/plot_pygraphviz_attributes.ipynb (deflated 61%)
updating: pygraphviz/plot_pygraphviz_simple.ipynb (deflated 61%)
updating: pygraphviz/plot_write_dotfile.ipynb (deflated 60%)
updating: pygraphviz/plot_pygraphviz_draw.ipynb (deflated 60%)
updating: subclass/plot_antigraph.ipynb (deflated 69%)
updating: subclass/plot_printgraph.ipynb (deflated 71%)
  adding: subclass/ (stored 0%)
  adding: pygraphviz/ (stored 0%)
  adding: jit/ (stored 0%)
  adding: javascript/ (stored 0%)
  adding: graph/ (stored 0%)
  adding: drawing/ (stored 0%)
  adding: basic/ (stored 0%)
  adding: applications/ (stored 0%)
  adding: algorithms/ (stored 0%)
  adding: advanced/ (stored 0%)
  adding: 3d_drawing/ (stored 0%)
+ cd ..
+ rm -fr zip
+ for fil in $(find doc/build -name \*.zip)
+ mkdir zip
+ cd zip
+ unzip ../doc/build/html/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
Archive:  ../doc/build/html/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
 extracting: 3d_drawing/mayavi2_spring.py  
 extracting: advanced/plot_iterated_dynamical_systems.py  
 extracting: advanced/plot_parallel_betweenness.py  
 extracting: advanced/plot_heavy_metal_umlaut.py  
 extracting: advanced/plot_eigenvalues.py  
 extracting: algorithms/plot_beam_search.py  
 extracting: algorithms/plot_blockmodel.py  
 extracting: algorithms/plot_decomposition.py  
 extracting: algorithms/plot_davis_club.py  
 extracting: algorithms/plot_rcm.py  
 extracting: algorithms/plot_krackhardt_centrality.py  
 extracting: applications/plot_circuits.py  
 extracting: basic/plot_properties.py  
 extracting: basic/plot_read_write.py  
 extracting: drawing/plot_chess_masters.py  
 extracting: drawing/plot_atlas.py   
 extracting: drawing/plot_knuth_miles.py  
 extracting: drawing/plot_lanl_routes.py  
 extracting: drawing/plot_giant_component.py  
 extracting: drawing/plot_unix_email.py  
 extracting: drawing/plot_labels_and_colors.py  
 extracting: drawing/plot_sampson.py  
 extracting: drawing/plot_multipartite_graph.py  
 extracting: drawing/plot_directed.py  
 extracting: drawing/plot_weighted_graph.py  
 extracting: drawing/plot_random_geometric_graph.py  
 extracting: drawing/plot_degree_histogram.py  
 extracting: drawing/plot_spectral_grid.py  
 extracting: drawing/plot_ego_graph.py  
 extracting: drawing/plot_degree_rank.py  
 extracting: drawing/plot_four_grids.py  
 extracting: drawing/plot_circular_tree.py  
 extracting: drawing/plot_house_with_colors.py  
 extracting: drawing/plot_edge_colormap.py  
 extracting: drawing/plot_node_colormap.py  
 extracting: drawing/plot_simple_path.py  
 extracting: graph/plot_napoleon_russian_campaign.py  
 extracting: graph/plot_words.py     
 extracting: graph/plot_roget.py     
 extracting: graph/plot_football.py  
 extracting: graph/plot_degree_sequence.py  
 extracting: graph/dot_atlas.py      
 extracting: graph/plot_expected_degree_sequence.py  
 extracting: graph/plot_erdos_renyi.py  
 extracting: graph/plot_karate_club.py  
 extracting: javascript/force.py     
 extracting: jit/plot_rgraph.py      
 extracting: pygraphviz/plot_pygraphviz_attributes.py  
 extracting: pygraphviz/plot_pygraphviz_simple.py  
 extracting: pygraphviz/plot_write_dotfile.py  
 extracting: pygraphviz/plot_pygraphviz_draw.py  
 extracting: subclass/plot_antigraph.py  
 extracting: subclass/plot_printgraph.py  
+ zip -9r ../doc/build/html/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip .
updating: 3d_drawing/mayavi2_spring.py (deflated 47%)
updating: advanced/plot_iterated_dynamical_systems.py (deflated 62%)
updating: advanced/plot_parallel_betweenness.py (deflated 62%)
updating: advanced/plot_heavy_metal_umlaut.py (deflated 51%)
updating: advanced/plot_eigenvalues.py (deflated 41%)
updating: algorithms/plot_beam_search.py (deflated 61%)
updating: algorithms/plot_blockmodel.py (deflated 51%)
updating: algorithms/plot_decomposition.py (deflated 52%)
updating: algorithms/plot_davis_club.py (deflated 53%)
updating: algorithms/plot_rcm.py (deflated 60%)
updating: algorithms/plot_krackhardt_centrality.py (deflated 56%)
updating: applications/plot_circuits.py (deflated 64%)
updating: basic/plot_properties.py (deflated 52%)
updating: basic/plot_read_write.py (deflated 51%)
updating: drawing/plot_chess_masters.py (deflated 56%)
updating: drawing/plot_atlas.py (deflated 58%)
updating: drawing/plot_knuth_miles.py (deflated 53%)
updating: drawing/plot_lanl_routes.py (deflated 50%)
updating: drawing/plot_giant_component.py (deflated 52%)
updating: drawing/plot_unix_email.py (deflated 54%)
updating: drawing/plot_labels_and_colors.py (deflated 57%)
updating: drawing/plot_sampson.py (deflated 60%)
updating: drawing/plot_multipartite_graph.py (deflated 54%)
updating: drawing/plot_directed.py (deflated 51%)
updating: drawing/plot_weighted_graph.py (deflated 56%)
updating: drawing/plot_random_geometric_graph.py (deflated 49%)
updating: drawing/plot_degree_histogram.py (deflated 47%)
updating: drawing/plot_spectral_grid.py (deflated 59%)
updating: drawing/plot_ego_graph.py (deflated 45%)
updating: drawing/plot_degree_rank.py (deflated 47%)
updating: drawing/plot_four_grids.py (deflated 52%)
updating: drawing/plot_circular_tree.py (deflated 43%)
updating: drawing/plot_house_with_colors.py (deflated 46%)
updating: drawing/plot_edge_colormap.py (deflated 39%)
updating: drawing/plot_node_colormap.py (deflated 32%)
updating: drawing/plot_simple_path.py (deflated 29%)
updating: graph/plot_napoleon_russian_campaign.py (deflated 60%)
updating: graph/plot_words.py (deflated 54%)
updating: graph/plot_roget.py (deflated 51%)
updating: graph/plot_football.py (deflated 47%)
updating: graph/plot_degree_sequence.py (deflated 51%)
updating: graph/dot_atlas.py (deflated 46%)
updating: graph/plot_expected_degree_sequence.py (deflated 47%)
updating: graph/plot_erdos_renyi.py (deflated 45%)
updating: graph/plot_karate_club.py (deflated 31%)
updating: javascript/force.py (deflated 44%)
updating: jit/plot_rgraph.py (deflated 45%)
updating: pygraphviz/plot_pygraphviz_attributes.py (deflated 53%)
updating: pygraphviz/plot_pygraphviz_simple.py (deflated 50%)
updating: pygraphviz/plot_write_dotfile.py (deflated 46%)
updating: pygraphviz/plot_pygraphviz_draw.py (deflated 44%)
updating: subclass/plot_antigraph.py (deflated 69%)
updating: subclass/plot_printgraph.py (deflated 71%)
  adding: subclass/ (stored 0%)
  adding: pygraphviz/ (stored 0%)
  adding: jit/ (stored 0%)
  adding: javascript/ (stored 0%)
  adding: graph/ (stored 0%)
  adding: drawing/ (stored 0%)
  adding: basic/ (stored 0%)
  adding: applications/ (stored 0%)
  adding: algorithms/ (stored 0%)
  adding: advanced/ (stored 0%)
  adding: 3d_drawing/ (stored 0%)
+ cd ..
+ rm -fr zip
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 2.5.1-1.mga9 --unique-debug-suffix -2.5.1-1.mga9.aarch64 --unique-debug-src-base python-networkx-2.5.1-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/networkx-2.5.1

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/lib/python3.9 using python3.9
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.chJX3N
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ '[' 1 -eq 1 ']'
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python-networkx-doc-2.5.1-1.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AwftPK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python-networkx-doc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python-networkx-doc
+ cp -pr doc/build/html/_downloads doc/build/html/_images doc/build/html/_modules doc/build/html/_static doc/build/html/auto_examples doc/build/html/bibliography.html doc/build/html/citing.html doc/build/html/credits.html doc/build/html/developer doc/build/html/genindex.html doc/build/html/index.html doc/build/html/install.html doc/build/html/license.html doc/build/html/news.html doc/build/html/objects.inv doc/build/html/py-modindex.html doc/build/html/reference doc/build/html/release doc/build/html/search.html doc/build/html/searchindex.js doc/build/html/team.html doc/build/html/tutorial-33.hires.png doc/build/html/tutorial-33.pdf doc/build/html/tutorial-33.png doc/build/html/tutorial-34.hires.png doc/build/html/tutorial-34.pdf doc/build/html/tutorial-34.png doc/build/html/tutorial-35.hires.png doc/build/html/tutorial-35.pdf doc/build/html/tutorial-35.png doc/build/html/tutorial.html doc/build/html/tutorial.ipynb doc/build/html/tutorial.py doc/build/html/tutorial_full.ipynb /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python-networkx-doc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: bundled(jquery) bundled(js-underscore) python-networkx-doc = 2.5.1-1.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python3-networkx-2.5.1-1.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HzSqeE
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python3-networkx
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python3-networkx
+ cp -pr README.html /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python3-networkx
+ cp -pr installed-docs/LICENSE.txt installed-docs/examples installed-docs/requirements.txt /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/doc/python3-networkx
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PkLaGj
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/licenses/python3-networkx
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/licenses/python3-networkx
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64/usr/share/licenses/python3-networkx
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-networkx = 2.5.1-1.mga9 python3-networkx = 2.5.1-1.mga9 python3.9-networkx = 2.5.1-1.mga9 python3.9dist(networkx) = 2.5.1 python3dist(networkx) = 2.5.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9 python3.9dist(decorator) < 5
Recommends: python3dist(gdal) python3dist(lxml) python3dist(matplotlib) python3dist(numpy) python3dist(pandas) python3dist(pillow) python3dist(pydot) python3dist(pygraphviz) python3dist(pyparsing) python3dist(pyyaml) python3dist(scipy) xdg-utils
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-networkx-2.5.1-1.mga9.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-networkx-doc-2.5.1-1.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L7BBlw
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd networkx-2.5.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-networkx-2.5.1-1.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0Tq9fC
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf networkx-2.5.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!