Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681897882.229733/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-deepchem-2.7.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681897882.229733/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-deepchem-2.7.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681897882.229733/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-deepchem.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.w9X6aZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf deepchem-2.7.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/deepchem-2.7.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd deepchem-2.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z3RBcs + umask 022 + cd /builddir/build/BUILD + cd deepchem-2.7.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/deepchem copying deepchem/__init__.py -> build/lib/deepchem creating build/lib/deepchem/metalearning copying deepchem/metalearning/maml.py -> build/lib/deepchem/metalearning copying deepchem/metalearning/__init__.py -> build/lib/deepchem/metalearning creating build/lib/deepchem/splits copying deepchem/splits/__init__.py -> build/lib/deepchem/splits copying deepchem/splits/task_splitter.py -> build/lib/deepchem/splits copying deepchem/splits/splitters.py -> build/lib/deepchem/splits creating build/lib/deepchem/rl copying deepchem/rl/__init__.py -> build/lib/deepchem/rl copying deepchem/rl/a2c.py -> build/lib/deepchem/rl copying deepchem/rl/ppo.py -> build/lib/deepchem/rl creating build/lib/deepchem/trans copying deepchem/trans/__init__.py -> build/lib/deepchem/trans copying deepchem/trans/transformers.py -> build/lib/deepchem/trans copying deepchem/trans/duplicate.py -> build/lib/deepchem/trans creating build/lib/deepchem/dock copying deepchem/dock/__init__.py -> build/lib/deepchem/dock copying deepchem/dock/docking.py -> build/lib/deepchem/dock copying deepchem/dock/pose_scoring.py -> build/lib/deepchem/dock copying deepchem/dock/binding_pocket.py -> build/lib/deepchem/dock copying deepchem/dock/pose_generation.py -> build/lib/deepchem/dock creating build/lib/deepchem/metrics copying deepchem/metrics/__init__.py -> build/lib/deepchem/metrics copying deepchem/metrics/score_function.py -> build/lib/deepchem/metrics copying deepchem/metrics/metric.py -> build/lib/deepchem/metrics copying deepchem/metrics/genomic_metrics.py -> build/lib/deepchem/metrics creating build/lib/deepchem/hyper copying deepchem/hyper/base_classes.py -> build/lib/deepchem/hyper copying deepchem/hyper/__init__.py -> build/lib/deepchem/hyper copying deepchem/hyper/grid_search.py -> build/lib/deepchem/hyper copying deepchem/hyper/gaussian_process.py -> build/lib/deepchem/hyper copying deepchem/hyper/random_search.py -> build/lib/deepchem/hyper creating build/lib/deepchem/data copying deepchem/data/supports.py -> build/lib/deepchem/data copying deepchem/data/__init__.py -> build/lib/deepchem/data copying deepchem/data/pytorch_datasets.py -> build/lib/deepchem/data copying deepchem/data/data_loader.py -> build/lib/deepchem/data copying deepchem/data/datasets.py -> build/lib/deepchem/data creating build/lib/deepchem/feat copying deepchem/feat/base_classes.py -> build/lib/deepchem/feat copying deepchem/feat/smiles_tokenizer.py -> build/lib/deepchem/feat copying deepchem/feat/graph_features.py -> build/lib/deepchem/feat copying deepchem/feat/atomic_conformation.py -> build/lib/deepchem/feat copying deepchem/feat/__init__.py -> build/lib/deepchem/feat copying deepchem/feat/roberta_tokenizer.py -> build/lib/deepchem/feat copying deepchem/feat/binding_pocket_features.py -> build/lib/deepchem/feat copying deepchem/feat/bert_tokenizer.py -> build/lib/deepchem/feat copying deepchem/feat/reaction_featurizer.py -> build/lib/deepchem/feat copying deepchem/feat/mol_graphs.py -> build/lib/deepchem/feat copying deepchem/feat/graph_data.py -> build/lib/deepchem/feat creating build/lib/deepchem/molnet copying deepchem/molnet/run_benchmark_low_data.py -> build/lib/deepchem/molnet copying deepchem/molnet/dnasim.py -> build/lib/deepchem/molnet copying deepchem/molnet/preset_hyper_parameters.py -> build/lib/deepchem/molnet copying deepchem/molnet/__init__.py -> build/lib/deepchem/molnet copying deepchem/molnet/check_availability.py -> build/lib/deepchem/molnet copying deepchem/molnet/run_benchmark.py -> build/lib/deepchem/molnet copying deepchem/molnet/defaults.py -> build/lib/deepchem/molnet copying deepchem/molnet/run_benchmark_models.py -> build/lib/deepchem/molnet creating build/lib/deepchem/models copying deepchem/models/optimizers.py -> build/lib/deepchem/models copying deepchem/models/wandblogger.py -> build/lib/deepchem/models copying deepchem/models/models.py -> build/lib/deepchem/models copying deepchem/models/scscore.py -> build/lib/deepchem/models copying deepchem/models/progressive_multitask.py -> build/lib/deepchem/models copying deepchem/models/molgan.py -> build/lib/deepchem/models copying deepchem/models/graph_models.py -> build/lib/deepchem/models copying deepchem/models/fcnet.py -> build/lib/deepchem/models copying deepchem/models/__init__.py -> build/lib/deepchem/models copying deepchem/models/multitask.py -> build/lib/deepchem/models copying deepchem/models/chemnet_models.py -> build/lib/deepchem/models copying deepchem/models/text_cnn.py -> build/lib/deepchem/models copying deepchem/models/keras_model.py -> build/lib/deepchem/models copying deepchem/models/atomic_conv.py -> build/lib/deepchem/models copying deepchem/models/callbacks.py -> build/lib/deepchem/models copying deepchem/models/losses.py -> build/lib/deepchem/models copying deepchem/models/IRV.py -> build/lib/deepchem/models copying deepchem/models/gan.py -> build/lib/deepchem/models copying deepchem/models/normalizing_flows.py -> build/lib/deepchem/models copying deepchem/models/chemnet_layers.py -> build/lib/deepchem/models copying deepchem/models/layers.py -> build/lib/deepchem/models copying deepchem/models/seqtoseq.py -> build/lib/deepchem/models copying deepchem/models/robust_multitask.py -> build/lib/deepchem/models creating build/lib/deepchem/utils copying deepchem/utils/fragment_utils.py -> build/lib/deepchem/utils copying deepchem/utils/evaluate.py -> build/lib/deepchem/utils copying deepchem/utils/electron_sampler.py -> build/lib/deepchem/utils copying deepchem/utils/geometry_utils.py -> build/lib/deepchem/utils copying deepchem/utils/pytorch_utils.py -> build/lib/deepchem/utils copying deepchem/utils/molecule_feature_utils.py -> build/lib/deepchem/utils copying deepchem/utils/coordinate_box_utils.py -> build/lib/deepchem/utils copying deepchem/utils/save.py -> build/lib/deepchem/utils copying deepchem/utils/sequence_utils.py -> build/lib/deepchem/utils copying deepchem/utils/__init__.py -> build/lib/deepchem/utils copying deepchem/utils/genomics_utils.py -> build/lib/deepchem/utils copying deepchem/utils/noncovalent_utils.py -> build/lib/deepchem/utils copying deepchem/utils/pdbqt_utils.py -> build/lib/deepchem/utils copying deepchem/utils/rdkit_utils.py -> build/lib/deepchem/utils copying deepchem/utils/data_utils.py -> build/lib/deepchem/utils copying deepchem/utils/vina_utils.py -> build/lib/deepchem/utils copying deepchem/utils/typing.py -> build/lib/deepchem/utils copying deepchem/utils/docking_utils.py -> build/lib/deepchem/utils copying deepchem/utils/voxel_utils.py -> build/lib/deepchem/utils copying deepchem/utils/hash_utils.py -> build/lib/deepchem/utils copying deepchem/utils/debug_utils.py -> build/lib/deepchem/utils copying deepchem/utils/fake_data_generator.py -> build/lib/deepchem/utils copying deepchem/utils/conformers.py -> build/lib/deepchem/utils creating build/lib/deepchem/rl/envs copying deepchem/rl/envs/test_tictactoe.py -> build/lib/deepchem/rl/envs copying deepchem/rl/envs/__init__.py -> build/lib/deepchem/rl/envs copying deepchem/rl/envs/tictactoe.py -> build/lib/deepchem/rl/envs creating build/lib/deepchem/feat/sequence_featurizers copying deepchem/feat/sequence_featurizers/__init__.py -> build/lib/deepchem/feat/sequence_featurizers copying deepchem/feat/sequence_featurizers/position_frequency_matrix_featurizer.py -> build/lib/deepchem/feat/sequence_featurizers creating build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/__init__.py -> build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/contact_fingerprints.py -> build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/rdkit_grid_featurizer.py -> build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/splif_fingerprints.py -> build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/complex_atomic_coordinates.py -> build/lib/deepchem/feat/complex_featurizers copying deepchem/feat/complex_featurizers/grid_featurizers.py -> build/lib/deepchem/feat/complex_featurizers creating build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/one_hot_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/mol2vec_fingerprint.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/smiles_to_seq.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/__init__.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/dmpnn_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/mol_graph_conv_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/pubchem_fingerprint.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/sparse_matrix_one_hot_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/raw_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/atomic_coordinates.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/maccs_keys_fingerprint.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/molgan_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/circular_fingerprint.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/smiles_to_image.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/coulomb_matrices.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/bp_symmetry_function_input.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/mordred_descriptors.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/rdkit_descriptors.py -> build/lib/deepchem/feat/molecule_featurizers copying deepchem/feat/molecule_featurizers/mat_featurizer.py -> build/lib/deepchem/feat/molecule_featurizers creating build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/cgcnn_featurizer.py -> build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/sine_coulomb_matrix.py -> build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/__init__.py -> build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/lcnn_featurizer.py -> build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/elemnet_featurizer.py -> build/lib/deepchem/feat/material_featurizers copying deepchem/feat/material_featurizers/element_property_fingerprint.py -> build/lib/deepchem/feat/material_featurizers creating build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/kaggle_features.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/hopv_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/bbbp_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/cell_counting_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/nci_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/qm8_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/factors_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/__init__.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/clearance_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/sweetlead_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/muv_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/uv_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/hppb_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/clintox_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/ppb_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/bace_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/bace_features.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/zinc15_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/load_dataset_template.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/tox21_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/chembl25_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/molnet_loader.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/kaggle_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/bbbc_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/freesolv_dataset.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/kinase_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/toxcast_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/pcba_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/uv_tasks.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/hiv_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/uspto_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/chembl_tasks.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/qm7_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/sider_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/lipo_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/pdbbind_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/thermosol_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/sampl_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/delaney_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/chembl_datasets.py -> build/lib/deepchem/molnet/load_function copying deepchem/molnet/load_function/qm9_datasets.py -> build/lib/deepchem/molnet/load_function creating build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/load_mp_formation_energy.py -> build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/__init__.py -> build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/load_bandgap.py -> build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/load_mp_metallicity.py -> build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/load_perovskite.py -> build/lib/deepchem/molnet/load_function/material_datasets copying deepchem/molnet/load_function/material_datasets/load_Pt_NO_surface_adsorbate_energy.py -> build/lib/deepchem/molnet/load_function/material_datasets creating build/lib/deepchem/models/gbdt_models copying deepchem/models/gbdt_models/__init__.py -> build/lib/deepchem/models/gbdt_models copying deepchem/models/gbdt_models/gbdt_model.py -> build/lib/deepchem/models/gbdt_models creating build/lib/deepchem/models/sklearn_models copying deepchem/models/sklearn_models/sklearn_model.py -> build/lib/deepchem/models/sklearn_models copying deepchem/models/sklearn_models/__init__.py -> build/lib/deepchem/models/sklearn_models creating build/lib/deepchem/models/jax_models copying deepchem/models/jax_models/pinns_model.py -> build/lib/deepchem/models/jax_models copying deepchem/models/jax_models/__init__.py -> build/lib/deepchem/models/jax_models copying deepchem/models/jax_models/jax_model.py -> build/lib/deepchem/models/jax_models copying deepchem/models/jax_models/layers.py -> build/lib/deepchem/models/jax_models creating build/lib/deepchem/models/lightning copying deepchem/models/lightning/dc_lightning_module.py -> build/lib/deepchem/models/lightning copying deepchem/models/lightning/__init__.py -> build/lib/deepchem/models/lightning copying deepchem/models/lightning/dc_lightning_dataset_module.py -> build/lib/deepchem/models/lightning creating build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/gcn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/attentivefp.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/kfac_optimizer.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/megnet.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/__init__.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/lcnn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/dmpnn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/cnn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/pagtn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/torch_model.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/mat.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/gat.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/cgcnn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/mpnn.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/normalizing_flows_pytorch.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/layers.py -> build/lib/deepchem/models/torch_models copying deepchem/models/torch_models/ferminet.py -> build/lib/deepchem/models/torch_models creating build/lib/deepchem/utils/test copying deepchem/utils/test/test_molecule_feature_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_generator_evaluator.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_voxel_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_noncovalent_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_sequence_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_coordinate_box_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_fake_data_generator.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/__init__.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_hash_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_evaluate.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_genomics_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_rdkit_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_fragment_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_geometry_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_electron_sampler.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_data_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_docking_utils.py -> build/lib/deepchem/utils/test copying deepchem/utils/test/test_pdbqt_utils.py -> build/lib/deepchem/utils/test + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JMVumZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 + cd deepchem-2.7.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.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 /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metalearning copying build/lib/deepchem/metalearning/maml.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metalearning copying build/lib/deepchem/metalearning/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metalearning creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits copying build/lib/deepchem/splits/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits copying build/lib/deepchem/splits/task_splitter.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits copying build/lib/deepchem/splits/splitters.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits copying build/lib/deepchem/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl copying build/lib/deepchem/rl/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl copying build/lib/deepchem/rl/a2c.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs copying build/lib/deepchem/rl/envs/test_tictactoe.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs copying build/lib/deepchem/rl/envs/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs copying build/lib/deepchem/rl/envs/tictactoe.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs copying build/lib/deepchem/rl/ppo.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans copying build/lib/deepchem/trans/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans copying build/lib/deepchem/trans/transformers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans copying build/lib/deepchem/trans/duplicate.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock copying build/lib/deepchem/dock/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock copying build/lib/deepchem/dock/docking.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock copying build/lib/deepchem/dock/pose_scoring.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock copying build/lib/deepchem/dock/binding_pocket.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock copying build/lib/deepchem/dock/pose_generation.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics copying build/lib/deepchem/metrics/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics copying build/lib/deepchem/metrics/score_function.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics copying build/lib/deepchem/metrics/metric.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics copying build/lib/deepchem/metrics/genomic_metrics.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper copying build/lib/deepchem/hyper/base_classes.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper copying build/lib/deepchem/hyper/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper copying build/lib/deepchem/hyper/grid_search.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper copying build/lib/deepchem/hyper/gaussian_process.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper copying build/lib/deepchem/hyper/random_search.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data copying build/lib/deepchem/data/supports.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data copying build/lib/deepchem/data/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data copying build/lib/deepchem/data/pytorch_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data copying build/lib/deepchem/data/data_loader.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data copying build/lib/deepchem/data/datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/base_classes.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/smiles_tokenizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/graph_features.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/atomic_conformation.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/roberta_tokenizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/binding_pocket_features.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat copying build/lib/deepchem/feat/bert_tokenizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/sequence_featurizers copying build/lib/deepchem/feat/sequence_featurizers/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/sequence_featurizers copying build/lib/deepchem/feat/sequence_featurizers/position_frequency_matrix_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/sequence_featurizers creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/contact_fingerprints.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/rdkit_grid_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/splif_fingerprints.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/complex_atomic_coordinates.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/complex_featurizers/grid_featurizers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers copying build/lib/deepchem/feat/reaction_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/one_hot_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/mol2vec_fingerprint.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/smiles_to_seq.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/dmpnn_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/mol_graph_conv_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/pubchem_fingerprint.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/sparse_matrix_one_hot_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/raw_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/atomic_coordinates.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/maccs_keys_fingerprint.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/molgan_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/circular_fingerprint.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/smiles_to_image.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/coulomb_matrices.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/bp_symmetry_function_input.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/mordred_descriptors.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/rdkit_descriptors.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/molecule_featurizers/mat_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers copying build/lib/deepchem/feat/mol_graphs.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/cgcnn_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/sine_coulomb_matrix.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/lcnn_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/elemnet_featurizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/material_featurizers/element_property_fingerprint.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers copying build/lib/deepchem/feat/graph_data.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/run_benchmark_low_data.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/dnasim.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/preset_hyper_parameters.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/check_availability.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/run_benchmark.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/defaults.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet copying build/lib/deepchem/molnet/run_benchmark_models.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/kaggle_features.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/hopv_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/bbbp_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/cell_counting_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/nci_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/qm8_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/factors_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/clearance_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/sweetlead_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/muv_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/uv_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/hppb_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/clintox_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/ppb_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/bace_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/bace_features.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/zinc15_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/load_dataset_template.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/tox21_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/chembl25_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/molnet_loader.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/kaggle_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/bbbc_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/freesolv_dataset.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/kinase_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/toxcast_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/pcba_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/uv_tasks.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/hiv_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/uspto_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/chembl_tasks.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/load_mp_formation_energy.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/load_bandgap.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/load_mp_metallicity.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/load_perovskite.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/material_datasets/load_Pt_NO_surface_adsorbate_energy.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets copying build/lib/deepchem/molnet/load_function/qm7_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/sider_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/lipo_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/pdbbind_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/thermosol_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/sampl_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/delaney_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/chembl_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function copying build/lib/deepchem/molnet/load_function/qm9_datasets.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/optimizers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/wandblogger.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/models.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/scscore.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/progressive_multitask.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/molgan.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/graph_models.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gbdt_models copying build/lib/deepchem/models/gbdt_models/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gbdt_models copying build/lib/deepchem/models/gbdt_models/gbdt_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gbdt_models copying build/lib/deepchem/models/fcnet.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/multitask.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/chemnet_models.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/sklearn_models copying build/lib/deepchem/models/sklearn_models/sklearn_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/sklearn_models copying build/lib/deepchem/models/sklearn_models/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/sklearn_models copying build/lib/deepchem/models/text_cnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/keras_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/atomic_conv.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/callbacks.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/losses.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/IRV.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models copying build/lib/deepchem/models/jax_models/pinns_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models copying build/lib/deepchem/models/jax_models/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models copying build/lib/deepchem/models/jax_models/jax_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models copying build/lib/deepchem/models/jax_models/layers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models copying build/lib/deepchem/models/gan.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/normalizing_flows.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/chemnet_layers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/layers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning copying build/lib/deepchem/models/lightning/dc_lightning_module.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning copying build/lib/deepchem/models/lightning/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning copying build/lib/deepchem/models/lightning/dc_lightning_dataset_module.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/gcn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/attentivefp.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/kfac_optimizer.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/megnet.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/lcnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/dmpnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/cnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/pagtn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/torch_model.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/mat.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/gat.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/cgcnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/mpnn.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/normalizing_flows_pytorch.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/layers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/torch_models/ferminet.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models copying build/lib/deepchem/models/seqtoseq.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models copying build/lib/deepchem/models/robust_multitask.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/fragment_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/evaluate.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/electron_sampler.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/geometry_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/pytorch_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/molecule_feature_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/coordinate_box_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/save.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/sequence_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/genomics_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/noncovalent_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/pdbqt_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/rdkit_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils creating /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_molecule_feature_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_generator_evaluator.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_voxel_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_noncovalent_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_sequence_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_coordinate_box_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_fake_data_generator.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/__init__.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_hash_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_evaluate.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_genomics_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_rdkit_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_fragment_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_geometry_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_electron_sampler.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_data_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_docking_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/test/test_pdbqt_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test copying build/lib/deepchem/utils/data_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/vina_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/typing.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/docking_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/voxel_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/hash_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/debug_utils.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/fake_data_generator.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils copying build/lib/deepchem/utils/conformers.py -> /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metalearning/maml.py to maml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metalearning/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits/task_splitter.py to task_splitter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/splits/splitters.py to splitters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/a2c.py to a2c.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs/test_tictactoe.py to test_tictactoe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/envs/tictactoe.py to tictactoe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/rl/ppo.py to ppo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans/transformers.py to transformers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/trans/duplicate.py to duplicate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock/docking.py to docking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock/pose_scoring.py to pose_scoring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock/binding_pocket.py to binding_pocket.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/dock/pose_generation.py to pose_generation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics/score_function.py to score_function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics/metric.py to metric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/metrics/genomic_metrics.py to genomic_metrics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper/base_classes.py to base_classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper/grid_search.py to grid_search.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper/gaussian_process.py to gaussian_process.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/hyper/random_search.py to random_search.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data/supports.py to supports.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data/pytorch_datasets.py to pytorch_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data/data_loader.py to data_loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/data/datasets.py to datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/base_classes.py to base_classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/smiles_tokenizer.py to smiles_tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/graph_features.py to graph_features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/atomic_conformation.py to atomic_conformation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/roberta_tokenizer.py to roberta_tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/binding_pocket_features.py to binding_pocket_features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/bert_tokenizer.py to bert_tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/sequence_featurizers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/sequence_featurizers/position_frequency_matrix_featurizer.py to position_frequency_matrix_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/contact_fingerprints.py to contact_fingerprints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/rdkit_grid_featurizer.py to rdkit_grid_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/splif_fingerprints.py to splif_fingerprints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/complex_atomic_coordinates.py to complex_atomic_coordinates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/complex_featurizers/grid_featurizers.py to grid_featurizers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/reaction_featurizer.py to reaction_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/one_hot_featurizer.py to one_hot_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/mol2vec_fingerprint.py to mol2vec_fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/smiles_to_seq.py to smiles_to_seq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/dmpnn_featurizer.py to dmpnn_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/mol_graph_conv_featurizer.py to mol_graph_conv_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/pubchem_fingerprint.py to pubchem_fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/sparse_matrix_one_hot_featurizer.py to sparse_matrix_one_hot_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/raw_featurizer.py to raw_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/atomic_coordinates.py to atomic_coordinates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/maccs_keys_fingerprint.py to maccs_keys_fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/molgan_featurizer.py to molgan_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/circular_fingerprint.py to circular_fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/smiles_to_image.py to smiles_to_image.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/coulomb_matrices.py to coulomb_matrices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/bp_symmetry_function_input.py to bp_symmetry_function_input.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/mordred_descriptors.py to mordred_descriptors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/rdkit_descriptors.py to rdkit_descriptors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/molecule_featurizers/mat_featurizer.py to mat_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/mol_graphs.py to mol_graphs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/cgcnn_featurizer.py to cgcnn_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/sine_coulomb_matrix.py to sine_coulomb_matrix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/lcnn_featurizer.py to lcnn_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/elemnet_featurizer.py to elemnet_featurizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/material_featurizers/element_property_fingerprint.py to element_property_fingerprint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/feat/graph_data.py to graph_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/run_benchmark_low_data.py to run_benchmark_low_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/dnasim.py to dnasim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/preset_hyper_parameters.py to preset_hyper_parameters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/check_availability.py to check_availability.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/run_benchmark.py to run_benchmark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/run_benchmark_models.py to run_benchmark_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/kaggle_features.py to kaggle_features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/hopv_datasets.py to hopv_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/bbbp_datasets.py to bbbp_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/cell_counting_datasets.py to cell_counting_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/nci_datasets.py to nci_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/qm8_datasets.py to qm8_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/factors_datasets.py to factors_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/clearance_datasets.py to clearance_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/sweetlead_datasets.py to sweetlead_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/muv_datasets.py to muv_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/uv_datasets.py to uv_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/hppb_datasets.py to hppb_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/clintox_datasets.py to clintox_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/ppb_datasets.py to ppb_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/bace_datasets.py to bace_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/bace_features.py to bace_features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/zinc15_datasets.py to zinc15_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/load_dataset_template.py to load_dataset_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/tox21_datasets.py to tox21_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/chembl25_datasets.py to chembl25_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/molnet_loader.py to molnet_loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/kaggle_datasets.py to kaggle_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/bbbc_datasets.py to bbbc_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/freesolv_dataset.py to freesolv_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/kinase_datasets.py to kinase_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/toxcast_datasets.py to toxcast_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/pcba_datasets.py to pcba_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/uv_tasks.py to uv_tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/hiv_datasets.py to hiv_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/uspto_datasets.py to uspto_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/chembl_tasks.py to chembl_tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/load_mp_formation_energy.py to load_mp_formation_energy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/load_bandgap.py to load_bandgap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/load_mp_metallicity.py to load_mp_metallicity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/load_perovskite.py to load_perovskite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/material_datasets/load_Pt_NO_surface_adsorbate_energy.py to load_Pt_NO_surface_adsorbate_energy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/qm7_datasets.py to qm7_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/sider_datasets.py to sider_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/lipo_datasets.py to lipo_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/pdbbind_datasets.py to pdbbind_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/thermosol_datasets.py to thermosol_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/sampl_datasets.py to sampl_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/delaney_datasets.py to delaney_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/chembl_datasets.py to chembl_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/molnet/load_function/qm9_datasets.py to qm9_datasets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/optimizers.py to optimizers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/wandblogger.py to wandblogger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/scscore.py to scscore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/progressive_multitask.py to progressive_multitask.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/molgan.py to molgan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/graph_models.py to graph_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gbdt_models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gbdt_models/gbdt_model.py to gbdt_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/fcnet.py to fcnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/multitask.py to multitask.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/chemnet_models.py to chemnet_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/sklearn_models/sklearn_model.py to sklearn_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/sklearn_models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/text_cnn.py to text_cnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/keras_model.py to keras_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/atomic_conv.py to atomic_conv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/callbacks.py to callbacks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/losses.py to losses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/IRV.py to IRV.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models/pinns_model.py to pinns_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models/jax_model.py to jax_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/jax_models/layers.py to layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/gan.py to gan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/normalizing_flows.py to normalizing_flows.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/chemnet_layers.py to chemnet_layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/layers.py to layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning/dc_lightning_module.py to dc_lightning_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/lightning/dc_lightning_dataset_module.py to dc_lightning_dataset_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/gcn.py to gcn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/attentivefp.py to attentivefp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/kfac_optimizer.py to kfac_optimizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/megnet.py to megnet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/lcnn.py to lcnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/dmpnn.py to dmpnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/cnn.py to cnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/pagtn.py to pagtn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/torch_model.py to torch_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/mat.py to mat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/gat.py to gat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/cgcnn.py to cgcnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/mpnn.py to mpnn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/normalizing_flows_pytorch.py to normalizing_flows_pytorch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/layers.py to layers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/torch_models/ferminet.py to ferminet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/seqtoseq.py to seqtoseq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/models/robust_multitask.py to robust_multitask.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/fragment_utils.py to fragment_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/evaluate.py to evaluate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/electron_sampler.py to electron_sampler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/geometry_utils.py to geometry_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/pytorch_utils.py to pytorch_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/molecule_feature_utils.py to molecule_feature_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/coordinate_box_utils.py to coordinate_box_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/save.py to save.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/sequence_utils.py to sequence_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/genomics_utils.py to genomics_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/noncovalent_utils.py to noncovalent_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/pdbqt_utils.py to pdbqt_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/rdkit_utils.py to rdkit_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_molecule_feature_utils.py to test_molecule_feature_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_generator_evaluator.py to test_generator_evaluator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_voxel_utils.py to test_voxel_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_noncovalent_utils.py to test_noncovalent_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_sequence_utils.py to test_sequence_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_coordinate_box_utils.py to test_coordinate_box_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_fake_data_generator.py to test_fake_data_generator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_hash_utils.py to test_hash_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_evaluate.py to test_evaluate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_genomics_utils.py to test_genomics_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_rdkit_utils.py to test_rdkit_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_fragment_utils.py to test_fragment_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_geometry_utils.py to test_geometry_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_electron_sampler.py to test_electron_sampler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_data_utils.py to test_data_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_docking_utils.py to test_docking_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/test/test_pdbqt_utils.py to test_pdbqt_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/data_utils.py to data_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/vina_utils.py to vina_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/typing.py to typing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/docking_utils.py to docking_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/voxel_utils.py to voxel_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/hash_utils.py to hash_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/debug_utils.py to debug_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/fake_data_generator.py to fake_data_generator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem/utils/conformers.py to conformers.cpython-39.pyc writing byte-compilation script '/tmp/tmppbwk8wul.py' /usr/bin/python3 /tmp/tmppbwk8wul.py removing /tmp/tmppbwk8wul.py running install_egg_info running egg_info writing deepchem.egg-info/PKG-INFO writing dependency_links to deepchem.egg-info/dependency_links.txt writing requirements to deepchem.egg-info/requires.txt writing top-level names to deepchem.egg-info/top_level.txt reading manifest file 'deepchem.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'deepchem.egg-info/SOURCES.txt' Copying deepchem.egg-info to /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9/site-packages/deepchem-2.7.1.dev20230419095331-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64//usr/share/doc/python-deepchem + '[' -d doc ']' ~/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 ~/build/BUILD/deepchem-2.7.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/deepchem-2.7.1 + popd + mv /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.7.1-1 --unique-debug-suffix -2.7.1-1.aarch64 --unique-debug-src-base python-deepchem-2.7.1-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/deepchem-2.7.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-deepchem-2.7.1-1.noarch Provides: python-deepchem python3-deepchem = 2.7.1-1 python3.9dist(deepchem) = 2.7.1.dev20230419095331 python3dist(deepchem) = 2.7.1.dev20230419095331 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(joblib) python3.9dist(numpy) >= 1.21 python3.9dist(pandas) python3.9dist(rdkit) python3.9dist(scikit-learn) python3.9dist(scipy) < 1.9 Processing files: python-deepchem-help-2.7.1-1.noarch warning: Empty %files file /builddir/build/BUILD/deepchem-2.7.1/doclist.lst Provides: python-deepchem-help = 2.7.1-1 python3-deepchem-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 Wrote: /builddir/build/RPMS/python-deepchem-help-2.7.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-deepchem-2.7.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sgKJgk + umask 022 + cd /builddir/build/BUILD + cd deepchem-2.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-deepchem-2.7.1-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0