diff --git a/recipes/cellsnp-lite/build_failure.linux-64.yaml b/recipes/cellsnp-lite/build_failure.linux-64.yaml new file mode 100644 index 0000000000000..2d7a4d5e3b547 --- /dev/null +++ b/recipes/cellsnp-lite/build_failure.linux-64.yaml @@ -0,0 +1,104 @@ +recipe_sha: dd6a23ac00183a8e28b55aa29a5ede942ba044cd21b1bfb29d5e7425e0fd6d8c # The hash of the recipe's meta.yaml at which this recipe failed to build. +skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above. +log: |- + Adding in variants from /opt/host-conda-bld/conda_build_config_0_-e_conda_build_config.yaml + Adding in variants from /opt/host-conda-bld/conda_build_config_1_-e_bioconda_utils-conda_build_config.yaml + Attempting to finalize metadata for cellsnp-lite + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Getting pinned dependencies: ...working... done + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Getting pinned dependencies: ...working... done + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Getting pinned dependencies: ...working... done + BUILD START: ['cellsnp-lite-1.2.3-he4a0461_3.tar.bz2'] + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Solving environment (_h_env): ...working... done + + ## Package Plan ## + + environment location: /opt/conda/conda-bld/cellsnp-lite_1717789695865/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_ + + + The following NEW packages will be INSTALLED: + + _libgcc_mutex: 0.1-conda_forge conda-forge + _openmp_mutex: 4.5-2_gnu conda-forge + bzip2: 1.0.8-hd590300_5 conda-forge + c-ares: 1.28.1-hd590300_0 conda-forge + ca-certificates: 2024.6.2-hbcca054_0 conda-forge + htslib: 1.20-h5efdd21_1 bioconda + keyutils: 1.6.1-h166bdaf_0 conda-forge + krb5: 1.21.2-h659d440_0 conda-forge + libcurl: 8.8.0-hca28451_0 conda-forge + libdeflate: 1.20-hd590300_0 conda-forge + libedit: 3.1.20191231-he28a2e2_2 conda-forge + libev: 4.33-hd590300_2 conda-forge + libgcc-ng: 13.2.0-h77fa898_7 conda-forge + libgomp: 13.2.0-h77fa898_7 conda-forge + libnghttp2: 1.58.0-h47da74e_1 conda-forge + libssh2: 1.11.0-h0841786_0 conda-forge + libstdcxx-ng: 13.2.0-hc0a3c3a_7 conda-forge + libzlib: 1.2.13-h4ab18f5_6 conda-forge + ncurses: 6.5-h59595ed_0 conda-forge + openssl: 3.3.1-h4ab18f5_0 conda-forge + xz: 5.2.6-h166bdaf_0 conda-forge + zlib: 1.2.13-h4ab18f5_6 conda-forge + zstd: 1.5.6-ha6fb4c9_0 conda-forge + + Preparing transaction: ...working... done + Verifying transaction: ...working... done + Executing transaction: ...working... done + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Solving environment (_build_env): ...working... done + Reloading output folder (file:///opt/host-conda-bld): ...working... done + Solving environment (_test_env): ...working... done + + ## Package Plan ## + + environment location: /opt/conda/conda-bld/cellsnp-lite_1717789695865/_build_env + + + The following NEW packages will be INSTALLED: + + _libgcc_mutex: 0.1-conda_forge conda-forge + _openmp_mutex: 4.5-2_gnu conda-forge + binutils_impl_linux-64: 2.40-ha1999f0_2 conda-forge + binutils_linux-64: 2.40-hdade7a5_3 conda-forge + gcc_impl_linux-64: 12.3.0-h58ffeeb_7 conda-forge + gcc_linux-64: 12.3.0-h6477408_3 conda-forge + kernel-headers_linux-64: 2.6.32-he073ed8_17 conda-forge + ld_impl_linux-64: 2.40-hf3520f5_2 conda-forge + libgcc-devel_linux-64: 12.3.0-h0223996_107 conda-forge + libgcc-ng: 13.2.0-h77fa898_7 conda-forge + libgomp: 13.2.0-h77fa898_7 conda-forge + libsanitizer: 12.3.0-hb8811af_7 conda-forge + libstdcxx-ng: 13.2.0-hc0a3c3a_7 conda-forge + make: 4.3-hd18ef5c_1 conda-forge + sysroot_linux-64: 2.12-he073ed8_17 conda-forge + + Traceback (most recent call last): + File "/opt/conda/bin/conda-build", line 11, in + sys.exit(execute()) + File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 590, in execute + api.build( + File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 250, in build + return build_tree( + File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3638, in build_tree + packages_from_this = build( + File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2409, in build + create_build_envs(top_level_pkg, notest) + File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2253, in create_build_envs + environ.create_env( + File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1049, in create_env + _execute_actions(prefix, precs) + File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1332, in _execute_actions + progressive_fetch_extract.execute() + File "/opt/conda/lib/python3.10/site-packages/conda/core/package_cache_data.py", line 891, in execute + raise CondaMultiError(not_cancelled) + conda.CondaMultiError: Error with archive /opt/conda/pkgs/gcc_impl_linux-64-12.3.0-h58ffeeb_7.conda. You probably need to delete and re-download or re-create this file. Message was: + + failed with error: [Errno 28] No space left on device + Error with archive /opt/conda/pkgs/sysroot_linux-64-2.12-he073ed8_17.conda. You probably need to delete and re-download or re-create this file. Message was: + + failed with error: [Errno 28] No space left on device +# Last 100 lines of the build log.