Skip to content

Difficulty running tests locally #53

Description

@mrocklin

Has anyone run into this before? Something must be incorrect in my environment. Recommendations welcome.

mrocklin@carbon:~/workspace/dask-jobqueue$ source activate test-jobqueue
mrocklin@carbon:~/workspace/dask-jobqueue$ source ci/sge.sh 
mrocklin@carbon:~/workspace/dask-jobqueue$ jobqueue_before_install 
+ jobqueue_before_install
+ docker version
Client:
 Version:      18.03.1-ce
 API version:  1.37
 Go version:   go1.9.5
 Git commit:   9ee9f40
 Built:        Thu Apr 26 07:17:20 2018
 OS/Arch:      linux/amd64
 Experimental: false
 Orchestrator: swarm

Server:
 Engine:
  Version:      18.03.1-ce
  API version:  1.37 (minimum version 1.12)
  Go version:   go1.9.5
  Git commit:   9ee9f40
  Built:        Thu Apr 26 07:15:30 2018
  OS/Arch:      linux/amd64
  Experimental: false
+ docker-compose version
docker-compose version 1.21.2, build a133471
docker-py version: 3.3.0
CPython version: 3.6.4
OpenSSL version: OpenSSL 1.0.2o  27 Mar 2018
+ cd ./ci/sge
+ ./start-sge.sh
Building master
Step 1/20 : FROM ubuntu:14.04
 ---> b1719e1db756
Step 2/20 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 3c2c536d97b5
Step 3/20 : RUN apt-get update && apt-get install curl bzip2 git gcc -y --fix-missing
 ---> Using cache
 ---> 90136a8b0571
Step 4/20 : RUN curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh &&     bash miniconda.sh -f -b -p /opt/anaconda &&     /opt/anaconda/bin/conda clean -tipy &&     rm -f miniconda.sh
 ---> Using cache
 ---> ba549fbf6dd8
Step 5/20 : ENV PATH /opt/anaconda/bin:$PATH
 ---> Using cache
 ---> 58d8773e6e19
Step 6/20 : RUN conda install -n root conda=4.4.11 && conda clean -tipy
 ---> Using cache
 ---> a810a990c07a
Step 7/20 : RUN conda install -c conda-forge dask distributed blas pytest mock ipython pip psutil && conda clean -tipy
 ---> Using cache
 ---> f445166bd4a1
Step 8/20 : RUN pip install --no-cache-dir drmaa
 ---> Using cache
 ---> 12d25180f30e
Step 9/20 : RUN pip install --no-cache-dir git+https://github.com/dask/dask.git --upgrade --no-deps
 ---> Using cache
 ---> 621b6a4a14c6
Step 10/20 : RUN pip install --no-cache-dir git+https://github.com/dask/distributed.git --upgrade --no-deps
 ---> Using cache
 ---> 17ca58e59d18
Step 11/20 : COPY ./*.sh /
 ---> Using cache
 ---> a42e848de456
Step 12/20 : COPY ./*.txt /
 ---> Using cache
 ---> b93a0604a4ee
Step 13/20 : RUN bash ./setup-master.sh
 ---> Running in 3520e6b17575
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb  404  Not Found [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb  404  Not Found [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-stdlib_2.7.6-8ubuntu0.3_amd64.deb  404  Not Found [IP: 91.189.88.162 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.6-8ubuntu0.3_amd64.deb  404  Not Found [IP: 91.189.88.162 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
sudo: unknown user: sgeadmin
sudo: unable to initialize policy plugin
gridengine-master: unrecognized service
postfix: unrecognized service
update-rc.d: /etc/init.d/postfix: file does not exist
ERROR: Service 'master' failed to build: The command '/bin/sh -c bash ./setup-master.sh' returned a non-zero code: 1
Error response from daemon: Container d34f83539977d1775472625c21cade3bc8cf1f29d160de255cea3cad95384a7d is not running
Waiting for SGE slots to become available
Error response from daemon: Container d34f83539977d1775472625c21cade3bc8cf1f29d160de255cea3cad95384a7d is not running
Waiting for SGE slots to become available

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions