Conda-forge.github.io: Improper selector

Created on 3 Sep 2016  路  11Comments  路  Source: conda-forge/conda-forge.github.io

Encountered the following error in the team update script. Seems to be this line that is causing the problem.

Checking instaseis
Error: Invalid selector in meta.yaml line 42:
    - if [[ $TRAVIS == true ]]; then ulimit -n 2048 ; fi  # [osx]
CalledProcessError: Command '['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']' returned non-zero exit status 1

cc @pelson @msarahan @conda-forge/instaseis

All 11 comments

Hmm...that appears to be a valid selector according to

http://conda.pydata.org/docs/building/meta-yaml.html#preprocessing-selectors

I'm not sure what's wrong here.

Is it getting confused somehow by the semicolons? Maybe try wrapping the command in a string?

Same problem.

Could we try moving it to run_test.sh? A uname test could be used to ensure it only happens where appropriate.

Any chance we can try the above suggestion, @krischer? Would love to get this up and running again.

Weird that the meta-data parser of conda-build fails but conda-build otherwise works fine...

No worries. Just wanted to make sure this didn't get lost.

Yeah, I'm guessing somehow logic later in conda-build cleans this up somehow, but I'm not sure how or why.

I just merged the new attempt to fix it. Can you try to run the script again?

It has been restarted. Currently queued. Will let you know when we have a result.

Appears everything is working again.

Thanks everyone. Particularly thanks @krischer for working with us get to this corrected.

Closing...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

scopatz picture scopatz  路  4Comments

jakirkham picture jakirkham  路  5Comments

prachi237 picture prachi237  路  3Comments

basnijholt picture basnijholt  路  4Comments

bulli92 picture bulli92  路  4Comments