Cannot run conda-build.sh in sandbox mode
Hi, I have a conda recipe that I want to build with rattler in sandbox mode.
However it always fails at the execution of conda-build.sh script (verbose logs attached, I just removed the git progress part). rattler_logs.log
Reproduce
Here are my commands:
rattler-build build -r recipe.yaml -v --output-dir /home/tlaurent/Workspace/OTB/otb_conda/rattler_out -c conda-forge --no-test --sandbox --allow-network --allow-read-execute "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out" --allow-read-write "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out"
I also try using "/" for the allow-read-write and allow-read-exectue but nothing works.
Looking at the logs, I suspect a problem when copying files:
HEAD est maintenant sur 593038dff4 COMP: propagate "Module_" cmake options when building with superbuild
2025-09-23T08:54:43.824213Z DEBUG Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Repository fetched successfully!
Checked out revision: 'refs/heads/rattler_beta' at '593038dff4b98f0da042ed6b0a0667a3e4dfce3a'
2025-09-23T08:54:44.367156Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.rev" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-23T08:54:44.397725Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.idx" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-23T08:54:45.451707Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.pack" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
Copied 8410 files into isolated environment
[...]
sandboxing failure: Operation not permitted (os error 1)
2025-09-23T08:54:54.181916Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Running build script: rattler_build::script::interpreter::bash: Script failed with status 1
2025-09-23T08:54:54.181949Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Running build script: rattler_build::script::interpreter::bash:
Script execution failed.
Work directory: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work
Prefix: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl
Build prefix: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/build_env
To run the script manually, use the following command:
cd "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work" && ./conda_build.sh
To run commands interactively in the build environment:
cd "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out/bld/rattler-build_otb_1758617487/work" && source build_env.sh
Error: × Script failed to execute
Without sandbox it correclty execute the file, no write error with git nor execution problem.
Environment
- Ubuntu 24.04.3
- mamba 1.5.12
- conda 24.11.2
- rattler 0.47.0
Thanks for the bug report! Can you add some information what your build script is trying to do / execute? Maybe some binaries are missing (e.g. even ls might not be able to execute properly in the sandbox, because it doesn't have read-execute permission).
I just had a quikc look and it looks like patch is not part of your build requirements but you are trying to execute it in the script?
I just had a quikc look and it looks like
patchis not part of your build requirements but you are trying to execute it in the script?
Indeed, but it does not help. The recipe send in my first message is from another project using OrfeoToolbox and needs some other ressources.
I reproduce it with a minimal and more understandable example that you can found here https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-conda-recipe/-/tree/recipe-init?ref_type=heads
Still fails at script execution, I remove the folder to get a fresh/clean build. I added a "set -x" at the beginning of the script but got no extra log from it, looks like it is a linux permission problem, not a script one. Or maybe the script logs are not displayed ?
(otb_conda) ➜ otb-conda-recipe git:(recipe-init) ✗ rm -rf /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe
(otb_conda) ➜ otb-conda-recipe git:(recipe-init) ✗ rattler-build build -r recipe.yaml -v --output-dir /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe -c conda-forge --sandbox --no-test --allow-network --allow-read-execute /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe
2025-09-25T09:10:09.594383Z DEBUG rattler_build::opt: Using mirrors: {}
2025-09-25T09:10:09.608536Z DEBUG rattler_build: Platforms: build: linux-64, host: linux-64, target: linux-64
Loading variant config file: "/home/tlaurent/Workspace/OTB/otb-conda-recipe/variants.yaml"
Found 1 variants
Build variant: otb-10.0.0-hd82799e_0
╭──────────────────────┬────────────╮
│ Variant ┆ Version │
╞══════════════════════╪════════════╡
│ c_compiler ┆ "gcc" │
│ c_compiler_version ┆ 13 │
│ cxx_compiler ┆ "gxx" │
│ cxx_compiler_version ┆ 13 │
│ target_platform ┆ "linux-64" │
╰──────────────────────┴────────────╯
2025-09-25T09:10:09.610900Z DEBUG rattler_build: Ordered output: "otb"
Fetching source from git repo: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git
Clonage dans '/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git'...
remote: Enumerating objects: 394278, done.
remote: Counting objects: 100% (1991/1991), done.
remote: Compressing objects: 100% (407/407), done.
remote: Total 394278 (delta 1579), reused 1909 (delta 1536), pack-reused 392287 (from 1)
Réception d'objets: 100% (394278/394278), 538.04 Mio | 5.93 Mio/s, fait.
Résolution des deltas: 100% (309587/309587), fait.
Fetching repository from https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git at refs/heads/rattler_beta into /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git
Depuis https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
* [nouvelle branche] rattler_beta -> rattler_beta
HEAD est maintenant sur 593038dff4 COMP: propagate "Module_" cmake options when building with superbuild
2025-09-25T09:13:16.176627Z DEBUG Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Repository fetched successfully!
Checked out revision: 'refs/heads/rattler_beta' at '593038dff4b98f0da042ed6b0a0667a3e4dfce3a'
2025-09-25T09:13:16.884951Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.rev" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-25T09:13:16.931319Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.idx" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-25T09:13:17.168692Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.pack" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
Copied 8410 files into isolated environment
Resolving build environment:
Platform: linux-64 \x1b[2m[__unix=0=0, __linux=6.8.0=0, __glibc=2.39=0, __archspec=1=skylake]\x1b[0m
Channels:
- file:///home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/
- conda-forge
Specs:
- gcc_linux-64 13.*
- gxx_linux-64 13.*
- ccache
- cmake <4
- curl
- freeglut
- gdal 3.11.3.*
- libboost 1.86.*
- libcurl
- libgdal-pdf
- libglib
- libglu
- libheif
- libkml-devel
- liblzma-devel
- libssh2
- mariadb
- mesa-libgl-cos7-x86_64
- mesa-libgl-devel-cos7-x86_64
- ninja
- numpy 1.*
- openjpeg 2.5.2.*
- patch
- poppler 23.8.0.*
- python 3.12.*
- qhull
- setuptools
- sphinx
- swig
╭───────────────────────────────┬──────────────┬──────────────────────┬─────────────┬────────────╮
│ Package ┆ Version ┆ Build ┆ Channel ┆ Size │
╞═══════════════════════════════╪══════════════╪══════════════════════╪═════════════╪════════════╡
│ _libgcc_mutex ┆ 0.1 ┆ conda_forge ┆ conda-forge ┆ 2.50 KiB │
│ _openmp_mutex ┆ 4.5 ┆ 2_gnu ┆ conda-forge ┆ 23.07 KiB │
│ alabaster ┆ 1.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 18.25 KiB │
│ aom ┆ 3.9.1 ┆ hac33072_0 ┆ conda-forge ┆ 2.58 MiB │
│ babel ┆ 2.17.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 6.62 MiB │
│ binutils_impl_linux-64 ┆ 2.44 ┆ h4bf12b8_1 ┆ conda-forge ┆ 3.61 MiB │
│ binutils_linux-64 ┆ 2.44 ┆ h4852527_1 ┆ conda-forge ┆ 35.20 KiB │
│ blosc ┆ 1.21.6 ┆ he440d0b_1 ┆ conda-forge ┆ 47.29 KiB │
│ brotli-python ┆ 1.1.0 ┆ py312h1289d80_4 ┆ conda-forge ┆ 345.85 KiB │
│ bzip2 ┆ 1.0.8 ┆ hda65f42_8 ┆ conda-forge ┆ 254.24 KiB │
│ c-ares ┆ 1.34.5 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 202.04 KiB │
│ ca-certificates ┆ 2025.8.3 ┆ hbd8a1cb_0 ┆ conda-forge ┆ 150.78 KiB │
│ cairo ┆ 1.18.4 ┆ h3394656_0 ┆ conda-forge ┆ 955.19 KiB │
│ ccache ┆ 4.11.3 ┆ h80c52d3_0 ┆ conda-forge ┆ 692.29 KiB │
│ certifi ┆ 2025.8.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 154.97 KiB │
│ cffi ┆ 2.0.0 ┆ py312h35888ee_0 ┆ conda-forge ┆ 290.03 KiB │
│ charset-normalizer ┆ 3.4.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 49.84 KiB │
│ cmake ┆ 3.31.8 ┆ hc85cc9f_0 ┆ conda-forge ┆ 20.02 MiB │
│ colorama ┆ 0.4.6 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 26.38 KiB │
│ curl ┆ 8.14.1 ┆ h332b0f4_0 ┆ conda-forge ┆ 176.11 KiB │
│ dav1d ┆ 1.2.1 ┆ hd590300_0 ┆ conda-forge ┆ 742.41 KiB │
│ docutils ┆ 0.21.2 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 393.26 KiB │
│ font-ttf-dejavu-sans-mono ┆ 2.37 ┆ hab24e00_0 ┆ conda-forge ┆ 388.06 KiB │
│ font-ttf-inconsolata ┆ 3.000 ┆ h77eed37_0 ┆ conda-forge ┆ 94.27 KiB │
│ font-ttf-source-code-pro ┆ 2.038 ┆ h77eed37_0 ┆ conda-forge ┆ 684.39 KiB │
│ font-ttf-ubuntu ┆ 0.83 ┆ h77eed37_3 ┆ conda-forge ┆ 1.55 MiB │
│ fontconfig ┆ 2.15.0 ┆ h7e30c49_1 ┆ conda-forge ┆ 259.37 KiB │
│ fonts-conda-ecosystem ┆ 1 ┆ 0 ┆ conda-forge ┆ 3.58 KiB │
│ fonts-conda-forge ┆ 1 ┆ 0 ┆ conda-forge ┆ 4.01 KiB │
│ freeglut ┆ 3.2.2 ┆ ha6d2627_3 ┆ conda-forge ┆ 140.63 KiB │
│ freetype ┆ 2.14.1 ┆ ha770c72_0 ┆ conda-forge ┆ 169.06 KiB │
│ freexl ┆ 2.0.0 ┆ h9dce30a_2 ┆ conda-forge ┆ 57.91 KiB │
│ gcc_impl_linux-64 ┆ 13.4.0 ┆ h69c5793_5 ┆ conda-forge ┆ 62.22 MiB │
│ gcc_linux-64 ┆ 13.4.0 ┆ h621f4e2_11 ┆ conda-forge ┆ 31.73 KiB │
│ gdal ┆ 3.11.3 ┆ py312hf50df08_6 ┆ conda-forge ┆ 1.75 MiB │
│ geos ┆ 3.14.0 ┆ h480dda7_0 ┆ conda-forge ┆ 1.89 MiB │
│ giflib ┆ 5.2.2 ┆ hd590300_0 ┆ conda-forge ┆ 75.44 KiB │
│ gxx_impl_linux-64 ┆ 13.4.0 ┆ haf17267_5 ┆ conda-forge ┆ 12.90 MiB │
│ gxx_linux-64 ┆ 13.4.0 ┆ he431e45_11 ┆ conda-forge ┆ 30.10 KiB │
│ h2 ┆ 4.3.0 ┆ pyhcf101f3_0 ┆ conda-forge ┆ 93.72 KiB │
│ hpack ┆ 4.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 30.01 KiB │
│ hyperframe ┆ 6.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 16.99 KiB │
│ icu ┆ 75.1 ┆ he02047a_0 ┆ conda-forge ┆ 11.57 MiB │
│ idna ┆ 3.10 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 48.60 KiB │
│ imagesize ┆ 1.4.1 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 9.93 KiB │
│ jinja2 ┆ 3.1.6 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 110.07 KiB │
│ json-c ┆ 0.18 ┆ h6688a6e_0 ┆ conda-forge ┆ 80.77 KiB │
│ kernel-headers_linux-64 ┆ 3.10.0 ┆ he073ed8_18 ┆ conda-forge ┆ 921.37 KiB │
│ keyutils ┆ 1.6.3 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 130.95 KiB │
│ krb5 ┆ 1.21.3 ┆ h659f571_0 ┆ conda-forge ┆ 1.31 MiB │
│ lcms2 ┆ 2.17 ┆ h717163a_0 ┆ conda-forge ┆ 242.23 KiB │
│ ld_impl_linux-64 ┆ 2.44 ┆ h1423503_1 ┆ conda-forge ┆ 660.20 KiB │
│ lerc ┆ 4.0.0 ┆ h0aef613_1 ┆ conda-forge ┆ 258.05 KiB │
│ libarchive ┆ 3.8.1 ┆ gpl_h98cc613_100 ┆ conda-forge ┆ 862.68 KiB │
│ libavif16 ┆ 1.3.0 ┆ h6395336_2 ┆ conda-forge ┆ 136.13 KiB │
│ libblas ┆ 3.9.0 ┆ 36_h4a7cf45_openblas ┆ conda-forge ┆ 17.01 KiB │
│ libboost ┆ 1.86.0 ┆ hed09d94_4 ┆ conda-forge ┆ 2.82 MiB │
│ libboost-headers ┆ 1.89.0 ┆ ha770c72_2 ┆ conda-forge ┆ 13.85 MiB │
│ libbrotlicommon ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 67.71 KiB │
│ libbrotlidec ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 32.62 KiB │
│ libbrotlienc ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 282.89 KiB │
│ libcblas ┆ 3.9.0 ┆ 36_h0358290_openblas ┆ conda-forge ┆ 16.99 KiB │
│ libcurl ┆ 8.14.1 ┆ h332b0f4_0 ┆ conda-forge ┆ 439.37 KiB │
│ libde265 ┆ 1.0.15 ┆ h00ab1b0_0 ┆ conda-forge ┆ 402.16 KiB │
│ libdeflate ┆ 1.24 ┆ h86f0d12_0 ┆ conda-forge ┆ 70.87 KiB │
│ libdrm-cos7-x86_64 ┆ 2.4.97 ┆ ha675448_1106 ┆ conda-forge ┆ 158.19 KiB │
│ libedit ┆ 3.1.20250104 ┆ pl5321h7949ede_0 ┆ conda-forge ┆ 131.52 KiB │
│ libev ┆ 4.33 ┆ hd590300_2 ┆ conda-forge ┆ 110.12 KiB │
│ libexpat ┆ 2.7.1 ┆ hecca717_0 ┆ conda-forge ┆ 73.06 KiB │
│ libffi ┆ 3.4.6 ┆ h2dba641_1 ┆ conda-forge ┆ 56.09 KiB │
│ libfreetype ┆ 2.14.1 ┆ ha770c72_0 ┆ conda-forge ┆ 7.48 KiB │
│ libfreetype6 ┆ 2.14.1 ┆ h73754d4_0 ┆ conda-forge ┆ 377.67 KiB │
│ libgcc ┆ 15.1.0 ┆ h767d61c_5 ┆ conda-forge ┆ 804.87 KiB │
│ libgcc-devel_linux-64 ┆ 13.4.0 ┆ hba01cd7_105 ┆ conda-forge ┆ 2.45 MiB │
│ libgcc-ng ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.50 KiB │
│ libgdal-core ┆ 3.11.3 ┆ h14edee0_6 ┆ conda-forge ┆ 11.55 MiB │
│ libgdal-pdf ┆ 3.10.0 ┆ h697c966_2 ┆ conda-forge ┆ 653.44 KiB │
│ libgfortran ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.49 KiB │
│ libgfortran-ng ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.51 KiB │
│ libgfortran5 ┆ 15.1.0 ┆ hcea5267_5 ┆ conda-forge ┆ 1.49 MiB │
│ libglib ┆ 2.86.0 ┆ h1fed272_0 ┆ conda-forge ┆ 3.79 MiB │
│ libglu ┆ 9.0.3 ┆ h5888daf_1 ┆ conda-forge ┆ 317.64 KiB │
│ libglvnd ┆ 1.7.0 ┆ ha4b6fd6_2 ┆ conda-forge ┆ 129.36 KiB │
│ libglvnd-cos7-x86_64 ┆ 1.0.1 ┆ ha675448_1106 ┆ conda-forge ┆ 131.19 KiB │
│ libglvnd-glx-cos7-x86_64 ┆ 1.0.1 ┆ ha675448_1106 ┆ conda-forge ┆ 177.01 KiB │
│ libgomp ┆ 15.1.0 ┆ h767d61c_5 ┆ conda-forge ┆ 436.73 KiB │
│ libheif ┆ 1.19.7 ┆ gpl_hc18d805_100 ┆ conda-forge ┆ 582.73 KiB │
│ libhiredis ┆ 1.0.2 ┆ h2cc385e_0 ┆ conda-forge ┆ 143.87 KiB │
│ libhwy ┆ 1.3.0 ┆ h4c17acf_0 ┆ conda-forge ┆ 1.37 MiB │
│ libiconv ┆ 1.18 ┆ h3b78370_2 ┆ conda-forge ┆ 771.66 KiB │
│ libjpeg-turbo ┆ 3.1.0 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 614.21 KiB │
│ libjxl ┆ 0.11.1 ┆ h6cb5226_4 ┆ conda-forge ┆ 1.66 MiB │
│ libkml ┆ 1.3.0 ┆ hf539b9f_1021 ┆ conda-forge ┆ 392.79 KiB │
│ libkml-devel ┆ 1.3.0 ┆ hd74d64a_1021 ┆ conda-forge ┆ 106.29 KiB │
│ liblapack ┆ 3.9.0 ┆ 36_h47877c9_openblas ┆ conda-forge ┆ 17.00 KiB │
│ liblzma ┆ 5.8.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 110.25 KiB │
│ liblzma-devel ┆ 5.8.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 429.56 KiB │
│ libnghttp2 ┆ 1.67.0 ┆ had1ee68_0 ┆ conda-forge ┆ 650.98 KiB │
│ libnsl ┆ 2.0.1 ┆ hb9d3cd8_1 ┆ conda-forge ┆ 32.94 KiB │
│ libopenblas ┆ 0.3.30 ┆ pthreads_h94d23a6_2 ┆ conda-forge ┆ 5.66 MiB │
│ libopengl ┆ 1.7.0 ┆ ha4b6fd6_2 ┆ conda-forge ┆ 49.57 KiB │
│ libpng ┆ 1.6.50 ┆ h421ea60_1 ┆ conda-forge ┆ 309.95 KiB │
│ librttopo ┆ 1.1.0 ┆ h96cd706_19 ┆ conda-forge ┆ 226.85 KiB │
│ libsanitizer ┆ 13.4.0 ┆ h14bf0c3_5 ┆ conda-forge ┆ 4.32 MiB │
│ libspatialite ┆ 5.1.0 ┆ h7250436_15 ┆ conda-forge ┆ 3.91 MiB │
│ libsqlite ┆ 3.50.4 ┆ h0c1763c_0 ┆ conda-forge ┆ 910.72 KiB │
│ libssh2 ┆ 1.11.1 ┆ hcf80075_0 ┆ conda-forge ┆ 297.65 KiB │
│ libstdcxx ┆ 15.1.0 ┆ h8f9b012_5 ┆ conda-forge ┆ 3.72 MiB │
│ libstdcxx-devel_linux-64 ┆ 13.4.0 ┆ hba01cd7_105 ┆ conda-forge ┆ 13.07 MiB │
│ libstdcxx-ng ┆ 15.1.0 ┆ h4852527_5 ┆ conda-forge ┆ 28.55 KiB │
│ libtiff ┆ 4.7.1 ┆ h8261f1e_0 ┆ conda-forge ┆ 426.96 KiB │
│ libuuid ┆ 2.41.2 ┆ he9a06e4_0 ┆ conda-forge ┆ 36.26 KiB │
│ libuv ┆ 1.51.0 ┆ hb03c661_1 ┆ conda-forge ┆ 874.13 KiB │
│ libwebp-base ┆ 1.6.0 ┆ hd42ef1d_0 ┆ conda-forge ┆ 418.96 KiB │
│ libxcb ┆ 1.17.0 ┆ h8a09558_0 ┆ conda-forge ┆ 386.61 KiB │
│ libxcrypt ┆ 4.4.36 ┆ hd590300_1 ┆ conda-forge ┆ 98.04 KiB │
│ libxml2 ┆ 2.13.8 ┆ h04c0eec_1 ┆ conda-forge ┆ 682.08 KiB │
│ libzlib ┆ 1.3.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 59.53 KiB │
│ lz4-c ┆ 1.10.0 ┆ h5888daf_1 ┆ conda-forge ┆ 163.14 KiB │
│ lzo ┆ 2.10 ┆ h280c20c_1002 ┆ conda-forge ┆ 186.58 KiB │
│ mariadb ┆ 1.1.12 ┆ py312h2ec8cdc_0 ┆ conda-forge ┆ 115.22 KiB │
│ mariadb-connector-c ┆ 3.4.7 ┆ hb37cf76_0 ┆ conda-forge ┆ 350.44 KiB │
│ markupsafe ┆ 3.0.2 ┆ py312h178313f_1 ┆ conda-forge ┆ 24.03 KiB │
│ mesa-khr-devel-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 8.21 KiB │
│ mesa-libgl-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 184.96 KiB │
│ mesa-libgl-devel-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 162.73 KiB │
│ mesa-libglapi-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 45.88 KiB │
│ minizip ┆ 4.0.10 ┆ h05a5f5f_0 ┆ conda-forge ┆ 91.28 KiB │
│ muparser ┆ 2.3.5 ┆ h5888daf_0 ┆ conda-forge ┆ 198.41 KiB │
│ ncurses ┆ 6.5 ┆ h2d0b736_3 ┆ conda-forge ┆ 870.74 KiB │
│ ninja ┆ 1.13.1 ┆ h171cf75_0 ┆ conda-forge ┆ 181.96 KiB │
│ nspr ┆ 4.37 ┆ h29cc59b_0 ┆ conda-forge ┆ 225.54 KiB │
│ nss ┆ 3.116 ┆ h445c969_0 ┆ conda-forge ┆ 1.94 MiB │
│ numpy ┆ 1.26.4 ┆ py312heda63a1_0 ┆ conda-forge ┆ 7.14 MiB │
│ openjpeg ┆ 2.5.2 ┆ h488ebb8_0 ┆ conda-forge ┆ 333.59 KiB │
│ openssl ┆ 3.5.3 ┆ h26f9b46_1 ┆ conda-forge ┆ 2.98 MiB │
│ packaging ┆ 25.0 ┆ pyh29332c3_1 ┆ conda-forge ┆ 61.01 KiB │
│ patch ┆ 2.8 ┆ hb03c661_1002 ┆ conda-forge ┆ 114.47 KiB │
│ pcre2 ┆ 10.46 ┆ h1321c63_0 ┆ conda-forge ┆ 1.15 MiB │
│ pixman ┆ 0.46.4 ┆ h54a6638_1 ┆ conda-forge ┆ 440.39 KiB │
│ poppler ┆ 23.08.0 ┆ habdc1e1_3 ┆ conda-forge ┆ 1.74 MiB │
│ poppler-data ┆ 0.4.12 ┆ hd8ed1ab_0 ┆ conda-forge ┆ 2.24 MiB │
│ proj ┆ 9.6.2 ┆ h18fbb6c_2 ┆ conda-forge ┆ 3.09 MiB │
│ pthread-stubs ┆ 0.4 ┆ hb9d3cd8_1002 ┆ conda-forge ┆ 8.06 KiB │
│ pycparser ┆ 2.22 ┆ pyh29332c3_1 ┆ conda-forge ┆ 107.52 KiB │
│ pygments ┆ 2.19.2 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 868.44 KiB │
│ pysocks ┆ 1.7.1 ┆ pyha55dd90_7 ┆ conda-forge ┆ 20.59 KiB │
│ python ┆ 3.12.11 ┆ h9e4cc4f_0_cpython ┆ conda-forge ┆ 29.99 MiB │
│ python_abi ┆ 3.12 ┆ 8_cp312 ┆ conda-forge ┆ 6.79 KiB │
│ pytz ┆ 2025.2 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 184.58 KiB │
│ qhull ┆ 2020.2 ┆ h434a139_5 ┆ conda-forge ┆ 539.98 KiB │
│ rav1e ┆ 0.7.1 ┆ h8fae777_3 ┆ conda-forge ┆ 4.94 MiB │
│ readline ┆ 8.2 ┆ h8c095d6_2 ┆ conda-forge ┆ 275.86 KiB │
│ requests ┆ 2.32.5 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 57.87 KiB │
│ rhash ┆ 1.4.6 ┆ hb9d3cd8_1 ┆ conda-forge ┆ 189.23 KiB │
│ roman-numerals-py ┆ 3.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 13.04 KiB │
│ setuptools ┆ 80.9.0 ┆ pyhff2d567_0 ┆ conda-forge ┆ 731.24 KiB │
│ snappy ┆ 1.2.2 ┆ h03e3b7b_0 ┆ conda-forge ┆ 44.73 KiB │
│ snowballstemmer ┆ 3.0.1 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 71.30 KiB │
│ sphinx ┆ 8.2.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 1.36 MiB │
│ sphinxcontrib-applehelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 29.05 KiB │
│ sphinxcontrib-devhelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 23.96 KiB │
│ sphinxcontrib-htmlhelp ┆ 2.1.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 32.12 KiB │
│ sphinxcontrib-jsmath ┆ 1.0.1 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 10.22 KiB │
│ sphinxcontrib-qthelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 26.33 KiB │
│ sphinxcontrib-serializinghtml ┆ 1.1.10 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 28.00 KiB │
│ sqlite ┆ 3.50.4 ┆ hbc0de68_0 ┆ conda-forge ┆ 162.34 KiB │
│ svt-av1 ┆ 3.1.2 ┆ hecca717_0 ┆ conda-forge ┆ 2.61 MiB │
│ swig ┆ 4.3.1 ┆ hf1419ba_3 ┆ conda-forge ┆ 1.20 MiB │
│ sysroot_linux-64 ┆ 2.17 ┆ h0157908_18 ┆ conda-forge ┆ 14.46 MiB │
│ tk ┆ 8.6.13 ┆ noxft_hd72426e_102 ┆ conda-forge ┆ 3.13 MiB │
│ tzdata ┆ 2025b ┆ h78e105d_0 ┆ conda-forge ┆ 120.09 KiB │
│ uriparser ┆ 0.9.8 ┆ hac33072_0 ┆ conda-forge ┆ 47.14 KiB │
│ urllib3 ┆ 2.5.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 99.35 KiB │
│ x265 ┆ 3.5 ┆ h924138e_3 ┆ conda-forge ┆ 3.20 MiB │
│ xerces-c ┆ 3.2.5 ┆ h988505b_2 ┆ conda-forge ┆ 1.57 MiB │
│ xorg-libice ┆ 1.1.2 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 57.25 KiB │
│ xorg-libsm ┆ 1.2.6 ┆ he73a12e_0 ┆ conda-forge ┆ 26.94 KiB │
│ xorg-libx11 ┆ 1.8.12 ┆ h4f16b4b_0 ┆ conda-forge ┆ 816.30 KiB │
│ xorg-libxau ┆ 1.0.12 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 14.43 KiB │
│ xorg-libxdmcp ┆ 1.1.5 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 19.43 KiB │
│ xorg-libxext ┆ 1.3.6 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 48.89 KiB │
│ xorg-libxfixes ┆ 6.0.1 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 19.12 KiB │
│ xorg-libxi ┆ 1.8.2 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 46.07 KiB │
│ xorg-libxrender ┆ 0.9.12 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 32.23 KiB │
│ zlib ┆ 1.3.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 90.12 KiB │
│ zstandard ┆ 0.25.0 ┆ py312h5253ce2_0 ┆ conda-forge ┆ 455.93 KiB │
│ zstd ┆ 1.5.7 ┆ hb8e6e7a_2 ┆ conda-forge ┆ 554.28 KiB │
╰───────────────────────────────┴──────────────┴──────────────────────┴─────────────┴────────────╯
Resolving host environment:
Platform: linux-64 \x1b[2m[__unix=0=0, __linux=6.8.0=0, __glibc=2.39=0, __archspec=1=skylake]\x1b[0m
Channels:
- file:///home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/
- conda-forge
Specs:
- gcc_linux-64 13.*
- gxx_linux-64 13.*
- python 3.12.*
- numpy 1.*
- poppler 23.8.0.*
- gdal 3.11.3.*
- ccache
- sphinx
- cfitsio 4.5.0.*
- libgdal-pdf
- libkml
- hdf4
- zlib
- libjpeg-turbo
- libkml-devel
- qhull
- setuptools
- openjpeg 2.5.2.*
- libheif
- mesa-libgl-cos7-x86_64
- mesa-libgl-devel-cos7-x86_64
- libglib
- libglu
- freeglut
- liblzma-devel
- mariadb
- patch
- libstdcxx >=13
- libgcc >=13
- libgcc >=13
╭───────────────────────────────┬──────────────┬──────────────────────┬─────────────┬────────────╮
│ Package ┆ Version ┆ Build ┆ Channel ┆ Size │
╞═══════════════════════════════╪══════════════╪══════════════════════╪═════════════╪════════════╡
│ _libgcc_mutex ┆ 0.1 ┆ conda_forge ┆ conda-forge ┆ 2.50 KiB │
│ _openmp_mutex ┆ 4.5 ┆ 2_gnu ┆ conda-forge ┆ 23.07 KiB │
│ alabaster ┆ 1.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 18.25 KiB │
│ aom ┆ 3.9.1 ┆ hac33072_0 ┆ conda-forge ┆ 2.58 MiB │
│ babel ┆ 2.17.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 6.62 MiB │
│ binutils_impl_linux-64 ┆ 2.44 ┆ h4bf12b8_1 ┆ conda-forge ┆ 3.61 MiB │
│ binutils_linux-64 ┆ 2.44 ┆ h4852527_1 ┆ conda-forge ┆ 35.20 KiB │
│ blosc ┆ 1.21.6 ┆ he440d0b_1 ┆ conda-forge ┆ 47.29 KiB │
│ brotli-python ┆ 1.1.0 ┆ py312h1289d80_4 ┆ conda-forge ┆ 345.85 KiB │
│ bzip2 ┆ 1.0.8 ┆ hda65f42_8 ┆ conda-forge ┆ 254.24 KiB │
│ c-ares ┆ 1.34.5 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 202.04 KiB │
│ ca-certificates ┆ 2025.8.3 ┆ hbd8a1cb_0 ┆ conda-forge ┆ 150.78 KiB │
│ cairo ┆ 1.18.4 ┆ h3394656_0 ┆ conda-forge ┆ 955.19 KiB │
│ ccache ┆ 4.11.3 ┆ h80c52d3_0 ┆ conda-forge ┆ 692.29 KiB │
│ certifi ┆ 2025.8.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 154.97 KiB │
│ cffi ┆ 2.0.0 ┆ py312h35888ee_0 ┆ conda-forge ┆ 290.03 KiB │
│ cfitsio ┆ 4.5.0 ┆ h44b4e7a_0 ┆ conda-forge ┆ 724.46 KiB │
│ charset-normalizer ┆ 3.4.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 49.84 KiB │
│ colorama ┆ 0.4.6 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 26.38 KiB │
│ dav1d ┆ 1.2.1 ┆ hd590300_0 ┆ conda-forge ┆ 742.41 KiB │
│ docutils ┆ 0.21.2 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 393.26 KiB │
│ font-ttf-dejavu-sans-mono ┆ 2.37 ┆ hab24e00_0 ┆ conda-forge ┆ 388.06 KiB │
│ font-ttf-inconsolata ┆ 3.000 ┆ h77eed37_0 ┆ conda-forge ┆ 94.27 KiB │
│ font-ttf-source-code-pro ┆ 2.038 ┆ h77eed37_0 ┆ conda-forge ┆ 684.39 KiB │
│ font-ttf-ubuntu ┆ 0.83 ┆ h77eed37_3 ┆ conda-forge ┆ 1.55 MiB │
│ fontconfig ┆ 2.15.0 ┆ h7e30c49_1 ┆ conda-forge ┆ 259.37 KiB │
│ fonts-conda-ecosystem ┆ 1 ┆ 0 ┆ conda-forge ┆ 3.58 KiB │
│ fonts-conda-forge ┆ 1 ┆ 0 ┆ conda-forge ┆ 4.01 KiB │
│ freeglut ┆ 3.2.2 ┆ ha6d2627_3 ┆ conda-forge ┆ 140.63 KiB │
│ freetype ┆ 2.14.1 ┆ ha770c72_0 ┆ conda-forge ┆ 169.06 KiB │
│ freexl ┆ 2.0.0 ┆ h9dce30a_2 ┆ conda-forge ┆ 57.91 KiB │
│ gcc_impl_linux-64 ┆ 13.4.0 ┆ h69c5793_5 ┆ conda-forge ┆ 62.22 MiB │
│ gcc_linux-64 ┆ 13.4.0 ┆ h621f4e2_11 ┆ conda-forge ┆ 31.73 KiB │
│ gdal ┆ 3.11.3 ┆ py312hf50df08_6 ┆ conda-forge ┆ 1.75 MiB │
│ geos ┆ 3.14.0 ┆ h480dda7_0 ┆ conda-forge ┆ 1.89 MiB │
│ giflib ┆ 5.2.2 ┆ hd590300_0 ┆ conda-forge ┆ 75.44 KiB │
│ gxx_impl_linux-64 ┆ 13.4.0 ┆ haf17267_5 ┆ conda-forge ┆ 12.90 MiB │
│ gxx_linux-64 ┆ 13.4.0 ┆ he431e45_11 ┆ conda-forge ┆ 30.10 KiB │
│ h2 ┆ 4.3.0 ┆ pyhcf101f3_0 ┆ conda-forge ┆ 93.72 KiB │
│ hdf4 ┆ 4.2.15 ┆ h2a13503_7 ┆ conda-forge ┆ 739.01 KiB │
│ hpack ┆ 4.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 30.01 KiB │
│ hyperframe ┆ 6.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 16.99 KiB │
│ icu ┆ 75.1 ┆ he02047a_0 ┆ conda-forge ┆ 11.57 MiB │
│ idna ┆ 3.10 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 48.60 KiB │
│ imagesize ┆ 1.4.1 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 9.93 KiB │
│ jinja2 ┆ 3.1.6 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 110.07 KiB │
│ json-c ┆ 0.18 ┆ h6688a6e_0 ┆ conda-forge ┆ 80.77 KiB │
│ kernel-headers_linux-64 ┆ 3.10.0 ┆ he073ed8_18 ┆ conda-forge ┆ 921.37 KiB │
│ keyutils ┆ 1.6.3 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 130.95 KiB │
│ krb5 ┆ 1.21.3 ┆ h659f571_0 ┆ conda-forge ┆ 1.31 MiB │
│ lcms2 ┆ 2.17 ┆ h717163a_0 ┆ conda-forge ┆ 242.23 KiB │
│ ld_impl_linux-64 ┆ 2.44 ┆ h1423503_1 ┆ conda-forge ┆ 660.20 KiB │
│ lerc ┆ 4.0.0 ┆ h0aef613_1 ┆ conda-forge ┆ 258.05 KiB │
│ libarchive ┆ 3.8.1 ┆ gpl_h98cc613_100 ┆ conda-forge ┆ 862.68 KiB │
│ libavif16 ┆ 1.3.0 ┆ h6395336_2 ┆ conda-forge ┆ 136.13 KiB │
│ libblas ┆ 3.9.0 ┆ 36_h4a7cf45_openblas ┆ conda-forge ┆ 17.01 KiB │
│ libboost-headers ┆ 1.89.0 ┆ ha770c72_2 ┆ conda-forge ┆ 13.85 MiB │
│ libbrotlicommon ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 67.71 KiB │
│ libbrotlidec ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 32.62 KiB │
│ libbrotlienc ┆ 1.1.0 ┆ hb03c661_4 ┆ conda-forge ┆ 282.89 KiB │
│ libcblas ┆ 3.9.0 ┆ 36_h0358290_openblas ┆ conda-forge ┆ 16.99 KiB │
│ libcurl ┆ 8.14.1 ┆ h332b0f4_0 ┆ conda-forge ┆ 439.37 KiB │
│ libde265 ┆ 1.0.15 ┆ h00ab1b0_0 ┆ conda-forge ┆ 402.16 KiB │
│ libdeflate ┆ 1.24 ┆ h86f0d12_0 ┆ conda-forge ┆ 70.87 KiB │
│ libdrm-cos7-x86_64 ┆ 2.4.97 ┆ ha675448_1106 ┆ conda-forge ┆ 158.19 KiB │
│ libedit ┆ 3.1.20250104 ┆ pl5321h7949ede_0 ┆ conda-forge ┆ 131.52 KiB │
│ libev ┆ 4.33 ┆ hd590300_2 ┆ conda-forge ┆ 110.12 KiB │
│ libexpat ┆ 2.7.1 ┆ hecca717_0 ┆ conda-forge ┆ 73.06 KiB │
│ libffi ┆ 3.4.6 ┆ h2dba641_1 ┆ conda-forge ┆ 56.09 KiB │
│ libfreetype ┆ 2.14.1 ┆ ha770c72_0 ┆ conda-forge ┆ 7.48 KiB │
│ libfreetype6 ┆ 2.14.1 ┆ h73754d4_0 ┆ conda-forge ┆ 377.67 KiB │
│ libgcc ┆ 15.1.0 ┆ h767d61c_5 ┆ conda-forge ┆ 804.87 KiB │
│ libgcc-devel_linux-64 ┆ 13.4.0 ┆ hba01cd7_105 ┆ conda-forge ┆ 2.45 MiB │
│ libgcc-ng ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.50 KiB │
│ libgdal-core ┆ 3.11.3 ┆ h14edee0_6 ┆ conda-forge ┆ 11.55 MiB │
│ libgdal-pdf ┆ 3.10.0 ┆ h697c966_2 ┆ conda-forge ┆ 653.44 KiB │
│ libgfortran ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.49 KiB │
│ libgfortran-ng ┆ 15.1.0 ┆ h69a702a_5 ┆ conda-forge ┆ 28.51 KiB │
│ libgfortran5 ┆ 15.1.0 ┆ hcea5267_5 ┆ conda-forge ┆ 1.49 MiB │
│ libglib ┆ 2.86.0 ┆ h1fed272_0 ┆ conda-forge ┆ 3.79 MiB │
│ libglu ┆ 9.0.3 ┆ h5888daf_1 ┆ conda-forge ┆ 317.64 KiB │
│ libglvnd ┆ 1.7.0 ┆ ha4b6fd6_2 ┆ conda-forge ┆ 129.36 KiB │
│ libglvnd-cos7-x86_64 ┆ 1.0.1 ┆ ha675448_1106 ┆ conda-forge ┆ 131.19 KiB │
│ libglvnd-glx-cos7-x86_64 ┆ 1.0.1 ┆ ha675448_1106 ┆ conda-forge ┆ 177.01 KiB │
│ libgomp ┆ 15.1.0 ┆ h767d61c_5 ┆ conda-forge ┆ 436.73 KiB │
│ libheif ┆ 1.19.7 ┆ gpl_hc18d805_100 ┆ conda-forge ┆ 582.73 KiB │
│ libhiredis ┆ 1.0.2 ┆ h2cc385e_0 ┆ conda-forge ┆ 143.87 KiB │
│ libhwy ┆ 1.3.0 ┆ h4c17acf_0 ┆ conda-forge ┆ 1.37 MiB │
│ libiconv ┆ 1.18 ┆ h3b78370_2 ┆ conda-forge ┆ 771.66 KiB │
│ libjpeg-turbo ┆ 3.1.0 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 614.21 KiB │
│ libjxl ┆ 0.11.1 ┆ h6cb5226_4 ┆ conda-forge ┆ 1.66 MiB │
│ libkml ┆ 1.3.0 ┆ hf539b9f_1021 ┆ conda-forge ┆ 392.79 KiB │
│ libkml-devel ┆ 1.3.0 ┆ hd74d64a_1021 ┆ conda-forge ┆ 106.29 KiB │
│ liblapack ┆ 3.9.0 ┆ 36_h47877c9_openblas ┆ conda-forge ┆ 17.00 KiB │
│ liblzma ┆ 5.8.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 110.25 KiB │
│ liblzma-devel ┆ 5.8.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 429.56 KiB │
│ libnghttp2 ┆ 1.67.0 ┆ had1ee68_0 ┆ conda-forge ┆ 650.98 KiB │
│ libnsl ┆ 2.0.1 ┆ hb9d3cd8_1 ┆ conda-forge ┆ 32.94 KiB │
│ libopenblas ┆ 0.3.30 ┆ pthreads_h94d23a6_2 ┆ conda-forge ┆ 5.66 MiB │
│ libopengl ┆ 1.7.0 ┆ ha4b6fd6_2 ┆ conda-forge ┆ 49.57 KiB │
│ libpng ┆ 1.6.50 ┆ h421ea60_1 ┆ conda-forge ┆ 309.95 KiB │
│ librttopo ┆ 1.1.0 ┆ h96cd706_19 ┆ conda-forge ┆ 226.85 KiB │
│ libsanitizer ┆ 13.4.0 ┆ h14bf0c3_5 ┆ conda-forge ┆ 4.32 MiB │
│ libspatialite ┆ 5.1.0 ┆ h7250436_15 ┆ conda-forge ┆ 3.91 MiB │
│ libsqlite ┆ 3.50.4 ┆ h0c1763c_0 ┆ conda-forge ┆ 910.72 KiB │
│ libssh2 ┆ 1.11.1 ┆ hcf80075_0 ┆ conda-forge ┆ 297.65 KiB │
│ libstdcxx ┆ 15.1.0 ┆ h8f9b012_5 ┆ conda-forge ┆ 3.72 MiB │
│ libstdcxx-devel_linux-64 ┆ 13.4.0 ┆ hba01cd7_105 ┆ conda-forge ┆ 13.07 MiB │
│ libstdcxx-ng ┆ 15.1.0 ┆ h4852527_5 ┆ conda-forge ┆ 28.55 KiB │
│ libtiff ┆ 4.7.1 ┆ h8261f1e_0 ┆ conda-forge ┆ 426.96 KiB │
│ libuuid ┆ 2.41.2 ┆ he9a06e4_0 ┆ conda-forge ┆ 36.26 KiB │
│ libwebp-base ┆ 1.6.0 ┆ hd42ef1d_0 ┆ conda-forge ┆ 418.96 KiB │
│ libxcb ┆ 1.17.0 ┆ h8a09558_0 ┆ conda-forge ┆ 386.61 KiB │
│ libxcrypt ┆ 4.4.36 ┆ hd590300_1 ┆ conda-forge ┆ 98.04 KiB │
│ libxml2 ┆ 2.13.8 ┆ h04c0eec_1 ┆ conda-forge ┆ 682.08 KiB │
│ libzlib ┆ 1.3.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 59.53 KiB │
│ lz4-c ┆ 1.10.0 ┆ h5888daf_1 ┆ conda-forge ┆ 163.14 KiB │
│ lzo ┆ 2.10 ┆ h280c20c_1002 ┆ conda-forge ┆ 186.58 KiB │
│ mariadb ┆ 1.1.12 ┆ py312h2ec8cdc_0 ┆ conda-forge ┆ 115.22 KiB │
│ mariadb-connector-c ┆ 3.4.7 ┆ hb37cf76_0 ┆ conda-forge ┆ 350.44 KiB │
│ markupsafe ┆ 3.0.2 ┆ py312h178313f_1 ┆ conda-forge ┆ 24.03 KiB │
│ mesa-khr-devel-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 8.21 KiB │
│ mesa-libgl-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 184.96 KiB │
│ mesa-libgl-devel-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 162.73 KiB │
│ mesa-libglapi-cos7-x86_64 ┆ 18.3.4 ┆ ha675448_1106 ┆ conda-forge ┆ 45.88 KiB │
│ minizip ┆ 4.0.10 ┆ h05a5f5f_0 ┆ conda-forge ┆ 91.28 KiB │
│ muparser ┆ 2.3.5 ┆ h5888daf_0 ┆ conda-forge ┆ 198.41 KiB │
│ ncurses ┆ 6.5 ┆ h2d0b736_3 ┆ conda-forge ┆ 870.74 KiB │
│ nspr ┆ 4.37 ┆ h29cc59b_0 ┆ conda-forge ┆ 225.54 KiB │
│ nss ┆ 3.116 ┆ h445c969_0 ┆ conda-forge ┆ 1.94 MiB │
│ numpy ┆ 1.26.4 ┆ py312heda63a1_0 ┆ conda-forge ┆ 7.14 MiB │
│ openjpeg ┆ 2.5.2 ┆ h488ebb8_0 ┆ conda-forge ┆ 333.59 KiB │
│ openssl ┆ 3.5.3 ┆ h26f9b46_1 ┆ conda-forge ┆ 2.98 MiB │
│ packaging ┆ 25.0 ┆ pyh29332c3_1 ┆ conda-forge ┆ 61.01 KiB │
│ patch ┆ 2.8 ┆ hb03c661_1002 ┆ conda-forge ┆ 114.47 KiB │
│ pcre2 ┆ 10.46 ┆ h1321c63_0 ┆ conda-forge ┆ 1.15 MiB │
│ pixman ┆ 0.46.4 ┆ h54a6638_1 ┆ conda-forge ┆ 440.39 KiB │
│ poppler ┆ 23.08.0 ┆ habdc1e1_3 ┆ conda-forge ┆ 1.74 MiB │
│ poppler-data ┆ 0.4.12 ┆ hd8ed1ab_0 ┆ conda-forge ┆ 2.24 MiB │
│ proj ┆ 9.6.2 ┆ h18fbb6c_2 ┆ conda-forge ┆ 3.09 MiB │
│ pthread-stubs ┆ 0.4 ┆ hb9d3cd8_1002 ┆ conda-forge ┆ 8.06 KiB │
│ pycparser ┆ 2.22 ┆ pyh29332c3_1 ┆ conda-forge ┆ 107.52 KiB │
│ pygments ┆ 2.19.2 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 868.44 KiB │
│ pysocks ┆ 1.7.1 ┆ pyha55dd90_7 ┆ conda-forge ┆ 20.59 KiB │
│ python ┆ 3.12.11 ┆ h9e4cc4f_0_cpython ┆ conda-forge ┆ 29.99 MiB │
│ python_abi ┆ 3.12 ┆ 8_cp312 ┆ conda-forge ┆ 6.79 KiB │
│ pytz ┆ 2025.2 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 184.58 KiB │
│ qhull ┆ 2020.2 ┆ h434a139_5 ┆ conda-forge ┆ 539.98 KiB │
│ rav1e ┆ 0.7.1 ┆ h8fae777_3 ┆ conda-forge ┆ 4.94 MiB │
│ readline ┆ 8.2 ┆ h8c095d6_2 ┆ conda-forge ┆ 275.86 KiB │
│ requests ┆ 2.32.5 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 57.87 KiB │
│ roman-numerals-py ┆ 3.1.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 13.04 KiB │
│ setuptools ┆ 80.9.0 ┆ pyhff2d567_0 ┆ conda-forge ┆ 731.24 KiB │
│ snappy ┆ 1.2.2 ┆ h03e3b7b_0 ┆ conda-forge ┆ 44.73 KiB │
│ snowballstemmer ┆ 3.0.1 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 71.30 KiB │
│ sphinx ┆ 8.2.3 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 1.36 MiB │
│ sphinxcontrib-applehelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 29.05 KiB │
│ sphinxcontrib-devhelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 23.96 KiB │
│ sphinxcontrib-htmlhelp ┆ 2.1.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 32.12 KiB │
│ sphinxcontrib-jsmath ┆ 1.0.1 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 10.22 KiB │
│ sphinxcontrib-qthelp ┆ 2.0.0 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 26.33 KiB │
│ sphinxcontrib-serializinghtml ┆ 1.1.10 ┆ pyhd8ed1ab_1 ┆ conda-forge ┆ 28.00 KiB │
│ sqlite ┆ 3.50.4 ┆ hbc0de68_0 ┆ conda-forge ┆ 162.34 KiB │
│ svt-av1 ┆ 3.1.2 ┆ hecca717_0 ┆ conda-forge ┆ 2.61 MiB │
│ sysroot_linux-64 ┆ 2.17 ┆ h0157908_18 ┆ conda-forge ┆ 14.46 MiB │
│ tk ┆ 8.6.13 ┆ noxft_hd72426e_102 ┆ conda-forge ┆ 3.13 MiB │
│ tzdata ┆ 2025b ┆ h78e105d_0 ┆ conda-forge ┆ 120.09 KiB │
│ uriparser ┆ 0.9.8 ┆ hac33072_0 ┆ conda-forge ┆ 47.14 KiB │
│ urllib3 ┆ 2.5.0 ┆ pyhd8ed1ab_0 ┆ conda-forge ┆ 99.35 KiB │
│ x265 ┆ 3.5 ┆ h924138e_3 ┆ conda-forge ┆ 3.20 MiB │
│ xerces-c ┆ 3.2.5 ┆ h988505b_2 ┆ conda-forge ┆ 1.57 MiB │
│ xorg-libice ┆ 1.1.2 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 57.25 KiB │
│ xorg-libsm ┆ 1.2.6 ┆ he73a12e_0 ┆ conda-forge ┆ 26.94 KiB │
│ xorg-libx11 ┆ 1.8.12 ┆ h4f16b4b_0 ┆ conda-forge ┆ 816.30 KiB │
│ xorg-libxau ┆ 1.0.12 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 14.43 KiB │
│ xorg-libxdmcp ┆ 1.1.5 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 19.43 KiB │
│ xorg-libxext ┆ 1.3.6 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 48.89 KiB │
│ xorg-libxfixes ┆ 6.0.1 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 19.12 KiB │
│ xorg-libxi ┆ 1.8.2 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 46.07 KiB │
│ xorg-libxrender ┆ 0.9.12 ┆ hb9d3cd8_0 ┆ conda-forge ┆ 32.23 KiB │
│ zlib ┆ 1.3.1 ┆ hb9d3cd8_2 ┆ conda-forge ┆ 90.12 KiB │
│ zstandard ┆ 0.25.0 ┆ py312h5253ce2_0 ┆ conda-forge ┆ 455.93 KiB │
│ zstd ┆ 1.5.7 ┆ hb8e6e7a_2 ┆ conda-forge ┆ 554.28 KiB │
╰───────────────────────────────┴──────────────┴──────────────────────┴─────────────┴────────────╯
Finalized run dependencies (otb-10.0.0-hd82799e_0):
╭──────────────────┬───────────────────────────────────────────────╮
│ Name ┆ Spec │
╞══════════════════╪═══════════════════════════════════════════════╡
│\x1b[1m Run dependencies \x1b[0m┆ │
│ poppler ┆ 23.8.0.* │
│ gdal ┆ 3.11.3.* │
│ python ┆ 3.12.* │
│ numpy ┆ 1.* │
│ cfitsio ┆ 4.5.0.* │
│ liblzma-devel ┆ │
│ mariadb ┆ │
│ patch ┆ │
│ libstdcxx ┆ >=13 (RE of [build: gxx_linux-64]) │
│ libgcc ┆ >=13 (RE of [build: gxx_linux-64]) │
│ libgcc ┆ >=13 (RE of [build: gcc_linux-64]) │
│ libstdcxx ┆ >=13 (RE of [host: gxx_linux-64]) │
│ libgcc ┆ >=13 (RE of [host: gxx_linux-64]) │
│ libgcc ┆ >=13 (RE of [host: gcc_linux-64]) │
│ numpy ┆ >=1.26.4,<2.0a0 (RE of [host: numpy]) │
│ libjpeg-turbo ┆ >=3.1.0,<4.0a0 (RE of [host: libjpeg-turbo]) │
│ cfitsio ┆ >=4.5.0,<4.5.1.0a0 (RE of [host: cfitsio]) │
│ libkml ┆ >=1.3.0,<1.4.0a0 (RE of [host: libkml-devel]) │
│ libzlib ┆ >=1.3.1,<2.0a0 (RE of [host: zlib]) │
│ libglu ┆ >=9.0.3,<9.1.0a0 (RE of [host: libglu]) │
│ qhull ┆ >=2020.2,<2020.3.0a0 (RE of [host: qhull]) │
│ libglib ┆ >=2.86.0,<3.0a0 (RE of [host: libglib]) │
│ openjpeg ┆ >=2.5.2,<3.0a0 (RE of [host: openjpeg]) │
│ freeglut ┆ >=3.2.2,<4.0a0 (RE of [host: freeglut]) │
│ libheif ┆ >=1.19.7,<1.20.0a0 (RE of [host: libheif]) │
│ python_abi ┆ 3.12.* *_cp312 (RE of [host: python]) │
│ hdf4 ┆ >=4.2.15,<4.2.16.0a0 (RE of [host: hdf4]) │
│ liblzma ┆ >=5.8.1,<6.0a0 (RE of [host: liblzma-devel]) │
╰──────────────────┴───────────────────────────────────────────────╯
Installing build environment
\x1b[32m✔\x1b[0m Successfully updated the build environment
Installing host environment
\x1b[32m✔\x1b[0m Successfully updated the host environment
2025-09-25T09:13:19.858971Z DEBUG Running build for{recipe="otb-10.0.0-hd82799e_0"}:Running build script: rattler_build::script: Running script in /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work
🛡️ Sandbox Configuration
Network Access: ✅
📁 Read-only paths:
- /
📂 Read-execute paths:
- /bin/
- /usr/bin/
- /lib64
- /usr/lib64
- /lib
- /usr/lib
- /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe
📝 Read-write paths:
- /tmp
- /var/tmp
sandboxing failure: Operation not permitted (os error 1)
2025-09-25T09:13:19.863382Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Running build script: rattler_build::script::interpreter::bash: Script failed with status 1
2025-09-25T09:13:19.863418Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Running build script: rattler_build::script::interpreter::bash:
Script execution failed.
Work directory: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work
Prefix: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/host_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho
Build prefix: /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/build_env
To run the script manually, use the following command:
cd "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work" && ./conda_build.sh
To run commands interactively in the build environment:
cd "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758791409/work" && source build_env.sh
Error: × Script failed to execute
If you add bash itself to your build requirements or try to add the path to bash as a read-execute path?
I does not help. I use ohmyzsh as a terminal but here I also try launching it with bash but still got the same error.
Strangely with bash terminal, I got a network issue in some rattler build launch, but not with zsh. Here are the logs if it may be related:
(otb_conda) tlaurent@PO23963LX:~/Workspace/OTB/otb-conda-recipe$ rattler-build build -r recipe.yaml -v --output-dir /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe -c conda-forge --sandbox --no-test --allow-network --allow-read-execute /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe --allow-read-execute /usr/bin/bash
2025-09-25T09:45:59.522689Z DEBUG rattler_build::opt: Using mirrors: {}
2025-09-25T09:45:59.532532Z DEBUG rattler_build: Platforms: build: linux-64, host: linux-64, target: linux-64
Loading variant config file: "/home/tlaurent/Workspace/OTB/otb-conda-recipe/variants.yaml"
Found 1 variants
Build variant: otb-10.0.0-hd82799e_0
╭──────────────────────┬────────────╮
│ Variant ┆ Version │
╞══════════════════════╪════════════╡
│ c_compiler ┆ "gcc" │
│ c_compiler_version ┆ 13 │
│ cxx_compiler ┆ "gxx" │
│ cxx_compiler_version ┆ 13 │
│ target_platform ┆ "linux-64" │
╰──────────────────────┴────────────╯
2025-09-25T09:45:59.534918Z DEBUG rattler_build: Ordered output: "otb"
Fetching source from git repo: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git
Clonage dans '/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git'...
fatal: impossible d'accéder à 'https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git/' : Recv failure: Connexion ré-initialisée par le correspondant
2025-09-25T09:45:59.575369Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Command failed: "/usr/bin/git" "clone" "--progress" "--no-tags" "-n" "https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git" "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git"
2025-09-25T09:45:59.575466Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Command output:
2025-09-25T09:45:59.575485Z ERROR Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Command stderr:
Error: × Failed to run git command: failed to run command: "/usr/bin/git" "clone" "--progress" "--no-tags" "-n" "https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git" "/home/tlaurent/
│ Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git"
(otb_conda) tlaurent@PO23963LX:~/Workspace/OTB/otb-conda-recipe$ rattler-build build -r recipe.yaml -v --output-dir /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe -c conda-forge --sandbox --no-test --allow-network --allow-read-execute /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe --allow-read-execute /usr/bin/bash
2025-09-25T09:46:01.712377Z DEBUG rattler_build::opt: Using mirrors: {}
2025-09-25T09:46:01.724161Z DEBUG rattler_build: Platforms: build: linux-64, host: linux-64, target: linux-64
Loading variant config file: "/home/tlaurent/Workspace/OTB/otb-conda-recipe/variants.yaml"
Found 1 variants
Build variant: otb-10.0.0-hd82799e_0
╭──────────────────────┬────────────╮
│ Variant ┆ Version │
╞══════════════════════╪════════════╡
│ c_compiler ┆ "gcc" │
│ c_compiler_version ┆ 13 │
│ cxx_compiler ┆ "gxx" │
│ cxx_compiler_version ┆ 13 │
│ target_platform ┆ "linux-64" │
╰──────────────────────┴────────────╯
2025-09-25T09:46:01.726398Z DEBUG rattler_build: Ordered output: "otb"
Fetching source from git repo: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git
Clonage dans '/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git'...
remote: Enumerating objects: 394278, done.
remote: Counting objects: 100% (1991/1991), done.
remote: Compressing objects: 100% (407/407), done.
remote: Total 394278 (delta 1579), reused 1909 (delta 1536), pack-reused 392287 (from 1)
Réception d'objets: 100% (394278/394278), 538.04 Mio | 8.43 Mio/s, fait.
Résolution des deltas: 100% (309587/309587), fait.
Fetching repository from https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git at refs/heads/rattler_beta into /home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/src_cache/otb.git
Depuis https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
* [nouvelle branche] rattler_beta -> rattler_beta
HEAD est maintenant sur 593038dff4 COMP: propagate "Module_" cmake options when building with superbuild
2025-09-25T09:48:04.590697Z DEBUG Running build for{recipe="otb-10.0.0-hd82799e_0"}:Fetching source code: rattler_build::source::git_source: Repository fetched successfully!
Checked out revision: 'refs/heads/rattler_beta' at '593038dff4b98f0da042ed6b0a0667a3e4dfce3a'
2025-09-25T09:48:05.064113Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758793561/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.rev" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-25T09:48:05.069951Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758793561/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.idx" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2025-09-25T09:48:05.317759Z DEBUG rattler_build::source::copy_dir: Failed to copy metadata for "/home/tlaurent/Workspace/OTB/otb_conda/rattler_out_minimal_recipe/bld/rattler-build_otb_1758793561/work/otb/.git/objects/pack/pack-ea7fad2040cbe0b9b3d6a63fbba0d265ca683294.pack" Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
Copied 8410 files into isolated environment