Closed Bug 964471 Opened 11 years ago Closed 11 years ago

upgrade boto in aws-ve on cruncher

Categories

(Release Engineering :: General, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Callek, Assigned: Callek)

Details

so I hit a boto problem on cruncher, per IRC catlee suggested I upgrade boto... log follows. (things look stable after doing so) (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ python aws_create_instance.py -c config s/tst-linux$arch -r us-east-1 \ > -s aws-releng -k <stripped> \ > -i instance_data/us-east-1.instance_data_tests.json $host Traceback (most recent call last): File "aws_create_instance.py", line 16, in <module> from boto.ec2.networkinterface import NetworkInterfaceSpecification, \ ImportError: cannot import name NetworkInterfaceSpecification (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ pip freeze Fabric==1.4.3 IPy==0.76 MySQL-python==1.2.4c1 SQLAlchemy==0.7.9 argparse==1.2.1 boto==2.5.2 invtool==0.1.0 paramiko==1.9.0 pycrypto==2.6 requests==0.14.2 simplejson==3.3.1 ssh==1.7.14 (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ pip info boto Usage: pip COMMAND [OPTIONS] pip: error: No command by the name pip info (maybe you meant "pip install info") (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ pip install boto Requirement already satisfied (use --upgrade to upgrade): boto in /home/buildduty/aws/aws- ve/lib/python2.6/site-packages Cleaning up... (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ pip install --upgrade boto Downloading/unpacking boto Downloading boto-2.23.0.tar.gz (6.1Mb): 6.1Mb downloaded Running setup.py egg_info for package boto warning: no files found matching 'boto/mturk/test/*.doctest' warning: no files found matching 'boto/mturk/test/.gitignore' Installing collected packages: boto Found existing installation: boto 2.5.2 Uninstalling boto: Successfully uninstalled boto Running setup.py install for boto warning: no files found matching 'boto/mturk/test/*.doctest' warning: no files found matching 'boto/mturk/test/.gitignore' changing mode of build/scripts-2.6/sdbadmin from 644 to 755 changing mode of build/scripts-2.6/elbadmin from 644 to 755 changing mode of build/scripts-2.6/cfadmin from 644 to 755 changing mode of build/scripts-2.6/s3put from 644 to 755 changing mode of build/scripts-2.6/fetch_file from 644 to 755 changing mode of build/scripts-2.6/launch_instance from 644 to 755 changing mode of build/scripts-2.6/list_instances from 644 to 755 changing mode of build/scripts-2.6/taskadmin from 644 to 755 changing mode of build/scripts-2.6/kill_instance from 644 to 755 changing mode of build/scripts-2.6/bundle_image from 644 to 755 changing mode of build/scripts-2.6/pyami_sendmail from 644 to 755 changing mode of build/scripts-2.6/lss3 from 644 to 755 changing mode of build/scripts-2.6/cq from 644 to 755 changing mode of build/scripts-2.6/route53 from 644 to 755 changing mode of build/scripts-2.6/cwutil from 644 to 755 changing mode of build/scripts-2.6/instance_events from 644 to 755 changing mode of build/scripts-2.6/asadmin from 644 to 755 changing mode of build/scripts-2.6/glacier from 644 to 755 changing mode of build/scripts-2.6/mturk from 644 to 755 changing mode of build/scripts-2.6/dynamodb_dump from 644 to 755 changing mode of build/scripts-2.6/dynamodb_load from 644 to 755 changing mode of /home/buildduty/aws/aws-ve/bin/asadmin to 755 changing mode of /home/buildduty/aws/aws-ve/bin/kill_instance to 755 changing mode of /home/buildduty/aws/aws-ve/bin/dynamodb_dump to 755 changing mode of /home/buildduty/aws/aws-ve/bin/s3put to 755 changing mode of /home/buildduty/aws/aws-ve/bin/route53 to 755 changing mode of /home/buildduty/aws/aws-ve/bin/lss3 to 755 changing mode of /home/buildduty/aws/aws-ve/bin/instance_events to 755 changing mode of /home/buildduty/aws/aws-ve/bin/mturk to 755 changing mode of /home/buildduty/aws/aws-ve/bin/fetch_file to 755 changing mode of /home/buildduty/aws/aws-ve/bin/launch_instance to 755 changing mode of /home/buildduty/aws/aws-ve/bin/dynamodb_load to 755 changing mode of /home/buildduty/aws/aws-ve/bin/taskadmin to 755 changing mode of /home/buildduty/aws/aws-ve/bin/elbadmin to 755 changing mode of /home/buildduty/aws/aws-ve/bin/pyami_sendmail to 755 changing mode of /home/buildduty/aws/aws-ve/bin/glacier to 755 changing mode of /home/buildduty/aws/aws-ve/bin/sdbadmin to 755 changing mode of /home/buildduty/aws/aws-ve/bin/cwutil to 755 changing mode of /home/buildduty/aws/aws-ve/bin/cq to 755 changing mode of /home/buildduty/aws/aws-ve/bin/list_instances to 755 changing mode of /home/buildduty/aws/aws-ve/bin/cfadmin to 755 changing mode of /home/buildduty/aws/aws-ve/bin/bundle_image to 755 Successfully installed boto Cleaning up... (aws-ve)[buildduty@cruncher.srv.releng.scl3 aws]$ pip freeze Fabric==1.4.3 IPy==0.76 MySQL-python==1.2.4c1 SQLAlchemy==0.7.9 argparse==1.2.1 boto==2.23.0 invtool==0.1.0 paramiko==1.9.0 pycrypto==2.6 requests==0.14.2 simplejson==3.3.1 ssh==1.7.14
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Tools → General
You need to log in before you can comment on or make changes to this bug.