Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI fails running touch on conda-forge-build-done #762

Closed
jakirkham opened this issue May 2, 2018 · 9 comments
Closed

CircleCI fails running touch on conda-forge-build-done #762

jakirkham opened this issue May 2, 2018 · 9 comments

Comments

@jakirkham
Copy link
Member

Uploaded /opt/conda/conda-bld/linux-64/numba-0.38.0-py36_0.tar.bz2
+ touch /home/conda/feedstock_root/build_artifacts/conda-forge-build-done
touch: cannot touch `/home/conda/feedstock_root/build_artifacts/conda-forge-build-done': No such file or directory
Exited with code 1

ref: https://circleci.com/gh/conda-forge/numba-feedstock/145

@isuruf
Copy link
Member

isuruf commented May 2, 2018

#701

EDIT: Ignore this

@carlodri
Copy link
Contributor

carlodri commented May 2, 2018

@isuruf
Copy link
Member

isuruf commented May 2, 2018

Looks like conda-build is ignoring conda-build: root-dir key in .condarc.

cc @msarahan

@msarahan
Copy link
Member

msarahan commented May 2, 2018

There was a recent issue with conda where it didn't pick up the conda-build key at all. @jakirkham might remember more. Conda-build's croot code hasn't changed in a very long time, so I'm hesitant to go digging for you unless you can isolate it better.

@msarahan
Copy link
Member

msarahan commented May 2, 2018

conda 4.5.2 (wrong):

 msarahan@0109-msarahan-2  ~/code/AnacondaRecipesSync   master ●✚  conda config --show-sources
==> /Users/msarahan/.condarc <==
safety_checks: disabled
local_repodata_ttl: 1800
ssl_verify: True
channels:
  - defaults
conda_build:
  matrix_base_dir: ~/code/automated-build/c3i_configurations/anaconda_public
  ignore_package_verify_scripts: ['C1115']
  root-dir: /tmp/cb

 msarahan@0109-msarahan-2  ~/code/AnacondaRecipesSync   master ●✚  conda info

     active environment : None
       user config file : /Users/msarahan/.condarc
 populated config files : /Users/msarahan/.condarc
          conda version : 4.5.2
    conda-build version : 3.10.1
         python version : 3.6.3.final.0
       base environment : /Users/msarahan/miniconda3  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/osx-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/osx-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /Users/msarahan/miniconda3/pkgs
                          /Users/msarahan/.conda/pkgs
       envs directories : /Users/msarahan/miniconda3/envs
                          /Users/msarahan/.conda/envs
               platform : osx-64
             user-agent : conda/4.5.2 requests/2.18.4 CPython/3.6.3 Darwin/17.5.0 OSX/10.13.4
                UID:GID : 502:20
             netrc file : None
           offline mode : False

Source cache directory is: /Users/msarahan/miniconda3/conda-bld/src_cache
Downloading source to cache: bzip2-1.0.6_00b516f470.tar.gz
Downloading http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
Success
Extracting download
Applying patch: '/Users/msarahan/code/AnacondaRecipesSync/bzip2-feedstock/recipe/0001-cross.patch'
Trying to apply patch as-is
INFO:conda_build.source:Trying to apply patch as-is
patching file Makefile
patching file Makefile-libbz2_so
source tree in: /Users/msarahan/miniconda3/conda-bld/bzip2_1525268872983/work

Note source cache/tree location - croot, which you set via your root-dir condarc setting controls that.

Conda 4.3.34 (right):

Source cache directory is: /tmp/cb/src_cache
Found source in cache: bzip2-1.0.6_00b516f470.tar.gz
Extracting download
Applying patch: '/Users/msarahan/code/AnacondaRecipesSync/bzip2-feedstock/recipe/0001-cross.patch'
Trying to apply patch as-is
INFO:conda_build.source:Trying to apply patch as-is
patching file Makefile
patching file Makefile-libbz2_so
source tree in: /tmp/cb/bzip2_1525268921797/work

CC @kalefranz

@jakirkham
Copy link
Member Author

Maybe you are referring to issue ( conda/conda#7192 )? Though figured that was a bit different. So probably not what you meant.

Should we raise this to the conda issue tracker or has that already happened?

@msarahan
Copy link
Member

msarahan commented May 2, 2018

I don't know of an issue. I told Kale in person a bit ago. He's looking into it.

@kalefranz
Copy link
Member

@jakirkham
Copy link
Member Author

Haven't seen this in a while. Going to close. Though feel free to reopen if I missed something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants