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

Obvious CI not found #25

Closed
scopatz opened this issue Oct 25, 2015 · 12 comments
Closed

Obvious CI not found #25

scopatz opened this issue Oct 25, 2015 · 12 comments

Comments

@scopatz
Copy link
Member

scopatz commented Oct 25, 2015

Hello All,

When testing a simple package (xz), I am seeing the following error in the circle CI build:

./ci_support/run_docker_build.sh

Containers: 0
Images: 11
Storage Driver: btrfs
Execution Driver: lxc-1.0.7
Kernel Version: 3.14.28-031428-generic
Operating System: Ubuntu precise (12.04.5 LTS) (containerized)
CPUs: 2
Total Memory: 240.2 GiB
Name: box860
ID: 6D76:EKQV:CUD4:KSVV:UGDK:OJSW:AX7Y:CIIP:HRVF:VYAP:JM65:LONE
WARNING: No memory limit support
WARNING: No swap limit support
Unable to find image 'pelson/conda64_obvious_ci:latest' locally
Pulling repository pelson/conda64_obvious_ci

FATA[0000] Error: image pelson/conda64_obvious_ci:latest not found ./ci_support/run_docker_build.sh returned exit code 1
@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

Whoops, and here is the build: https://circleci.com/gh/scopatz/xz-feedstock/1

@ocefpaf
Copy link
Member

ocefpaf commented Oct 25, 2015

@scopatz you need to update your conda-smithy (or you run_docker_build.sh).

The image location was changed in this commit: ab1b70c

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

@ocefpaf This was off of a clean clone and install of conda-forge/conda-smithy on a brand new machine. That change seems to have been overridden on master

@ocefpaf
Copy link
Member

ocefpaf commented Oct 25, 2015

Argh! Let me fix that then.

@ocefpaf
Copy link
Member

ocefpaf commented Oct 25, 2015

Wait... Unless I am missing something master seems to be pointing to the correct image:

https://github.com/conda-forge/conda-smithy/blob/master/conda_smithy/feedstock_content/circle.yml

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

Yeah, I just noticed that too. Maybe the latest_x86 is wrong?

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

err latest_x64

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

No the tag is right

@ocefpaf
Copy link
Member

ocefpaf commented Oct 25, 2015

Nope. The image on master (pelson/obvious-ci:latest_x64) is correct. I just pulled it here locally.

Your configuration is trying to pull pelson/conda64_obvious_ci:latest, which does not exists.

I guess you somehow have some remnants of an old configuration.

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

Ok - I think I have found it. This line has yet-to-be update: https://github.com/conda-forge/conda-smithy/blob/master/conda_smithy/configure_feedstock.py#L145

@scopatz
Copy link
Member Author

scopatz commented Oct 25, 2015

Yep #26 fixes this: https://circleci.com/gh/scopatz/xz-feedstock/4

@scopatz
Copy link
Member Author

scopatz commented Oct 26, 2015

fixed by #26

@scopatz scopatz closed this as completed Oct 26, 2015
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

2 participants