Created
August 27, 2015 01:12
-
-
Save anonymous/3e43f8f99ea9ce98fc72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost | FAILED | rc=1 >> | |
2015-08-26 19:49:35.326 | + '[' -z master ']' | |
2015-08-26 19:49:35.327 | + fix_disk_layout | |
2015-08-26 19:49:35.330 | ++ grep SwapTotal /proc/meminfo | |
2015-08-26 19:49:35.333 | ++ awk '{ print $2; }' | |
2015-08-26 19:49:35.334 | + '[' 0 -eq 0 ']' | |
2015-08-26 19:49:35.335 | + '[' -b /dev/xvde ']' | |
2015-08-26 19:49:35.337 | ++ blkid -L ephemeral0 | |
2015-08-26 19:49:35.338 | ++ true | |
2015-08-26 19:49:35.339 | + EPHEMERAL_DEV= | |
2015-08-26 19:49:35.341 | + '[' -n '' -a -b '' ']' | |
2015-08-26 19:49:35.342 | + '[' -n '' ']' | |
2015-08-26 19:49:35.344 | + sudo sysctl vm | |
2015-08-26 19:49:35.345 | vm.admin_reserve_kbytes = 8192 | |
2015-08-26 19:49:35.346 | vm.block_dump = 0 | |
2015-08-26 19:49:35.348 | vm.dirty_background_bytes = 0 | |
2015-08-26 19:49:35.349 | vm.dirty_background_ratio = 10 | |
2015-08-26 19:49:35.350 | vm.dirty_bytes = 0 | |
2015-08-26 19:49:35.352 | vm.dirty_expire_centisecs = 3000 | |
2015-08-26 19:49:35.353 | vm.dirty_ratio = 20 | |
2015-08-26 19:49:35.354 | vm.dirty_writeback_centisecs = 500 | |
2015-08-26 19:49:35.356 | vm.drop_caches = 0 | |
2015-08-26 19:49:35.357 | vm.extfrag_threshold = 500 | |
2015-08-26 19:49:35.358 | vm.hugepages_treat_as_movable = 0 | |
2015-08-26 19:49:35.360 | vm.hugetlb_shm_group = 0 | |
2015-08-26 19:49:35.361 | vm.laptop_mode = 0 | |
2015-08-26 19:49:35.362 | vm.legacy_va_layout = 0 | |
2015-08-26 19:49:35.364 | vm.lowmem_reserve_ratio = 256 256 32 | |
2015-08-26 19:49:35.365 | vm.max_map_count = 65530 | |
2015-08-26 19:49:35.366 | vm.memory_failure_early_kill = 0 | |
2015-08-26 19:49:35.368 | vm.memory_failure_recovery = 1 | |
2015-08-26 19:49:35.369 | vm.min_free_kbytes = 67584 | |
2015-08-26 19:49:35.370 | vm.min_slab_ratio = 5 | |
2015-08-26 19:49:35.371 | vm.min_unmapped_ratio = 1 | |
2015-08-26 19:49:35.373 | vm.mmap_min_addr = 65536 | |
2015-08-26 19:49:35.374 | vm.nr_hugepages = 0 | |
2015-08-26 19:49:35.375 | vm.nr_hugepages_mempolicy = 0 | |
2015-08-26 19:49:35.377 | vm.nr_overcommit_hugepages = 0 | |
2015-08-26 19:49:35.378 | vm.nr_pdflush_threads = 0 | |
2015-08-26 19:49:35.379 | vm.numa_zonelist_order = default | |
2015-08-26 19:49:35.381 | vm.oom_dump_tasks = 1 | |
2015-08-26 19:49:35.382 | vm.oom_kill_allocating_task = 0 | |
2015-08-26 19:49:35.383 | vm.overcommit_memory = 0 | |
2015-08-26 19:49:35.384 | vm.overcommit_ratio = 50 | |
2015-08-26 19:49:35.386 | vm.page-cluster = 3 | |
2015-08-26 19:49:35.387 | vm.panic_on_oom = 0 | |
2015-08-26 19:49:35.389 | vm.percpu_pagelist_fraction = 0 | |
2015-08-26 19:49:35.390 | vm.scan_unevictable_pages = 0 | |
2015-08-26 19:49:35.391 | vm.stat_interval = 1 | |
2015-08-26 19:49:35.393 | vm.swappiness = 10 | |
2015-08-26 19:49:35.394 | vm.user_reserve_kbytes = 123361 | |
2015-08-26 19:49:35.395 | vm.vfs_cache_pressure = 100 | |
2015-08-26 19:49:35.397 | vm.zone_reclaim_mode = 0 | |
2015-08-26 19:49:35.398 | + sudo sed -i /vm.swappiness/d /etc/sysctl.conf | |
2015-08-26 19:49:35.399 | + sudo sysctl -w vm.swappiness=10 | |
2015-08-26 19:49:35.401 | vm.swappiness = 10 | |
2015-08-26 19:49:35.402 | + sudo mkdir -p /opt/stack/new | |
2015-08-26 19:49:35.403 | + sudo chown -R jenkins:jenkins /opt/stack/new | |
2015-08-26 19:49:35.405 | + rm -fr /home/jenkins/workspace-cache/ | |
2015-08-26 19:49:35.406 | + echo 'Using branch: master' | |
2015-08-26 19:49:35.407 | Using branch: master | |
2015-08-26 19:49:35.409 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:35.410 | + cd /opt/stack/new | |
2015-08-26 19:49:35.412 | + '[' -d /opt/git/openstack-infra/devstack-gate ']' | |
2015-08-26 19:49:35.413 | + setup_project openstack-infra/devstack-gate master | |
2015-08-26 19:49:35.414 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:35.416 | + local branch=master | |
2015-08-26 19:49:35.417 | ++ basename openstack-infra/devstack-gate | |
2015-08-26 19:49:35.418 | + local short_project=devstack-gate | |
2015-08-26 19:49:35.420 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:35.421 | + echo 'Setting up openstack-infra/devstack-gate @ master' | |
2015-08-26 19:49:35.423 | Setting up openstack-infra/devstack-gate @ master | |
2015-08-26 19:49:35.424 | + git_clone_and_cd openstack-infra/devstack-gate devstack-gate | |
2015-08-26 19:49:35.425 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:35.426 | + local short_project=devstack-gate | |
2015-08-26 19:49:35.428 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:35.429 | + [[ ! -e devstack-gate ]] | |
2015-08-26 19:49:35.430 | + echo ' Need to clone devstack-gate' | |
2015-08-26 19:49:35.432 | Need to clone devstack-gate | |
2015-08-26 19:49:35.433 | + git clone https://git.openstack.org/openstack-infra/devstack-gate | |
2015-08-26 19:49:35.434 | Cloning into 'devstack-gate'... | |
2015-08-26 19:49:35.435 | + cd devstack-gate | |
2015-08-26 19:49:35.437 | + git_remote_set_url origin https://git.openstack.org/openstack-infra/devstack-gate | |
2015-08-26 19:49:35.438 | + git remote set-url origin https://git.openstack.org/openstack-infra/devstack-gate | |
2015-08-26 19:49:35.439 | ++ echo devstack-gate | |
2015-08-26 19:49:35.441 | ++ tr - _ | |
2015-08-26 19:49:35.442 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:35.443 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:35.444 | + local uc_project=DEVSTACK_GATE | |
2015-08-26 19:49:35.446 | + local 'project_branch_var=$OVERRIDE_DEVSTACK_GATE_PROJECT_BRANCH' | |
2015-08-26 19:49:35.447 | ++ eval echo '$OVERRIDE_DEVSTACK_GATE_PROJECT_BRANCH' | |
2015-08-26 19:49:35.448 | +++ echo | |
2015-08-26 19:49:35.450 | + local project_branch= | |
2015-08-26 19:49:35.451 | + [[ '' != '' ]] | |
2015-08-26 19:49:35.452 | + [[ ! -z master ]] | |
2015-08-26 19:49:35.453 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:35.455 | ++ sed -e s,master,master, | |
2015-08-26 19:49:35.456 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:35.457 | + git_remote_update | |
2015-08-26 19:49:35.459 | + git_timed remote update | |
2015-08-26 19:49:35.460 | + local max_attempts=3 | |
2015-08-26 19:49:35.461 | + local count=0 | |
2015-08-26 19:49:35.463 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:35.464 | Fetching origin | |
2015-08-26 19:49:35.465 | + git_prune | |
2015-08-26 19:49:35.467 | + git_timed remote prune origin | |
2015-08-26 19:49:35.468 | + local max_attempts=3 | |
2015-08-26 19:49:35.469 | + local count=0 | |
2015-08-26 19:49:35.471 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:35.472 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:35.473 | + git_has_branch openstack-infra/devstack-gate master | |
2015-08-26 19:49:35.474 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:35.476 | + local branch=master | |
2015-08-26 19:49:35.477 | + git branch -a | |
2015-08-26 19:49:35.479 | + grep remotes/origin/master | |
2015-08-26 19:49:35.480 | + return 0 | |
2015-08-26 19:49:35.481 | + git_fetch_at_ref openstack-infra/devstack-gate refs/changes/85/167885/27 | |
2015-08-26 19:49:35.483 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:35.484 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:35.485 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:35.487 | + git fetch /home/jenkins/workspace-cache/openstack-infra/devstack-gate refs/changes/85/167885/27 | |
2015-08-26 19:49:35.488 | fatal: '/home/jenkins/workspace-cache/openstack-infra/devstack-gate' does not appear to be a git repository | |
2015-08-26 19:49:35.489 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:35.491 | | |
2015-08-26 19:49:35.493 | Please make sure you have the correct access rights | |
2015-08-26 19:49:35.494 | and the repository exists. | |
2015-08-26 19:49:35.495 | + return 128 | |
2015-08-26 19:49:35.497 | + git_fetch_at_ref openstack-infra/devstack-gate | |
2015-08-26 19:49:39.943 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:39.944 | + local ref= | |
2015-08-26 19:49:39.946 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:39.947 | + return 1 | |
2015-08-26 19:49:39.948 | + git_has_branch openstack-infra/devstack-gate master | |
2015-08-26 19:49:39.950 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:39.951 | + local branch=master | |
2015-08-26 19:49:39.952 | + git branch -a | |
2015-08-26 19:49:39.954 | + grep remotes/origin/master | |
2015-08-26 19:49:39.955 | + return 0 | |
2015-08-26 19:49:39.956 | + git_checkout openstack-infra/devstack-gate master | |
2015-08-26 19:49:39.957 | + local project=openstack-infra/devstack-gate | |
2015-08-26 19:49:39.959 | + local branch=master | |
2015-08-26 19:49:39.960 | + local reset_branch=master | |
2015-08-26 19:49:39.961 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:39.962 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:39.964 | + git checkout master | |
2015-08-26 19:49:39.965 | Already on 'master' | |
2015-08-26 19:49:39.966 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:39.968 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:39.969 | HEAD is now at a506b17 Switch to using the subunit2html packaged in os-testr | |
2015-08-26 19:49:39.971 | + git clean -x -f -d -q | |
2015-08-26 19:49:39.972 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:39.973 | + cd /opt/stack/new | |
2015-08-26 19:49:39.975 | + '[' -d /opt/git/openstack/trove ']' | |
2015-08-26 19:49:39.976 | + setup_project openstack/trove master | |
2015-08-26 19:49:39.977 | + local project=openstack/trove | |
2015-08-26 19:49:39.979 | + local branch=master | |
2015-08-26 19:49:39.980 | ++ basename openstack/trove | |
2015-08-26 19:49:39.981 | + local short_project=trove | |
2015-08-26 19:49:39.983 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:39.984 | + echo 'Setting up openstack/trove @ master' | |
2015-08-26 19:49:39.985 | Setting up openstack/trove @ master | |
2015-08-26 19:49:39.987 | + git_clone_and_cd openstack/trove trove | |
2015-08-26 19:49:39.988 | + local project=openstack/trove | |
2015-08-26 19:49:39.989 | + local short_project=trove | |
2015-08-26 19:49:39.990 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:39.992 | + [[ ! -e trove ]] | |
2015-08-26 19:49:39.993 | + echo ' Need to clone trove' | |
2015-08-26 19:49:39.994 | Need to clone trove | |
2015-08-26 19:49:39.996 | + git clone https://git.openstack.org/openstack/trove | |
2015-08-26 19:49:39.997 | Cloning into 'trove'... | |
2015-08-26 19:49:39.998 | + cd trove | |
2015-08-26 19:49:40.000 | + git_remote_set_url origin https://git.openstack.org/openstack/trove | |
2015-08-26 19:49:40.001 | + git remote set-url origin https://git.openstack.org/openstack/trove | |
2015-08-26 19:49:40.002 | ++ echo trove | |
2015-08-26 19:49:40.004 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:40.005 | ++ tr - _ | |
2015-08-26 19:49:40.006 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:40.008 | + local uc_project=TROVE | |
2015-08-26 19:49:40.009 | + local 'project_branch_var=$OVERRIDE_TROVE_PROJECT_BRANCH' | |
2015-08-26 19:49:40.010 | ++ eval echo '$OVERRIDE_TROVE_PROJECT_BRANCH' | |
2015-08-26 19:49:40.011 | +++ echo | |
2015-08-26 19:49:40.013 | + local project_branch= | |
2015-08-26 19:49:40.014 | + [[ '' != '' ]] | |
2015-08-26 19:49:40.015 | + [[ ! -z master ]] | |
2015-08-26 19:49:40.017 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:40.018 | ++ sed -e s,master,master, | |
2015-08-26 19:49:40.019 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:40.020 | + git_remote_update | |
2015-08-26 19:49:40.022 | + git_timed remote update | |
2015-08-26 19:49:40.023 | + local max_attempts=3 | |
2015-08-26 19:49:40.024 | + local count=0 | |
2015-08-26 19:49:40.026 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:40.027 | Fetching origin | |
2015-08-26 19:49:40.028 | + git_prune | |
2015-08-26 19:49:40.029 | + git_timed remote prune origin | |
2015-08-26 19:49:40.031 | + local max_attempts=3 | |
2015-08-26 19:49:40.032 | + local count=0 | |
2015-08-26 19:49:40.033 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:40.035 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:40.036 | + git_has_branch openstack/trove master | |
2015-08-26 19:49:40.037 | + local project=openstack/trove | |
2015-08-26 19:49:40.039 | + local branch=master | |
2015-08-26 19:49:40.040 | + git branch -a | |
2015-08-26 19:49:40.041 | + grep remotes/origin/master | |
2015-08-26 19:49:40.042 | + return 0 | |
2015-08-26 19:49:40.044 | + git_fetch_at_ref openstack/trove refs/changes/85/167885/27 | |
2015-08-26 19:49:40.045 | + local project=openstack/trove | |
2015-08-26 19:49:40.046 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:40.048 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:40.049 | + git fetch /home/jenkins/workspace-cache/openstack/trove refs/changes/85/167885/27 | |
2015-08-26 19:49:40.050 | fatal: '/home/jenkins/workspace-cache/openstack/trove' does not appear to be a git repository | |
2015-08-26 19:49:40.051 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:40.053 | | |
2015-08-26 19:49:40.054 | Please make sure you have the correct access rights | |
2015-08-26 19:49:40.055 | and the repository exists. | |
2015-08-26 19:49:40.056 | + return 128 | |
2015-08-26 19:49:40.058 | + git_fetch_at_ref openstack/trove | |
2015-08-26 19:49:40.059 | + local project=openstack/trove | |
2015-08-26 19:49:40.060 | + local ref= | |
2015-08-26 19:49:40.061 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:40.063 | + return 1 | |
2015-08-26 19:49:40.064 | + git_has_branch openstack/trove master | |
2015-08-26 19:49:40.065 | + local project=openstack/trove | |
2015-08-26 19:49:40.066 | + local branch=master | |
2015-08-26 19:49:40.068 | + git branch -a | |
2015-08-26 19:49:40.069 | + grep remotes/origin/master | |
2015-08-26 19:49:40.070 | + return 0 | |
2015-08-26 19:49:40.071 | + git_checkout openstack/trove master | |
2015-08-26 19:49:40.073 | + local project=openstack/trove | |
2015-08-26 19:49:40.074 | + local branch=master | |
2015-08-26 19:49:40.075 | + local reset_branch=master | |
2015-08-26 19:49:40.076 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:40.078 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:40.079 | + git checkout master | |
2015-08-26 19:49:40.082 | Already on 'master' | |
2015-08-26 19:49:40.083 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:40.084 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:40.085 | HEAD is now at 7cf297c Merge "Associate flavor types with datastore versions" | |
2015-08-26 19:49:40.087 | + git clean -x -f -d -q | |
2015-08-26 19:49:40.088 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:40.089 | + cd /opt/stack/new | |
2015-08-26 19:49:40.090 | + '[' -d /opt/git/openstack/tripleo-incubator ']' | |
2015-08-26 19:49:40.092 | + setup_project openstack/tripleo-incubator master | |
2015-08-26 19:49:40.093 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:40.094 | + local branch=master | |
2015-08-26 19:49:40.095 | ++ basename openstack/tripleo-incubator | |
2015-08-26 19:49:40.097 | + local short_project=tripleo-incubator | |
2015-08-26 19:49:40.098 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:40.099 | + echo 'Setting up openstack/tripleo-incubator @ master' | |
2015-08-26 19:49:40.101 | Setting up openstack/tripleo-incubator @ master | |
2015-08-26 19:49:40.102 | + git_clone_and_cd openstack/tripleo-incubator tripleo-incubator | |
2015-08-26 19:49:40.103 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.097 | + local short_project=tripleo-incubator | |
2015-08-26 19:49:45.098 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:45.100 | + [[ ! -e tripleo-incubator ]] | |
2015-08-26 19:49:45.102 | + echo ' Need to clone tripleo-incubator' | |
2015-08-26 19:49:45.103 | Need to clone tripleo-incubator | |
2015-08-26 19:49:45.105 | + git clone https://git.openstack.org/openstack/tripleo-incubator | |
2015-08-26 19:49:45.106 | Cloning into 'tripleo-incubator'... | |
2015-08-26 19:49:45.107 | + cd tripleo-incubator | |
2015-08-26 19:49:45.109 | + git_remote_set_url origin https://git.openstack.org/openstack/tripleo-incubator | |
2015-08-26 19:49:45.110 | + git remote set-url origin https://git.openstack.org/openstack/tripleo-incubator | |
2015-08-26 19:49:45.112 | ++ echo tripleo-incubator | |
2015-08-26 19:49:45.113 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:45.114 | ++ tr - _ | |
2015-08-26 19:49:45.116 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:45.117 | + local uc_project=TRIPLEO_INCUBATOR | |
2015-08-26 19:49:45.118 | + local 'project_branch_var=$OVERRIDE_TRIPLEO_INCUBATOR_PROJECT_BRANCH' | |
2015-08-26 19:49:45.120 | ++ eval echo '$OVERRIDE_TRIPLEO_INCUBATOR_PROJECT_BRANCH' | |
2015-08-26 19:49:45.121 | +++ echo | |
2015-08-26 19:49:45.122 | + local project_branch= | |
2015-08-26 19:49:45.124 | + [[ '' != '' ]] | |
2015-08-26 19:49:45.125 | + [[ ! -z master ]] | |
2015-08-26 19:49:45.126 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:45.128 | ++ sed -e s,master,master, | |
2015-08-26 19:49:45.129 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:45.131 | + git_remote_update | |
2015-08-26 19:49:45.132 | + git_timed remote update | |
2015-08-26 19:49:45.133 | + local max_attempts=3 | |
2015-08-26 19:49:45.135 | + local count=0 | |
2015-08-26 19:49:45.136 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:45.137 | Fetching origin | |
2015-08-26 19:49:45.139 | + git_prune | |
2015-08-26 19:49:45.140 | + git_timed remote prune origin | |
2015-08-26 19:49:45.141 | + local max_attempts=3 | |
2015-08-26 19:49:45.143 | + local count=0 | |
2015-08-26 19:49:45.144 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:45.146 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:45.147 | + git_has_branch openstack/tripleo-incubator master | |
2015-08-26 19:49:45.149 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.150 | + local branch=master | |
2015-08-26 19:49:45.151 | + git branch -a | |
2015-08-26 19:49:45.153 | + grep remotes/origin/master | |
2015-08-26 19:49:45.154 | + return 0 | |
2015-08-26 19:49:45.155 | + git_fetch_at_ref openstack/tripleo-incubator refs/changes/85/167885/27 | |
2015-08-26 19:49:45.157 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.158 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:45.159 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:45.161 | + git fetch /home/jenkins/workspace-cache/openstack/tripleo-incubator refs/changes/85/167885/27 | |
2015-08-26 19:49:45.162 | fatal: '/home/jenkins/workspace-cache/openstack/tripleo-incubator' does not appear to be a git repository | |
2015-08-26 19:49:45.163 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:45.165 | | |
2015-08-26 19:49:45.166 | Please make sure you have the correct access rights | |
2015-08-26 19:49:45.167 | and the repository exists. | |
2015-08-26 19:49:45.169 | + return 128 | |
2015-08-26 19:49:45.170 | + git_fetch_at_ref openstack/tripleo-incubator | |
2015-08-26 19:49:45.171 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.172 | + local ref= | |
2015-08-26 19:49:45.174 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:45.175 | + return 1 | |
2015-08-26 19:49:45.176 | + git_has_branch openstack/tripleo-incubator master | |
2015-08-26 19:49:45.178 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.179 | + local branch=master | |
2015-08-26 19:49:45.180 | + git branch -a | |
2015-08-26 19:49:45.181 | + grep remotes/origin/master | |
2015-08-26 19:49:45.183 | + return 0 | |
2015-08-26 19:49:45.184 | + git_checkout openstack/tripleo-incubator master | |
2015-08-26 19:49:45.185 | + local project=openstack/tripleo-incubator | |
2015-08-26 19:49:45.187 | + local branch=master | |
2015-08-26 19:49:45.188 | + local reset_branch=master | |
2015-08-26 19:49:45.189 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:45.190 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:45.192 | + git checkout master | |
2015-08-26 19:49:45.193 | Already on 'master' | |
2015-08-26 19:49:45.194 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:45.196 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:45.197 | HEAD is now at 8f51239 Merge "Remove hardcoded SSH key" | |
2015-08-26 19:49:45.198 | + git clean -x -f -d -q | |
2015-08-26 19:49:45.200 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:45.201 | + cd /opt/stack/new | |
2015-08-26 19:49:45.202 | + '[' -d /opt/git/openstack/tripleo-image-elements ']' | |
2015-08-26 19:49:45.204 | + setup_project openstack/tripleo-image-elements master | |
2015-08-26 19:49:45.205 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:45.207 | + local branch=master | |
2015-08-26 19:49:45.208 | ++ basename openstack/tripleo-image-elements | |
2015-08-26 19:49:45.210 | + local short_project=tripleo-image-elements | |
2015-08-26 19:49:45.211 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:45.212 | + echo 'Setting up openstack/tripleo-image-elements @ master' | |
2015-08-26 19:49:45.214 | Setting up openstack/tripleo-image-elements @ master | |
2015-08-26 19:49:45.216 | + git_clone_and_cd openstack/tripleo-image-elements tripleo-image-elements | |
2015-08-26 19:49:45.218 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:45.219 | + local short_project=tripleo-image-elements | |
2015-08-26 19:49:45.221 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:45.223 | + [[ ! -e tripleo-image-elements ]] | |
2015-08-26 19:49:45.224 | + echo ' Need to clone tripleo-image-elements' | |
2015-08-26 19:49:45.225 | Need to clone tripleo-image-elements | |
2015-08-26 19:49:45.227 | + git clone https://git.openstack.org/openstack/tripleo-image-elements | |
2015-08-26 19:49:45.228 | Cloning into 'tripleo-image-elements'... | |
2015-08-26 19:49:45.229 | + cd tripleo-image-elements | |
2015-08-26 19:49:45.231 | + git_remote_set_url origin https://git.openstack.org/openstack/tripleo-image-elements | |
2015-08-26 19:49:45.232 | + git remote set-url origin https://git.openstack.org/openstack/tripleo-image-elements | |
2015-08-26 19:49:45.233 | ++ echo tripleo-image-elements | |
2015-08-26 19:49:45.235 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:45.236 | ++ tr - _ | |
2015-08-26 19:49:45.237 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:45.239 | + local uc_project=TRIPLEO_IMAGE_ELEMENTS | |
2015-08-26 19:49:45.240 | + local 'project_branch_var=$OVERRIDE_TRIPLEO_IMAGE_ELEMENTS_PROJECT_BRANCH' | |
2015-08-26 19:49:45.241 | ++ eval echo '$OVERRIDE_TRIPLEO_IMAGE_ELEMENTS_PROJECT_BRANCH' | |
2015-08-26 19:49:45.243 | +++ echo | |
2015-08-26 19:49:45.244 | + local project_branch= | |
2015-08-26 19:49:49.246 | + [[ '' != '' ]] | |
2015-08-26 19:49:49.247 | + [[ ! -z master ]] | |
2015-08-26 19:49:49.250 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:49.251 | ++ sed -e s,master,master, | |
2015-08-26 19:49:49.252 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:49.253 | + git_remote_update | |
2015-08-26 19:49:49.255 | + git_timed remote update | |
2015-08-26 19:49:49.256 | + local max_attempts=3 | |
2015-08-26 19:49:49.257 | + local count=0 | |
2015-08-26 19:49:49.259 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:49.261 | Fetching origin | |
2015-08-26 19:49:49.262 | + git_prune | |
2015-08-26 19:49:49.264 | + git_timed remote prune origin | |
2015-08-26 19:49:49.265 | + local max_attempts=3 | |
2015-08-26 19:49:49.267 | + local count=0 | |
2015-08-26 19:49:49.270 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:49.271 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:49.272 | + git_has_branch openstack/tripleo-image-elements master | |
2015-08-26 19:49:49.274 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:49.275 | + local branch=master | |
2015-08-26 19:49:49.276 | + git branch -a | |
2015-08-26 19:49:49.278 | + grep remotes/origin/master | |
2015-08-26 19:49:49.279 | + return 0 | |
2015-08-26 19:49:49.281 | + git_fetch_at_ref openstack/tripleo-image-elements refs/changes/85/167885/27 | |
2015-08-26 19:49:49.282 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:49.283 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:49.285 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:49.286 | + git fetch /home/jenkins/workspace-cache/openstack/tripleo-image-elements refs/changes/85/167885/27 | |
2015-08-26 19:49:49.287 | fatal: '/home/jenkins/workspace-cache/openstack/tripleo-image-elements' does not appear to be a git repository | |
2015-08-26 19:49:49.289 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:49.290 | | |
2015-08-26 19:49:49.291 | Please make sure you have the correct access rights | |
2015-08-26 19:49:49.293 | and the repository exists. | |
2015-08-26 19:49:49.294 | + return 128 | |
2015-08-26 19:49:49.295 | + git_fetch_at_ref openstack/tripleo-image-elements | |
2015-08-26 19:49:49.297 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:49.301 | + local ref= | |
2015-08-26 19:49:49.303 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:49.304 | + return 1 | |
2015-08-26 19:49:49.306 | + git_has_branch openstack/tripleo-image-elements master | |
2015-08-26 19:49:49.307 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:49.308 | + local branch=master | |
2015-08-26 19:49:49.310 | + git branch -a | |
2015-08-26 19:49:49.311 | + grep remotes/origin/master | |
2015-08-26 19:49:49.312 | + return 0 | |
2015-08-26 19:49:49.314 | + git_checkout openstack/tripleo-image-elements master | |
2015-08-26 19:49:49.315 | + local project=openstack/tripleo-image-elements | |
2015-08-26 19:49:49.316 | + local branch=master | |
2015-08-26 19:49:49.318 | + local reset_branch=master | |
2015-08-26 19:49:49.319 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:49.320 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:49.322 | + git checkout master | |
2015-08-26 19:49:49.323 | Already on 'master' | |
2015-08-26 19:49:49.324 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:49.326 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:49.327 | HEAD is now at 30a56ac Merge "Default to latest rdo-release" | |
2015-08-26 19:49:49.328 | + git clean -x -f -d -q | |
2015-08-26 19:49:49.330 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:49.331 | + cd /opt/stack/new | |
2015-08-26 19:49:49.332 | + '[' -d /opt/git/openstack/tripleo-heat-templates ']' | |
2015-08-26 19:49:49.334 | + setup_project openstack/tripleo-heat-templates master | |
2015-08-26 19:49:49.335 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.336 | + local branch=master | |
2015-08-26 19:49:49.337 | ++ basename openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.338 | + local short_project=tripleo-heat-templates | |
2015-08-26 19:49:49.340 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:49.341 | + echo 'Setting up openstack/tripleo-heat-templates @ master' | |
2015-08-26 19:49:49.342 | Setting up openstack/tripleo-heat-templates @ master | |
2015-08-26 19:49:49.343 | + git_clone_and_cd openstack/tripleo-heat-templates tripleo-heat-templates | |
2015-08-26 19:49:49.344 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.346 | + local short_project=tripleo-heat-templates | |
2015-08-26 19:49:49.347 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:49.348 | + [[ ! -e tripleo-heat-templates ]] | |
2015-08-26 19:49:49.349 | + echo ' Need to clone tripleo-heat-templates' | |
2015-08-26 19:49:49.350 | Need to clone tripleo-heat-templates | |
2015-08-26 19:49:49.352 | + git clone https://git.openstack.org/openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.353 | Cloning into 'tripleo-heat-templates'... | |
2015-08-26 19:49:49.354 | + cd tripleo-heat-templates | |
2015-08-26 19:49:49.355 | + git_remote_set_url origin https://git.openstack.org/openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.357 | + git remote set-url origin https://git.openstack.org/openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.358 | ++ echo tripleo-heat-templates | |
2015-08-26 19:49:49.359 | ++ tr - _ | |
2015-08-26 19:49:49.360 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:49.362 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:49.363 | + local uc_project=TRIPLEO_HEAT_TEMPLATES | |
2015-08-26 19:49:49.364 | + local 'project_branch_var=$OVERRIDE_TRIPLEO_HEAT_TEMPLATES_PROJECT_BRANCH' | |
2015-08-26 19:49:49.365 | ++ eval echo '$OVERRIDE_TRIPLEO_HEAT_TEMPLATES_PROJECT_BRANCH' | |
2015-08-26 19:49:49.367 | +++ echo | |
2015-08-26 19:49:49.368 | + local project_branch= | |
2015-08-26 19:49:49.369 | + [[ '' != '' ]] | |
2015-08-26 19:49:49.371 | + [[ ! -z master ]] | |
2015-08-26 19:49:49.372 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:49.373 | ++ sed -e s,master,master, | |
2015-08-26 19:49:49.375 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:49.376 | + git_remote_update | |
2015-08-26 19:49:49.377 | + git_timed remote update | |
2015-08-26 19:49:49.378 | + local max_attempts=3 | |
2015-08-26 19:49:49.380 | + local count=0 | |
2015-08-26 19:49:49.381 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:49.382 | Fetching origin | |
2015-08-26 19:49:49.384 | + git_prune | |
2015-08-26 19:49:49.385 | + git_timed remote prune origin | |
2015-08-26 19:49:49.386 | + local max_attempts=3 | |
2015-08-26 19:49:49.388 | + local count=0 | |
2015-08-26 19:49:49.389 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:49.390 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:49.392 | + git_has_branch openstack/tripleo-heat-templates master | |
2015-08-26 19:49:49.393 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:49.394 | + local branch=master | |
2015-08-26 19:49:49.396 | + git branch -a | |
2015-08-26 19:49:49.397 | + grep remotes/origin/master | |
2015-08-26 19:49:49.398 | + return 0 | |
2015-08-26 19:49:49.399 | + git_fetch_at_ref openstack/tripleo-heat-templates refs/changes/85/167885/27 | |
2015-08-26 19:49:51.299 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:51.300 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:51.301 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:51.302 | + git fetch /home/jenkins/workspace-cache/openstack/tripleo-heat-templates refs/changes/85/167885/27 | |
2015-08-26 19:49:51.304 | fatal: '/home/jenkins/workspace-cache/openstack/tripleo-heat-templates' does not appear to be a git repository | |
2015-08-26 19:49:51.305 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:51.306 | | |
2015-08-26 19:49:51.307 | Please make sure you have the correct access rights | |
2015-08-26 19:49:51.309 | and the repository exists. | |
2015-08-26 19:49:51.310 | + return 128 | |
2015-08-26 19:49:51.311 | + git_fetch_at_ref openstack/tripleo-heat-templates | |
2015-08-26 19:49:51.312 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:51.314 | + local ref= | |
2015-08-26 19:49:51.315 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:51.316 | + return 1 | |
2015-08-26 19:49:51.317 | + git_has_branch openstack/tripleo-heat-templates master | |
2015-08-26 19:49:51.319 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:51.320 | + local branch=master | |
2015-08-26 19:49:51.321 | + git branch -a | |
2015-08-26 19:49:51.322 | + grep remotes/origin/master | |
2015-08-26 19:49:51.323 | + return 0 | |
2015-08-26 19:49:51.325 | + git_checkout openstack/tripleo-heat-templates master | |
2015-08-26 19:49:51.326 | + local project=openstack/tripleo-heat-templates | |
2015-08-26 19:49:51.327 | + local branch=master | |
2015-08-26 19:49:51.328 | + local reset_branch=master | |
2015-08-26 19:49:51.330 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:51.331 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:51.332 | + git checkout master | |
2015-08-26 19:49:51.333 | Already on 'master' | |
2015-08-26 19:49:51.335 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:51.336 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:51.337 | HEAD is now at 6f7b2fe Merge "Wire in Compute pre-deployment extraconfig" | |
2015-08-26 19:49:51.339 | + git clean -x -f -d -q | |
2015-08-26 19:49:51.340 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:51.341 | + cd /opt/stack/new | |
2015-08-26 19:49:51.342 | + '[' -d /opt/git/openstack/tooz ']' | |
2015-08-26 19:49:51.343 | + setup_project openstack/tooz master | |
2015-08-26 19:49:51.345 | + local project=openstack/tooz | |
2015-08-26 19:49:51.346 | + local branch=master | |
2015-08-26 19:49:51.347 | ++ basename openstack/tooz | |
2015-08-26 19:49:51.348 | + local short_project=tooz | |
2015-08-26 19:49:51.349 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:51.351 | + echo 'Setting up openstack/tooz @ master' | |
2015-08-26 19:49:51.352 | Setting up openstack/tooz @ master | |
2015-08-26 19:49:51.353 | + git_clone_and_cd openstack/tooz tooz | |
2015-08-26 19:49:51.354 | + local project=openstack/tooz | |
2015-08-26 19:49:51.356 | + local short_project=tooz | |
2015-08-26 19:49:51.357 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:51.358 | + [[ ! -e tooz ]] | |
2015-08-26 19:49:51.359 | + echo ' Need to clone tooz' | |
2015-08-26 19:49:51.360 | Need to clone tooz | |
2015-08-26 19:49:51.362 | + git clone https://git.openstack.org/openstack/tooz | |
2015-08-26 19:49:51.363 | Cloning into 'tooz'... | |
2015-08-26 19:49:51.364 | + cd tooz | |
2015-08-26 19:49:51.365 | + git_remote_set_url origin https://git.openstack.org/openstack/tooz | |
2015-08-26 19:49:51.367 | + git remote set-url origin https://git.openstack.org/openstack/tooz | |
2015-08-26 19:49:51.368 | ++ echo tooz | |
2015-08-26 19:49:51.369 | ++ tr - _ | |
2015-08-26 19:49:51.370 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:51.371 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:51.373 | + local uc_project=TOOZ | |
2015-08-26 19:49:51.374 | + local 'project_branch_var=$OVERRIDE_TOOZ_PROJECT_BRANCH' | |
2015-08-26 19:49:51.375 | ++ eval echo '$OVERRIDE_TOOZ_PROJECT_BRANCH' | |
2015-08-26 19:49:51.376 | +++ echo | |
2015-08-26 19:49:51.378 | + local project_branch= | |
2015-08-26 19:49:51.379 | + [[ '' != '' ]] | |
2015-08-26 19:49:51.380 | + [[ ! -z master ]] | |
2015-08-26 19:49:51.381 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:51.382 | ++ sed -e s,master,master, | |
2015-08-26 19:49:51.384 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:51.385 | + git_remote_update | |
2015-08-26 19:49:51.386 | + git_timed remote update | |
2015-08-26 19:49:51.387 | + local max_attempts=3 | |
2015-08-26 19:49:51.389 | + local count=0 | |
2015-08-26 19:49:51.390 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:51.391 | Fetching origin | |
2015-08-26 19:49:51.392 | + git_prune | |
2015-08-26 19:49:51.394 | + git_timed remote prune origin | |
2015-08-26 19:49:51.395 | + local max_attempts=3 | |
2015-08-26 19:49:51.396 | + local count=0 | |
2015-08-26 19:49:51.398 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:51.399 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:51.400 | + git_has_branch openstack/tooz master | |
2015-08-26 19:49:51.402 | + local project=openstack/tooz | |
2015-08-26 19:49:51.403 | + local branch=master | |
2015-08-26 19:49:51.405 | + git branch -a | |
2015-08-26 19:49:51.406 | + grep remotes/origin/master | |
2015-08-26 19:49:51.407 | + return 0 | |
2015-08-26 19:49:51.408 | + git_fetch_at_ref openstack/tooz refs/changes/85/167885/27 | |
2015-08-26 19:49:51.410 | + local project=openstack/tooz | |
2015-08-26 19:49:51.411 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:51.412 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:51.414 | + git fetch /home/jenkins/workspace-cache/openstack/tooz refs/changes/85/167885/27 | |
2015-08-26 19:49:51.415 | fatal: '/home/jenkins/workspace-cache/openstack/tooz' does not appear to be a git repository | |
2015-08-26 19:49:51.416 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:51.418 | | |
2015-08-26 19:49:51.419 | Please make sure you have the correct access rights | |
2015-08-26 19:49:51.420 | and the repository exists. | |
2015-08-26 19:49:51.422 | + return 128 | |
2015-08-26 19:49:51.423 | + git_fetch_at_ref openstack/tooz | |
2015-08-26 19:49:51.424 | + local project=openstack/tooz | |
2015-08-26 19:49:51.426 | + local ref= | |
2015-08-26 19:49:51.427 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:51.428 | + return 1 | |
2015-08-26 19:49:51.430 | + git_has_branch openstack/tooz master | |
2015-08-26 19:49:51.431 | + local project=openstack/tooz | |
2015-08-26 19:49:51.432 | + local branch=master | |
2015-08-26 19:49:51.434 | + git branch -a | |
2015-08-26 19:49:51.435 | + grep remotes/origin/master | |
2015-08-26 19:49:51.436 | + return 0 | |
2015-08-26 19:49:51.437 | + git_checkout openstack/tooz master | |
2015-08-26 19:49:51.438 | + local project=openstack/tooz | |
2015-08-26 19:49:51.440 | + local branch=master | |
2015-08-26 19:49:51.441 | + local reset_branch=master | |
2015-08-26 19:49:51.442 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:51.443 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:51.444 | + git checkout master | |
2015-08-26 19:49:51.445 | Already on 'master' | |
2015-08-26 19:49:51.447 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:51.448 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:51.449 | HEAD is now at 469d76f Merge "Changes to add driver list to the documentation." | |
2015-08-26 19:49:51.450 | + git clean -x -f -d -q | |
2015-08-26 19:49:51.452 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:51.453 | + cd /opt/stack/new | |
2015-08-26 19:49:58.951 | + '[' -d /opt/git/openstack/tempest-lib ']' | |
2015-08-26 19:49:58.952 | + setup_project openstack/tempest-lib master | |
2015-08-26 19:49:58.954 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:58.955 | + local branch=master | |
2015-08-26 19:49:58.956 | ++ basename openstack/tempest-lib | |
2015-08-26 19:49:58.958 | + local short_project=tempest-lib | |
2015-08-26 19:49:58.959 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:58.960 | + echo 'Setting up openstack/tempest-lib @ master' | |
2015-08-26 19:49:58.962 | Setting up openstack/tempest-lib @ master | |
2015-08-26 19:49:58.963 | + git_clone_and_cd openstack/tempest-lib tempest-lib | |
2015-08-26 19:49:58.965 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:58.966 | + local short_project=tempest-lib | |
2015-08-26 19:49:58.968 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:58.969 | + [[ ! -e tempest-lib ]] | |
2015-08-26 19:49:58.970 | + echo ' Need to clone tempest-lib' | |
2015-08-26 19:49:58.972 | Need to clone tempest-lib | |
2015-08-26 19:49:58.973 | + git clone https://git.openstack.org/openstack/tempest-lib | |
2015-08-26 19:49:58.975 | Cloning into 'tempest-lib'... | |
2015-08-26 19:49:58.976 | + cd tempest-lib | |
2015-08-26 19:49:58.978 | + git_remote_set_url origin https://git.openstack.org/openstack/tempest-lib | |
2015-08-26 19:49:58.979 | + git remote set-url origin https://git.openstack.org/openstack/tempest-lib | |
2015-08-26 19:49:58.981 | ++ echo tempest-lib | |
2015-08-26 19:49:58.982 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:58.983 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:58.985 | ++ tr - _ | |
2015-08-26 19:49:58.986 | + local uc_project=TEMPEST_LIB | |
2015-08-26 19:49:58.988 | + local 'project_branch_var=$OVERRIDE_TEMPEST_LIB_PROJECT_BRANCH' | |
2015-08-26 19:49:58.989 | ++ eval echo '$OVERRIDE_TEMPEST_LIB_PROJECT_BRANCH' | |
2015-08-26 19:49:58.993 | +++ echo | |
2015-08-26 19:49:58.994 | + local project_branch= | |
2015-08-26 19:49:58.996 | + [[ '' != '' ]] | |
2015-08-26 19:49:58.997 | + [[ ! -z master ]] | |
2015-08-26 19:49:58.998 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:49:59.000 | ++ sed -e s,master,master, | |
2015-08-26 19:49:59.001 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:49:59.002 | + git_remote_update | |
2015-08-26 19:49:59.004 | + git_timed remote update | |
2015-08-26 19:49:59.005 | + local max_attempts=3 | |
2015-08-26 19:49:59.006 | + local count=0 | |
2015-08-26 19:49:59.008 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:49:59.009 | Fetching origin | |
2015-08-26 19:49:59.010 | + git_prune | |
2015-08-26 19:49:59.012 | + git_timed remote prune origin | |
2015-08-26 19:49:59.013 | + local max_attempts=3 | |
2015-08-26 19:49:59.014 | + local count=0 | |
2015-08-26 19:49:59.016 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:49:59.017 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:49:59.018 | + git_has_branch openstack/tempest-lib master | |
2015-08-26 19:49:59.019 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:59.021 | + local branch=master | |
2015-08-26 19:49:59.022 | + git branch -a | |
2015-08-26 19:49:59.023 | + grep remotes/origin/master | |
2015-08-26 19:49:59.025 | + return 0 | |
2015-08-26 19:49:59.026 | + git_fetch_at_ref openstack/tempest-lib refs/changes/85/167885/27 | |
2015-08-26 19:49:59.027 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:59.028 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:49:59.030 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:49:59.031 | + git fetch /home/jenkins/workspace-cache/openstack/tempest-lib refs/changes/85/167885/27 | |
2015-08-26 19:49:59.032 | fatal: '/home/jenkins/workspace-cache/openstack/tempest-lib' does not appear to be a git repository | |
2015-08-26 19:49:59.034 | fatal: Could not read from remote repository. | |
2015-08-26 19:49:59.035 | | |
2015-08-26 19:49:59.036 | Please make sure you have the correct access rights | |
2015-08-26 19:49:59.038 | and the repository exists. | |
2015-08-26 19:49:59.039 | + return 128 | |
2015-08-26 19:49:59.040 | + git_fetch_at_ref openstack/tempest-lib | |
2015-08-26 19:49:59.042 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:59.043 | + local ref= | |
2015-08-26 19:49:59.044 | + '[' '' '!=' '' ']' | |
2015-08-26 19:49:59.046 | + return 1 | |
2015-08-26 19:49:59.047 | + git_has_branch openstack/tempest-lib master | |
2015-08-26 19:49:59.048 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:59.050 | + local branch=master | |
2015-08-26 19:49:59.051 | + git branch -a | |
2015-08-26 19:49:59.052 | + grep remotes/origin/master | |
2015-08-26 19:49:59.054 | + return 0 | |
2015-08-26 19:49:59.056 | + git_checkout openstack/tempest-lib master | |
2015-08-26 19:49:59.057 | + local project=openstack/tempest-lib | |
2015-08-26 19:49:59.058 | + local branch=master | |
2015-08-26 19:49:59.060 | + local reset_branch=master | |
2015-08-26 19:49:59.061 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:49:59.062 | + reset_branch=remotes/origin/master | |
2015-08-26 19:49:59.064 | + git checkout master | |
2015-08-26 19:49:59.065 | Already on 'master' | |
2015-08-26 19:49:59.066 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:49:59.068 | + git reset --hard remotes/origin/master | |
2015-08-26 19:49:59.069 | HEAD is now at 61b7ffc Merge "Add the resp to RestClientExceptions" | |
2015-08-26 19:49:59.070 | + git clean -x -f -d -q | |
2015-08-26 19:49:59.072 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:49:59.073 | + cd /opt/stack/new | |
2015-08-26 19:49:59.074 | + '[' -d /opt/git/openstack/tempest ']' | |
2015-08-26 19:49:59.076 | + setup_project openstack/tempest master | |
2015-08-26 19:49:59.077 | + local project=openstack/tempest | |
2015-08-26 19:49:59.078 | + local branch=master | |
2015-08-26 19:49:59.079 | ++ basename openstack/tempest | |
2015-08-26 19:49:59.081 | + local short_project=tempest | |
2015-08-26 19:49:59.082 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:59.083 | + echo 'Setting up openstack/tempest @ master' | |
2015-08-26 19:49:59.085 | Setting up openstack/tempest @ master | |
2015-08-26 19:49:59.086 | + git_clone_and_cd openstack/tempest tempest | |
2015-08-26 19:49:59.087 | + local project=openstack/tempest | |
2015-08-26 19:49:59.089 | + local short_project=tempest | |
2015-08-26 19:49:59.090 | + local git_base=https://git.openstack.org | |
2015-08-26 19:49:59.091 | + [[ ! -e tempest ]] | |
2015-08-26 19:49:59.093 | + echo ' Need to clone tempest' | |
2015-08-26 19:49:59.094 | Need to clone tempest | |
2015-08-26 19:49:59.095 | + git clone https://git.openstack.org/openstack/tempest | |
2015-08-26 19:49:59.097 | Cloning into 'tempest'... | |
2015-08-26 19:49:59.098 | + cd tempest | |
2015-08-26 19:49:59.099 | + git_remote_set_url origin https://git.openstack.org/openstack/tempest | |
2015-08-26 19:49:59.101 | + git remote set-url origin https://git.openstack.org/openstack/tempest | |
2015-08-26 19:49:59.102 | ++ echo tempest | |
2015-08-26 19:49:59.103 | ++ tr - _ | |
2015-08-26 19:49:59.105 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:49:59.106 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:49:59.107 | + local uc_project=TEMPEST | |
2015-08-26 19:49:59.109 | + local 'project_branch_var=$OVERRIDE_TEMPEST_PROJECT_BRANCH' | |
2015-08-26 19:49:59.110 | ++ eval echo '$OVERRIDE_TEMPEST_PROJECT_BRANCH' | |
2015-08-26 19:49:59.111 | +++ echo | |
2015-08-26 19:49:59.113 | + local project_branch= | |
2015-08-26 19:49:59.114 | + [[ '' != '' ]] | |
2015-08-26 19:49:59.115 | + [[ ! -z master ]] | |
2015-08-26 19:50:06.027 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:06.028 | ++ sed -e s,master,master, | |
2015-08-26 19:50:06.030 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:06.031 | + git_remote_update | |
2015-08-26 19:50:06.033 | + git_timed remote update | |
2015-08-26 19:50:06.034 | + local max_attempts=3 | |
2015-08-26 19:50:06.036 | + local count=0 | |
2015-08-26 19:50:06.037 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:06.038 | Fetching origin | |
2015-08-26 19:50:06.040 | + git_prune | |
2015-08-26 19:50:06.041 | + git_timed remote prune origin | |
2015-08-26 19:50:06.042 | + local max_attempts=3 | |
2015-08-26 19:50:06.044 | + local count=0 | |
2015-08-26 19:50:06.045 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:06.047 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:06.048 | + git_has_branch openstack/tempest master | |
2015-08-26 19:50:06.050 | + local project=openstack/tempest | |
2015-08-26 19:50:06.051 | + local branch=master | |
2015-08-26 19:50:06.052 | + git branch -a | |
2015-08-26 19:50:06.054 | + grep remotes/origin/master | |
2015-08-26 19:50:06.055 | + return 0 | |
2015-08-26 19:50:06.056 | + git_fetch_at_ref openstack/tempest refs/changes/85/167885/27 | |
2015-08-26 19:50:06.058 | + local project=openstack/tempest | |
2015-08-26 19:50:06.060 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:06.061 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:06.062 | + git fetch /home/jenkins/workspace-cache/openstack/tempest refs/changes/85/167885/27 | |
2015-08-26 19:50:06.063 | fatal: '/home/jenkins/workspace-cache/openstack/tempest' does not appear to be a git repository | |
2015-08-26 19:50:06.065 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:06.066 | | |
2015-08-26 19:50:06.067 | Please make sure you have the correct access rights | |
2015-08-26 19:50:06.068 | and the repository exists. | |
2015-08-26 19:50:06.070 | + return 128 | |
2015-08-26 19:50:06.071 | + git_fetch_at_ref openstack/tempest | |
2015-08-26 19:50:06.072 | + local project=openstack/tempest | |
2015-08-26 19:50:06.073 | + local ref= | |
2015-08-26 19:50:06.075 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:06.076 | + return 1 | |
2015-08-26 19:50:06.078 | + git_has_branch openstack/tempest master | |
2015-08-26 19:50:06.079 | + local project=openstack/tempest | |
2015-08-26 19:50:06.080 | + local branch=master | |
2015-08-26 19:50:06.082 | + git branch -a | |
2015-08-26 19:50:06.083 | + grep remotes/origin/master | |
2015-08-26 19:50:06.084 | + return 0 | |
2015-08-26 19:50:06.085 | + git_checkout openstack/tempest master | |
2015-08-26 19:50:06.087 | + local project=openstack/tempest | |
2015-08-26 19:50:06.088 | + local branch=master | |
2015-08-26 19:50:06.090 | + local reset_branch=master | |
2015-08-26 19:50:06.091 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:06.093 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:06.094 | + git checkout master | |
2015-08-26 19:50:06.095 | Already on 'master' | |
2015-08-26 19:50:06.097 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:06.098 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:06.099 | HEAD is now at 5481360 Merge "Fix scenario test fails when port_vnic_type is set" | |
2015-08-26 19:50:06.101 | + git clean -x -f -d -q | |
2015-08-26 19:50:06.102 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:06.104 | + cd /opt/stack/new | |
2015-08-26 19:50:06.105 | + '[' -d /opt/git/openstack/taskflow ']' | |
2015-08-26 19:50:06.106 | + setup_project openstack/taskflow master | |
2015-08-26 19:50:06.108 | + local project=openstack/taskflow | |
2015-08-26 19:50:06.109 | + local branch=master | |
2015-08-26 19:50:06.110 | ++ basename openstack/taskflow | |
2015-08-26 19:50:06.112 | + local short_project=taskflow | |
2015-08-26 19:50:06.113 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:06.114 | + echo 'Setting up openstack/taskflow @ master' | |
2015-08-26 19:50:06.116 | Setting up openstack/taskflow @ master | |
2015-08-26 19:50:06.117 | + git_clone_and_cd openstack/taskflow taskflow | |
2015-08-26 19:50:06.118 | + local project=openstack/taskflow | |
2015-08-26 19:50:06.120 | + local short_project=taskflow | |
2015-08-26 19:50:06.121 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:06.122 | + [[ ! -e taskflow ]] | |
2015-08-26 19:50:06.124 | + echo ' Need to clone taskflow' | |
2015-08-26 19:50:06.125 | Need to clone taskflow | |
2015-08-26 19:50:06.126 | + git clone https://git.openstack.org/openstack/taskflow | |
2015-08-26 19:50:06.127 | Cloning into 'taskflow'... | |
2015-08-26 19:50:06.129 | + cd taskflow | |
2015-08-26 19:50:06.130 | + git_remote_set_url origin https://git.openstack.org/openstack/taskflow | |
2015-08-26 19:50:06.131 | + git remote set-url origin https://git.openstack.org/openstack/taskflow | |
2015-08-26 19:50:06.133 | ++ echo taskflow | |
2015-08-26 19:50:06.134 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:06.135 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:06.137 | ++ tr - _ | |
2015-08-26 19:50:06.138 | + local uc_project=TASKFLOW | |
2015-08-26 19:50:06.139 | + local 'project_branch_var=$OVERRIDE_TASKFLOW_PROJECT_BRANCH' | |
2015-08-26 19:50:06.140 | ++ eval echo '$OVERRIDE_TASKFLOW_PROJECT_BRANCH' | |
2015-08-26 19:50:06.142 | +++ echo | |
2015-08-26 19:50:06.143 | + local project_branch= | |
2015-08-26 19:50:06.144 | + [[ '' != '' ]] | |
2015-08-26 19:50:06.146 | + [[ ! -z master ]] | |
2015-08-26 19:50:06.147 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:06.149 | ++ sed -e s,master,master, | |
2015-08-26 19:50:06.150 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:06.152 | + git_remote_update | |
2015-08-26 19:50:06.153 | + git_timed remote update | |
2015-08-26 19:50:06.154 | + local max_attempts=3 | |
2015-08-26 19:50:06.156 | + local count=0 | |
2015-08-26 19:50:06.157 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:06.158 | Fetching origin | |
2015-08-26 19:50:06.159 | + git_prune | |
2015-08-26 19:50:06.161 | + git_timed remote prune origin | |
2015-08-26 19:50:06.162 | + local max_attempts=3 | |
2015-08-26 19:50:06.163 | + local count=0 | |
2015-08-26 19:50:06.164 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:06.166 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:06.167 | + git_has_branch openstack/taskflow master | |
2015-08-26 19:50:06.168 | + local project=openstack/taskflow | |
2015-08-26 19:50:06.169 | + local branch=master | |
2015-08-26 19:50:06.171 | + git branch -a | |
2015-08-26 19:50:06.172 | + grep remotes/origin/master | |
2015-08-26 19:50:06.173 | + return 0 | |
2015-08-26 19:50:06.174 | + git_fetch_at_ref openstack/taskflow refs/changes/85/167885/27 | |
2015-08-26 19:50:06.175 | + local project=openstack/taskflow | |
2015-08-26 19:50:06.177 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:06.178 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:06.179 | + git fetch /home/jenkins/workspace-cache/openstack/taskflow refs/changes/85/167885/27 | |
2015-08-26 19:50:06.180 | fatal: '/home/jenkins/workspace-cache/openstack/taskflow' does not appear to be a git repository | |
2015-08-26 19:50:06.182 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:06.183 | | |
2015-08-26 19:50:06.184 | Please make sure you have the correct access rights | |
2015-08-26 19:50:06.185 | and the repository exists. | |
2015-08-26 19:50:06.187 | + return 128 | |
2015-08-26 19:50:06.188 | + git_fetch_at_ref openstack/taskflow | |
2015-08-26 19:50:06.189 | + local project=openstack/taskflow | |
2015-08-26 19:50:06.190 | + local ref= | |
2015-08-26 19:50:06.191 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:06.193 | + return 1 | |
2015-08-26 19:50:14.495 | + git_has_branch openstack/taskflow master | |
2015-08-26 19:50:14.498 | + local project=openstack/taskflow | |
2015-08-26 19:50:14.499 | + local branch=master | |
2015-08-26 19:50:14.500 | + git branch -a | |
2015-08-26 19:50:14.502 | + grep remotes/origin/master | |
2015-08-26 19:50:14.503 | + return 0 | |
2015-08-26 19:50:14.504 | + git_checkout openstack/taskflow master | |
2015-08-26 19:50:14.506 | + local project=openstack/taskflow | |
2015-08-26 19:50:14.507 | + local branch=master | |
2015-08-26 19:50:14.509 | + local reset_branch=master | |
2015-08-26 19:50:14.510 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:14.511 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:14.513 | + git checkout master | |
2015-08-26 19:50:14.515 | Already on 'master' | |
2015-08-26 19:50:14.516 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:14.517 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:14.519 | HEAD is now at af33579 Updated from global requirements | |
2015-08-26 19:50:14.520 | + git clean -x -f -d -q | |
2015-08-26 19:50:14.521 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:14.523 | + cd /opt/stack/new | |
2015-08-26 19:50:14.524 | + '[' -d /opt/git/openstack/swift ']' | |
2015-08-26 19:50:14.525 | + setup_project openstack/swift master | |
2015-08-26 19:50:14.527 | + local project=openstack/swift | |
2015-08-26 19:50:14.528 | + local branch=master | |
2015-08-26 19:50:14.529 | ++ basename openstack/swift | |
2015-08-26 19:50:14.531 | + local short_project=swift | |
2015-08-26 19:50:14.532 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:14.534 | + echo 'Setting up openstack/swift @ master' | |
2015-08-26 19:50:14.535 | Setting up openstack/swift @ master | |
2015-08-26 19:50:14.536 | + git_clone_and_cd openstack/swift swift | |
2015-08-26 19:50:14.538 | + local project=openstack/swift | |
2015-08-26 19:50:14.539 | + local short_project=swift | |
2015-08-26 19:50:14.540 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:14.542 | + [[ ! -e swift ]] | |
2015-08-26 19:50:14.543 | + echo ' Need to clone swift' | |
2015-08-26 19:50:14.544 | Need to clone swift | |
2015-08-26 19:50:14.546 | + git clone https://git.openstack.org/openstack/swift | |
2015-08-26 19:50:14.547 | Cloning into 'swift'... | |
2015-08-26 19:50:14.549 | + cd swift | |
2015-08-26 19:50:14.550 | + git_remote_set_url origin https://git.openstack.org/openstack/swift | |
2015-08-26 19:50:14.552 | + git remote set-url origin https://git.openstack.org/openstack/swift | |
2015-08-26 19:50:14.553 | ++ echo swift | |
2015-08-26 19:50:14.555 | ++ tr - _ | |
2015-08-26 19:50:14.556 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:14.558 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:14.559 | + local uc_project=SWIFT | |
2015-08-26 19:50:14.561 | + local 'project_branch_var=$OVERRIDE_SWIFT_PROJECT_BRANCH' | |
2015-08-26 19:50:14.562 | ++ eval echo '$OVERRIDE_SWIFT_PROJECT_BRANCH' | |
2015-08-26 19:50:14.563 | +++ echo | |
2015-08-26 19:50:14.565 | + local project_branch= | |
2015-08-26 19:50:14.566 | + [[ '' != '' ]] | |
2015-08-26 19:50:14.567 | + [[ ! -z master ]] | |
2015-08-26 19:50:14.568 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:14.570 | ++ sed -e s,master,master, | |
2015-08-26 19:50:14.571 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:14.573 | + git_remote_update | |
2015-08-26 19:50:14.574 | + git_timed remote update | |
2015-08-26 19:50:14.575 | + local max_attempts=3 | |
2015-08-26 19:50:14.577 | + local count=0 | |
2015-08-26 19:50:14.578 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:14.579 | Fetching origin | |
2015-08-26 19:50:14.581 | + git_prune | |
2015-08-26 19:50:14.582 | + git_timed remote prune origin | |
2015-08-26 19:50:14.583 | + local max_attempts=3 | |
2015-08-26 19:50:14.584 | + local count=0 | |
2015-08-26 19:50:14.586 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:14.587 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:14.588 | + git_has_branch openstack/swift master | |
2015-08-26 19:50:14.590 | + local project=openstack/swift | |
2015-08-26 19:50:14.591 | + local branch=master | |
2015-08-26 19:50:14.593 | + git branch -a | |
2015-08-26 19:50:14.594 | + grep remotes/origin/master | |
2015-08-26 19:50:14.596 | + return 0 | |
2015-08-26 19:50:14.597 | + git_fetch_at_ref openstack/swift refs/changes/85/167885/27 | |
2015-08-26 19:50:14.599 | + local project=openstack/swift | |
2015-08-26 19:50:14.600 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:14.602 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:14.603 | + git fetch /home/jenkins/workspace-cache/openstack/swift refs/changes/85/167885/27 | |
2015-08-26 19:50:14.604 | fatal: '/home/jenkins/workspace-cache/openstack/swift' does not appear to be a git repository | |
2015-08-26 19:50:14.606 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:14.607 | | |
2015-08-26 19:50:14.608 | Please make sure you have the correct access rights | |
2015-08-26 19:50:14.610 | and the repository exists. | |
2015-08-26 19:50:14.611 | + return 128 | |
2015-08-26 19:50:14.613 | + git_fetch_at_ref openstack/swift | |
2015-08-26 19:50:14.614 | + local project=openstack/swift | |
2015-08-26 19:50:14.615 | + local ref= | |
2015-08-26 19:50:14.617 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:14.618 | + return 1 | |
2015-08-26 19:50:14.619 | + git_has_branch openstack/swift master | |
2015-08-26 19:50:14.621 | + local project=openstack/swift | |
2015-08-26 19:50:14.623 | + local branch=master | |
2015-08-26 19:50:14.624 | + git branch -a | |
2015-08-26 19:50:14.626 | + grep remotes/origin/master | |
2015-08-26 19:50:14.627 | + return 0 | |
2015-08-26 19:50:14.629 | + git_checkout openstack/swift master | |
2015-08-26 19:50:14.630 | + local project=openstack/swift | |
2015-08-26 19:50:14.632 | + local branch=master | |
2015-08-26 19:50:14.633 | + local reset_branch=master | |
2015-08-26 19:50:14.634 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:14.636 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:14.637 | + git checkout master | |
2015-08-26 19:50:14.639 | Already on 'master' | |
2015-08-26 19:50:14.640 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:14.641 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:14.643 | HEAD is now at f0af259 Merge "pep8: Don't override '_' symbol" | |
2015-08-26 19:50:14.644 | + git clean -x -f -d -q | |
2015-08-26 19:50:14.646 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:14.647 | + cd /opt/stack/new | |
2015-08-26 19:50:14.648 | + '[' -d /opt/git/openstack/stevedore ']' | |
2015-08-26 19:50:14.649 | + setup_project openstack/stevedore master | |
2015-08-26 19:50:14.651 | + local project=openstack/stevedore | |
2015-08-26 19:50:14.652 | + local branch=master | |
2015-08-26 19:50:14.653 | ++ basename openstack/stevedore | |
2015-08-26 19:50:14.654 | + local short_project=stevedore | |
2015-08-26 19:50:14.656 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:14.657 | + echo 'Setting up openstack/stevedore @ master' | |
2015-08-26 19:50:14.658 | Setting up openstack/stevedore @ master | |
2015-08-26 19:50:14.659 | + git_clone_and_cd openstack/stevedore stevedore | |
2015-08-26 19:50:14.661 | + local project=openstack/stevedore | |
2015-08-26 19:50:14.662 | + local short_project=stevedore | |
2015-08-26 19:50:14.663 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:14.664 | + [[ ! -e stevedore ]] | |
2015-08-26 19:50:14.666 | + echo ' Need to clone stevedore' | |
2015-08-26 19:50:14.667 | Need to clone stevedore | |
2015-08-26 19:50:14.668 | + git clone https://git.openstack.org/openstack/stevedore | |
2015-08-26 19:50:14.670 | Cloning into 'stevedore'... | |
2015-08-26 19:50:14.671 | + cd stevedore | |
2015-08-26 19:50:17.068 | + git_remote_set_url origin https://git.openstack.org/openstack/stevedore | |
2015-08-26 19:50:17.069 | + git remote set-url origin https://git.openstack.org/openstack/stevedore | |
2015-08-26 19:50:17.071 | ++ echo stevedore | |
2015-08-26 19:50:17.072 | ++ tr - _ | |
2015-08-26 19:50:17.074 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:17.075 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:17.076 | + local uc_project=STEVEDORE | |
2015-08-26 19:50:17.078 | + local 'project_branch_var=$OVERRIDE_STEVEDORE_PROJECT_BRANCH' | |
2015-08-26 19:50:17.079 | ++ eval echo '$OVERRIDE_STEVEDORE_PROJECT_BRANCH' | |
2015-08-26 19:50:17.081 | +++ echo | |
2015-08-26 19:50:17.082 | + local project_branch= | |
2015-08-26 19:50:17.083 | + [[ '' != '' ]] | |
2015-08-26 19:50:17.085 | + [[ ! -z master ]] | |
2015-08-26 19:50:17.086 | ++ sed -e s,master,master, | |
2015-08-26 19:50:17.087 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:17.089 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:17.090 | + git_remote_update | |
2015-08-26 19:50:17.091 | + git_timed remote update | |
2015-08-26 19:50:17.092 | + local max_attempts=3 | |
2015-08-26 19:50:17.094 | + local count=0 | |
2015-08-26 19:50:17.095 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:17.096 | Fetching origin | |
2015-08-26 19:50:17.098 | + git_prune | |
2015-08-26 19:50:17.099 | + git_timed remote prune origin | |
2015-08-26 19:50:17.100 | + local max_attempts=3 | |
2015-08-26 19:50:17.101 | + local count=0 | |
2015-08-26 19:50:17.103 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:17.104 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:17.105 | + git_has_branch openstack/stevedore master | |
2015-08-26 19:50:17.107 | + local project=openstack/stevedore | |
2015-08-26 19:50:17.108 | + local branch=master | |
2015-08-26 19:50:17.110 | + git branch -a | |
2015-08-26 19:50:17.111 | + grep remotes/origin/master | |
2015-08-26 19:50:17.112 | + return 0 | |
2015-08-26 19:50:17.114 | + git_fetch_at_ref openstack/stevedore refs/changes/85/167885/27 | |
2015-08-26 19:50:17.115 | + local project=openstack/stevedore | |
2015-08-26 19:50:17.116 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:17.120 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:17.122 | + git fetch /home/jenkins/workspace-cache/openstack/stevedore refs/changes/85/167885/27 | |
2015-08-26 19:50:17.123 | fatal: '/home/jenkins/workspace-cache/openstack/stevedore' does not appear to be a git repository | |
2015-08-26 19:50:17.124 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:17.125 | | |
2015-08-26 19:50:17.127 | Please make sure you have the correct access rights | |
2015-08-26 19:50:17.128 | and the repository exists. | |
2015-08-26 19:50:17.129 | + return 128 | |
2015-08-26 19:50:17.130 | + git_fetch_at_ref openstack/stevedore | |
2015-08-26 19:50:17.132 | + local project=openstack/stevedore | |
2015-08-26 19:50:17.133 | + local ref= | |
2015-08-26 19:50:17.134 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:17.136 | + return 1 | |
2015-08-26 19:50:17.137 | + git_has_branch openstack/stevedore master | |
2015-08-26 19:50:17.138 | + local project=openstack/stevedore | |
2015-08-26 19:50:17.140 | + local branch=master | |
2015-08-26 19:50:17.141 | + git branch -a | |
2015-08-26 19:50:17.142 | + grep remotes/origin/master | |
2015-08-26 19:50:17.143 | + return 0 | |
2015-08-26 19:50:17.145 | + git_checkout openstack/stevedore master | |
2015-08-26 19:50:17.146 | + local project=openstack/stevedore | |
2015-08-26 19:50:17.147 | + local branch=master | |
2015-08-26 19:50:17.148 | + local reset_branch=master | |
2015-08-26 19:50:17.150 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:17.151 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:17.152 | + git checkout master | |
2015-08-26 19:50:17.154 | Already on 'master' | |
2015-08-26 19:50:17.155 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:17.156 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:17.157 | HEAD is now at d229c84 Updated from global requirements | |
2015-08-26 19:50:17.159 | + git clean -x -f -d -q | |
2015-08-26 19:50:17.160 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:17.161 | + cd /opt/stack/new | |
2015-08-26 19:50:17.162 | + '[' -d /opt/git/openstack/sahara-dashboard ']' | |
2015-08-26 19:50:17.164 | + setup_project openstack/sahara-dashboard master | |
2015-08-26 19:50:17.165 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:17.166 | + local branch=master | |
2015-08-26 19:50:17.167 | ++ basename openstack/sahara-dashboard | |
2015-08-26 19:50:17.169 | + local short_project=sahara-dashboard | |
2015-08-26 19:50:17.170 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:17.171 | + echo 'Setting up openstack/sahara-dashboard @ master' | |
2015-08-26 19:50:17.172 | Setting up openstack/sahara-dashboard @ master | |
2015-08-26 19:50:17.174 | + git_clone_and_cd openstack/sahara-dashboard sahara-dashboard | |
2015-08-26 19:50:17.175 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:17.176 | + local short_project=sahara-dashboard | |
2015-08-26 19:50:17.177 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:17.179 | + [[ ! -e sahara-dashboard ]] | |
2015-08-26 19:50:17.180 | + echo ' Need to clone sahara-dashboard' | |
2015-08-26 19:50:17.181 | Need to clone sahara-dashboard | |
2015-08-26 19:50:17.182 | + git clone https://git.openstack.org/openstack/sahara-dashboard | |
2015-08-26 19:50:17.183 | Cloning into 'sahara-dashboard'... | |
2015-08-26 19:50:17.185 | + cd sahara-dashboard | |
2015-08-26 19:50:17.186 | + git_remote_set_url origin https://git.openstack.org/openstack/sahara-dashboard | |
2015-08-26 19:50:17.187 | + git remote set-url origin https://git.openstack.org/openstack/sahara-dashboard | |
2015-08-26 19:50:17.188 | ++ echo sahara-dashboard | |
2015-08-26 19:50:17.189 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:17.191 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:17.192 | ++ tr - _ | |
2015-08-26 19:50:17.193 | + local uc_project=SAHARA_DASHBOARD | |
2015-08-26 19:50:17.194 | + local 'project_branch_var=$OVERRIDE_SAHARA_DASHBOARD_PROJECT_BRANCH' | |
2015-08-26 19:50:17.195 | ++ eval echo '$OVERRIDE_SAHARA_DASHBOARD_PROJECT_BRANCH' | |
2015-08-26 19:50:17.197 | +++ echo | |
2015-08-26 19:50:17.198 | + local project_branch= | |
2015-08-26 19:50:17.199 | + [[ '' != '' ]] | |
2015-08-26 19:50:17.201 | + [[ ! -z master ]] | |
2015-08-26 19:50:17.202 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:17.203 | ++ sed -e s,master,master, | |
2015-08-26 19:50:17.204 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:17.206 | + git_remote_update | |
2015-08-26 19:50:17.207 | + git_timed remote update | |
2015-08-26 19:50:17.208 | + local max_attempts=3 | |
2015-08-26 19:50:17.209 | + local count=0 | |
2015-08-26 19:50:17.211 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:17.212 | Fetching origin | |
2015-08-26 19:50:17.214 | + git_prune | |
2015-08-26 19:50:17.215 | + git_timed remote prune origin | |
2015-08-26 19:50:17.216 | + local max_attempts=3 | |
2015-08-26 19:50:17.218 | + local count=0 | |
2015-08-26 19:50:17.219 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:17.221 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:17.222 | + git_has_branch openstack/sahara-dashboard master | |
2015-08-26 19:50:17.223 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:17.224 | + local branch=master | |
2015-08-26 19:50:17.225 | + git branch -a | |
2015-08-26 19:50:17.227 | + grep remotes/origin/master | |
2015-08-26 19:50:17.228 | + return 0 | |
2015-08-26 19:50:22.826 | + git_fetch_at_ref openstack/sahara-dashboard refs/changes/85/167885/27 | |
2015-08-26 19:50:22.830 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:22.831 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:22.833 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:22.834 | + git fetch /home/jenkins/workspace-cache/openstack/sahara-dashboard refs/changes/85/167885/27 | |
2015-08-26 19:50:22.836 | fatal: '/home/jenkins/workspace-cache/openstack/sahara-dashboard' does not appear to be a git repository | |
2015-08-26 19:50:22.837 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:22.838 | | |
2015-08-26 19:50:22.839 | Please make sure you have the correct access rights | |
2015-08-26 19:50:22.841 | and the repository exists. | |
2015-08-26 19:50:22.842 | + return 128 | |
2015-08-26 19:50:22.844 | + git_fetch_at_ref openstack/sahara-dashboard | |
2015-08-26 19:50:22.845 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:22.847 | + local ref= | |
2015-08-26 19:50:22.848 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:22.849 | + return 1 | |
2015-08-26 19:50:22.851 | + git_has_branch openstack/sahara-dashboard master | |
2015-08-26 19:50:22.852 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:22.853 | + local branch=master | |
2015-08-26 19:50:22.855 | + git branch -a | |
2015-08-26 19:50:22.856 | + grep remotes/origin/master | |
2015-08-26 19:50:22.858 | + return 0 | |
2015-08-26 19:50:22.859 | + git_checkout openstack/sahara-dashboard master | |
2015-08-26 19:50:22.860 | + local project=openstack/sahara-dashboard | |
2015-08-26 19:50:22.862 | + local branch=master | |
2015-08-26 19:50:22.863 | + local reset_branch=master | |
2015-08-26 19:50:22.865 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:22.866 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:22.867 | + git checkout master | |
2015-08-26 19:50:22.869 | Already on 'master' | |
2015-08-26 19:50:22.870 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:22.871 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:22.877 | HEAD is now at 6108333 Updated from global requirements | |
2015-08-26 19:50:22.878 | + git clean -x -f -d -q | |
2015-08-26 19:50:22.879 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:22.880 | + cd /opt/stack/new | |
2015-08-26 19:50:22.882 | + '[' -d /opt/git/openstack/sahara ']' | |
2015-08-26 19:50:22.883 | + setup_project openstack/sahara master | |
2015-08-26 19:50:22.884 | + local project=openstack/sahara | |
2015-08-26 19:50:22.886 | + local branch=master | |
2015-08-26 19:50:22.887 | ++ basename openstack/sahara | |
2015-08-26 19:50:22.888 | + local short_project=sahara | |
2015-08-26 19:50:22.889 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:22.891 | + echo 'Setting up openstack/sahara @ master' | |
2015-08-26 19:50:22.892 | Setting up openstack/sahara @ master | |
2015-08-26 19:50:22.893 | + git_clone_and_cd openstack/sahara sahara | |
2015-08-26 19:50:22.894 | + local project=openstack/sahara | |
2015-08-26 19:50:22.896 | + local short_project=sahara | |
2015-08-26 19:50:22.897 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:22.898 | + [[ ! -e sahara ]] | |
2015-08-26 19:50:22.900 | + echo ' Need to clone sahara' | |
2015-08-26 19:50:22.901 | Need to clone sahara | |
2015-08-26 19:50:22.902 | + git clone https://git.openstack.org/openstack/sahara | |
2015-08-26 19:50:22.903 | Cloning into 'sahara'... | |
2015-08-26 19:50:22.905 | + cd sahara | |
2015-08-26 19:50:22.906 | + git_remote_set_url origin https://git.openstack.org/openstack/sahara | |
2015-08-26 19:50:22.907 | + git remote set-url origin https://git.openstack.org/openstack/sahara | |
2015-08-26 19:50:22.908 | ++ echo sahara | |
2015-08-26 19:50:22.909 | ++ tr - _ | |
2015-08-26 19:50:22.911 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:22.912 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:22.913 | + local uc_project=SAHARA | |
2015-08-26 19:50:22.915 | + local 'project_branch_var=$OVERRIDE_SAHARA_PROJECT_BRANCH' | |
2015-08-26 19:50:22.916 | ++ eval echo '$OVERRIDE_SAHARA_PROJECT_BRANCH' | |
2015-08-26 19:50:22.917 | +++ echo | |
2015-08-26 19:50:22.918 | + local project_branch= | |
2015-08-26 19:50:22.920 | + [[ '' != '' ]] | |
2015-08-26 19:50:22.921 | + [[ ! -z master ]] | |
2015-08-26 19:50:22.922 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:22.923 | ++ sed -e s,master,master, | |
2015-08-26 19:50:22.925 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:22.926 | + git_remote_update | |
2015-08-26 19:50:22.927 | + git_timed remote update | |
2015-08-26 19:50:22.929 | + local max_attempts=3 | |
2015-08-26 19:50:22.930 | + local count=0 | |
2015-08-26 19:50:22.931 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:22.932 | Fetching origin | |
2015-08-26 19:50:22.934 | + git_prune | |
2015-08-26 19:50:22.935 | + git_timed remote prune origin | |
2015-08-26 19:50:22.936 | + local max_attempts=3 | |
2015-08-26 19:50:22.938 | + local count=0 | |
2015-08-26 19:50:22.939 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:22.940 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:22.941 | + git_has_branch openstack/sahara master | |
2015-08-26 19:50:22.943 | + local project=openstack/sahara | |
2015-08-26 19:50:22.944 | + local branch=master | |
2015-08-26 19:50:22.946 | + git branch -a | |
2015-08-26 19:50:22.947 | + grep remotes/origin/master | |
2015-08-26 19:50:22.948 | + return 0 | |
2015-08-26 19:50:22.950 | + git_fetch_at_ref openstack/sahara refs/changes/85/167885/27 | |
2015-08-26 19:50:22.951 | + local project=openstack/sahara | |
2015-08-26 19:50:22.953 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:22.954 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:22.955 | + git fetch /home/jenkins/workspace-cache/openstack/sahara refs/changes/85/167885/27 | |
2015-08-26 19:50:22.957 | fatal: '/home/jenkins/workspace-cache/openstack/sahara' does not appear to be a git repository | |
2015-08-26 19:50:22.958 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:22.960 | | |
2015-08-26 19:50:22.961 | Please make sure you have the correct access rights | |
2015-08-26 19:50:22.962 | and the repository exists. | |
2015-08-26 19:50:22.964 | + return 128 | |
2015-08-26 19:50:22.965 | + git_fetch_at_ref openstack/sahara | |
2015-08-26 19:50:22.966 | + local project=openstack/sahara | |
2015-08-26 19:50:22.968 | + local ref= | |
2015-08-26 19:50:22.969 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:22.970 | + return 1 | |
2015-08-26 19:50:22.972 | + git_has_branch openstack/sahara master | |
2015-08-26 19:50:22.973 | + local project=openstack/sahara | |
2015-08-26 19:50:22.974 | + local branch=master | |
2015-08-26 19:50:22.975 | + git branch -a | |
2015-08-26 19:50:22.977 | + grep remotes/origin/master | |
2015-08-26 19:50:22.978 | + return 0 | |
2015-08-26 19:50:22.979 | + git_checkout openstack/sahara master | |
2015-08-26 19:50:22.981 | + local project=openstack/sahara | |
2015-08-26 19:50:22.982 | + local branch=master | |
2015-08-26 19:50:22.983 | + local reset_branch=master | |
2015-08-26 19:50:22.984 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:22.986 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:22.987 | + git checkout master | |
2015-08-26 19:50:22.988 | Already on 'master' | |
2015-08-26 19:50:22.989 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:22.990 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:22.992 | HEAD is now at c790a17 Merge "Doc, scenario tests: variables config file" | |
2015-08-26 19:50:27.216 | + git clean -x -f -d -q | |
2015-08-26 19:50:27.217 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:27.219 | + cd /opt/stack/new | |
2015-08-26 19:50:27.221 | + '[' -d /opt/git/openstack/requirements ']' | |
2015-08-26 19:50:27.222 | + setup_project openstack/requirements master | |
2015-08-26 19:50:27.223 | + local project=openstack/requirements | |
2015-08-26 19:50:27.225 | + local branch=master | |
2015-08-26 19:50:27.226 | ++ basename openstack/requirements | |
2015-08-26 19:50:27.227 | + local short_project=requirements | |
2015-08-26 19:50:27.229 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:27.230 | + echo 'Setting up openstack/requirements @ master' | |
2015-08-26 19:50:27.231 | Setting up openstack/requirements @ master | |
2015-08-26 19:50:27.233 | + git_clone_and_cd openstack/requirements requirements | |
2015-08-26 19:50:27.234 | + local project=openstack/requirements | |
2015-08-26 19:50:27.235 | + local short_project=requirements | |
2015-08-26 19:50:27.237 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:27.238 | + [[ ! -e requirements ]] | |
2015-08-26 19:50:27.240 | + echo ' Need to clone requirements' | |
2015-08-26 19:50:27.241 | Need to clone requirements | |
2015-08-26 19:50:27.242 | + git clone https://git.openstack.org/openstack/requirements | |
2015-08-26 19:50:27.244 | Cloning into 'requirements'... | |
2015-08-26 19:50:27.245 | + cd requirements | |
2015-08-26 19:50:27.246 | + git_remote_set_url origin https://git.openstack.org/openstack/requirements | |
2015-08-26 19:50:27.248 | + git remote set-url origin https://git.openstack.org/openstack/requirements | |
2015-08-26 19:50:27.249 | ++ echo requirements | |
2015-08-26 19:50:27.251 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:27.252 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:27.253 | ++ tr - _ | |
2015-08-26 19:50:27.255 | + local uc_project=REQUIREMENTS | |
2015-08-26 19:50:27.256 | + local 'project_branch_var=$OVERRIDE_REQUIREMENTS_PROJECT_BRANCH' | |
2015-08-26 19:50:27.257 | ++ eval echo '$OVERRIDE_REQUIREMENTS_PROJECT_BRANCH' | |
2015-08-26 19:50:27.259 | +++ echo | |
2015-08-26 19:50:27.260 | + local project_branch= | |
2015-08-26 19:50:27.262 | + [[ '' != '' ]] | |
2015-08-26 19:50:27.263 | + [[ ! -z master ]] | |
2015-08-26 19:50:27.268 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:27.270 | ++ sed -e s,master,master, | |
2015-08-26 19:50:27.271 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:27.272 | + git_remote_update | |
2015-08-26 19:50:27.274 | + git_timed remote update | |
2015-08-26 19:50:27.275 | + local max_attempts=3 | |
2015-08-26 19:50:27.276 | + local count=0 | |
2015-08-26 19:50:27.278 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:27.279 | Fetching origin | |
2015-08-26 19:50:27.280 | + git_prune | |
2015-08-26 19:50:27.282 | + git_timed remote prune origin | |
2015-08-26 19:50:27.283 | + local max_attempts=3 | |
2015-08-26 19:50:27.284 | + local count=0 | |
2015-08-26 19:50:27.286 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:27.287 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:27.288 | + git_has_branch openstack/requirements master | |
2015-08-26 19:50:27.289 | + local project=openstack/requirements | |
2015-08-26 19:50:27.291 | + local branch=master | |
2015-08-26 19:50:27.292 | + git branch -a | |
2015-08-26 19:50:27.293 | + grep remotes/origin/master | |
2015-08-26 19:50:27.295 | + return 0 | |
2015-08-26 19:50:27.296 | + git_fetch_at_ref openstack/requirements refs/changes/85/167885/27 | |
2015-08-26 19:50:27.297 | + local project=openstack/requirements | |
2015-08-26 19:50:27.298 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:27.300 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:27.301 | + git fetch /home/jenkins/workspace-cache/openstack/requirements refs/changes/85/167885/27 | |
2015-08-26 19:50:27.302 | fatal: '/home/jenkins/workspace-cache/openstack/requirements' does not appear to be a git repository | |
2015-08-26 19:50:27.304 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:27.305 | | |
2015-08-26 19:50:27.306 | Please make sure you have the correct access rights | |
2015-08-26 19:50:27.308 | and the repository exists. | |
2015-08-26 19:50:27.309 | + return 128 | |
2015-08-26 19:50:27.310 | + git_fetch_at_ref openstack/requirements | |
2015-08-26 19:50:27.311 | + local project=openstack/requirements | |
2015-08-26 19:50:27.313 | + local ref= | |
2015-08-26 19:50:27.314 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:27.315 | + return 1 | |
2015-08-26 19:50:27.317 | + git_has_branch openstack/requirements master | |
2015-08-26 19:50:27.318 | + local project=openstack/requirements | |
2015-08-26 19:50:27.319 | + local branch=master | |
2015-08-26 19:50:27.320 | + git branch -a | |
2015-08-26 19:50:27.322 | + grep remotes/origin/master | |
2015-08-26 19:50:27.323 | + return 0 | |
2015-08-26 19:50:27.324 | + git_checkout openstack/requirements master | |
2015-08-26 19:50:27.326 | + local project=openstack/requirements | |
2015-08-26 19:50:27.327 | + local branch=master | |
2015-08-26 19:50:27.328 | + local reset_branch=master | |
2015-08-26 19:50:27.330 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:27.331 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:27.332 | + git checkout master | |
2015-08-26 19:50:27.334 | Already on 'master' | |
2015-08-26 19:50:27.335 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:27.336 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:27.338 | HEAD is now at 83154f2 Merge "Update pbr to 1.6.0" | |
2015-08-26 19:50:27.339 | + git clean -x -f -d -q | |
2015-08-26 19:50:27.340 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:27.342 | + cd /opt/stack/new | |
2015-08-26 19:50:27.343 | + '[' -d /opt/git/openstack/python-troveclient ']' | |
2015-08-26 19:50:27.344 | + setup_project openstack/python-troveclient master | |
2015-08-26 19:50:27.346 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:27.347 | + local branch=master | |
2015-08-26 19:50:27.348 | ++ basename openstack/python-troveclient | |
2015-08-26 19:50:27.350 | + local short_project=python-troveclient | |
2015-08-26 19:50:27.351 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:27.352 | + echo 'Setting up openstack/python-troveclient @ master' | |
2015-08-26 19:50:27.354 | Setting up openstack/python-troveclient @ master | |
2015-08-26 19:50:27.355 | + git_clone_and_cd openstack/python-troveclient python-troveclient | |
2015-08-26 19:50:27.357 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:27.358 | + local short_project=python-troveclient | |
2015-08-26 19:50:27.359 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:27.360 | + [[ ! -e python-troveclient ]] | |
2015-08-26 19:50:27.362 | + echo ' Need to clone python-troveclient' | |
2015-08-26 19:50:27.363 | Need to clone python-troveclient | |
2015-08-26 19:50:27.365 | + git clone https://git.openstack.org/openstack/python-troveclient | |
2015-08-26 19:50:27.366 | Cloning into 'python-troveclient'... | |
2015-08-26 19:50:27.367 | + cd python-troveclient | |
2015-08-26 19:50:27.369 | + git_remote_set_url origin https://git.openstack.org/openstack/python-troveclient | |
2015-08-26 19:50:30.320 | + git remote set-url origin https://git.openstack.org/openstack/python-troveclient | |
2015-08-26 19:50:30.321 | ++ echo python-troveclient | |
2015-08-26 19:50:30.323 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:30.324 | ++ tr - _ | |
2015-08-26 19:50:30.326 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:30.327 | + local uc_project=PYTHON_TROVECLIENT | |
2015-08-26 19:50:30.328 | + local 'project_branch_var=$OVERRIDE_PYTHON_TROVECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:30.330 | ++ eval echo '$OVERRIDE_PYTHON_TROVECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:30.331 | +++ echo | |
2015-08-26 19:50:30.333 | + local project_branch= | |
2015-08-26 19:50:30.334 | + [[ '' != '' ]] | |
2015-08-26 19:50:30.336 | + [[ ! -z master ]] | |
2015-08-26 19:50:30.337 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:30.339 | ++ sed -e s,master,master, | |
2015-08-26 19:50:30.340 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:30.342 | + git_remote_update | |
2015-08-26 19:50:30.344 | + git_timed remote update | |
2015-08-26 19:50:30.345 | + local max_attempts=3 | |
2015-08-26 19:50:30.347 | + local count=0 | |
2015-08-26 19:50:30.348 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:30.350 | Fetching origin | |
2015-08-26 19:50:30.351 | + git_prune | |
2015-08-26 19:50:30.352 | + git_timed remote prune origin | |
2015-08-26 19:50:30.354 | + local max_attempts=3 | |
2015-08-26 19:50:30.355 | + local count=0 | |
2015-08-26 19:50:30.356 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:30.358 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:30.359 | + git_has_branch openstack/python-troveclient master | |
2015-08-26 19:50:30.361 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:30.362 | + local branch=master | |
2015-08-26 19:50:30.363 | + git branch -a | |
2015-08-26 19:50:30.365 | + grep remotes/origin/master | |
2015-08-26 19:50:30.366 | + return 0 | |
2015-08-26 19:50:30.367 | + git_fetch_at_ref openstack/python-troveclient refs/changes/85/167885/27 | |
2015-08-26 19:50:30.369 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:30.370 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:30.371 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:30.373 | + git fetch /home/jenkins/workspace-cache/openstack/python-troveclient refs/changes/85/167885/27 | |
2015-08-26 19:50:30.377 | fatal: '/home/jenkins/workspace-cache/openstack/python-troveclient' does not appear to be a git repository | |
2015-08-26 19:50:30.379 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:30.380 | | |
2015-08-26 19:50:30.381 | Please make sure you have the correct access rights | |
2015-08-26 19:50:30.383 | and the repository exists. | |
2015-08-26 19:50:30.384 | + return 128 | |
2015-08-26 19:50:30.386 | + git_fetch_at_ref openstack/python-troveclient | |
2015-08-26 19:50:30.387 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:30.388 | + local ref= | |
2015-08-26 19:50:30.390 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:30.391 | + return 1 | |
2015-08-26 19:50:30.392 | + git_has_branch openstack/python-troveclient master | |
2015-08-26 19:50:30.394 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:30.395 | + local branch=master | |
2015-08-26 19:50:30.396 | + git branch -a | |
2015-08-26 19:50:30.398 | + grep remotes/origin/master | |
2015-08-26 19:50:30.399 | + return 0 | |
2015-08-26 19:50:30.400 | + git_checkout openstack/python-troveclient master | |
2015-08-26 19:50:30.402 | + local project=openstack/python-troveclient | |
2015-08-26 19:50:30.403 | + local branch=master | |
2015-08-26 19:50:30.405 | + local reset_branch=master | |
2015-08-26 19:50:30.406 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:30.407 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:30.409 | + git checkout master | |
2015-08-26 19:50:30.410 | Already on 'master' | |
2015-08-26 19:50:30.411 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:30.413 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:30.414 | HEAD is now at 77960ee Root enablement for Vertica clusters/instances | |
2015-08-26 19:50:30.415 | + git clean -x -f -d -q | |
2015-08-26 19:50:30.417 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:30.418 | + cd /opt/stack/new | |
2015-08-26 19:50:30.419 | + '[' -d /opt/git/openstack/python-swiftclient ']' | |
2015-08-26 19:50:30.421 | + setup_project openstack/python-swiftclient master | |
2015-08-26 19:50:30.422 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:30.423 | + local branch=master | |
2015-08-26 19:50:30.425 | ++ basename openstack/python-swiftclient | |
2015-08-26 19:50:30.426 | + local short_project=python-swiftclient | |
2015-08-26 19:50:30.427 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:30.428 | + echo 'Setting up openstack/python-swiftclient @ master' | |
2015-08-26 19:50:30.430 | Setting up openstack/python-swiftclient @ master | |
2015-08-26 19:50:30.431 | + git_clone_and_cd openstack/python-swiftclient python-swiftclient | |
2015-08-26 19:50:30.433 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:30.434 | + local short_project=python-swiftclient | |
2015-08-26 19:50:30.436 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:30.437 | + [[ ! -e python-swiftclient ]] | |
2015-08-26 19:50:30.438 | + echo ' Need to clone python-swiftclient' | |
2015-08-26 19:50:30.440 | Need to clone python-swiftclient | |
2015-08-26 19:50:30.441 | + git clone https://git.openstack.org/openstack/python-swiftclient | |
2015-08-26 19:50:30.443 | Cloning into 'python-swiftclient'... | |
2015-08-26 19:50:30.444 | + cd python-swiftclient | |
2015-08-26 19:50:30.445 | + git_remote_set_url origin https://git.openstack.org/openstack/python-swiftclient | |
2015-08-26 19:50:30.447 | + git remote set-url origin https://git.openstack.org/openstack/python-swiftclient | |
2015-08-26 19:50:30.448 | ++ echo python-swiftclient | |
2015-08-26 19:50:30.449 | ++ tr - _ | |
2015-08-26 19:50:30.451 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:30.452 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:30.453 | + local uc_project=PYTHON_SWIFTCLIENT | |
2015-08-26 19:50:30.455 | + local 'project_branch_var=$OVERRIDE_PYTHON_SWIFTCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:30.456 | ++ eval echo '$OVERRIDE_PYTHON_SWIFTCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:30.458 | +++ echo | |
2015-08-26 19:50:30.459 | + local project_branch= | |
2015-08-26 19:50:30.460 | + [[ '' != '' ]] | |
2015-08-26 19:50:30.462 | + [[ ! -z master ]] | |
2015-08-26 19:50:30.463 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:30.465 | ++ sed -e s,master,master, | |
2015-08-26 19:50:30.466 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:30.468 | + git_remote_update | |
2015-08-26 19:50:30.469 | + git_timed remote update | |
2015-08-26 19:50:30.471 | + local max_attempts=3 | |
2015-08-26 19:50:30.472 | + local count=0 | |
2015-08-26 19:50:30.474 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:30.475 | Fetching origin | |
2015-08-26 19:50:30.476 | + git_prune | |
2015-08-26 19:50:30.478 | + git_timed remote prune origin | |
2015-08-26 19:50:30.479 | + local max_attempts=3 | |
2015-08-26 19:50:30.481 | + local count=0 | |
2015-08-26 19:50:30.482 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:30.484 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:32.509 | + git_has_branch openstack/python-swiftclient master | |
2015-08-26 19:50:32.510 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:32.511 | + local branch=master | |
2015-08-26 19:50:32.512 | + git branch -a | |
2015-08-26 19:50:32.514 | + grep remotes/origin/master | |
2015-08-26 19:50:32.515 | + return 0 | |
2015-08-26 19:50:32.516 | + git_fetch_at_ref openstack/python-swiftclient refs/changes/85/167885/27 | |
2015-08-26 19:50:32.517 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:32.519 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:32.520 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:32.521 | + git fetch /home/jenkins/workspace-cache/openstack/python-swiftclient refs/changes/85/167885/27 | |
2015-08-26 19:50:32.523 | fatal: '/home/jenkins/workspace-cache/openstack/python-swiftclient' does not appear to be a git repository | |
2015-08-26 19:50:32.524 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:32.525 | | |
2015-08-26 19:50:32.526 | Please make sure you have the correct access rights | |
2015-08-26 19:50:32.527 | and the repository exists. | |
2015-08-26 19:50:32.529 | + return 128 | |
2015-08-26 19:50:32.530 | + git_fetch_at_ref openstack/python-swiftclient | |
2015-08-26 19:50:32.531 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:32.533 | + local ref= | |
2015-08-26 19:50:32.534 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:32.536 | + return 1 | |
2015-08-26 19:50:32.537 | + git_has_branch openstack/python-swiftclient master | |
2015-08-26 19:50:32.538 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:32.540 | + local branch=master | |
2015-08-26 19:50:32.541 | + git branch -a | |
2015-08-26 19:50:32.542 | + grep remotes/origin/master | |
2015-08-26 19:50:32.544 | + return 0 | |
2015-08-26 19:50:32.545 | + git_checkout openstack/python-swiftclient master | |
2015-08-26 19:50:32.546 | + local project=openstack/python-swiftclient | |
2015-08-26 19:50:32.547 | + local branch=master | |
2015-08-26 19:50:32.549 | + local reset_branch=master | |
2015-08-26 19:50:32.550 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:32.551 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:32.552 | + git checkout master | |
2015-08-26 19:50:32.554 | Already on 'master' | |
2015-08-26 19:50:32.555 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:32.556 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:32.557 | HEAD is now at b4b9254 Merge "Add minimal working service token support." | |
2015-08-26 19:50:32.559 | + git clean -x -f -d -q | |
2015-08-26 19:50:32.560 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:32.561 | + cd /opt/stack/new | |
2015-08-26 19:50:32.562 | + '[' -d /opt/git/openstack/python-saharaclient ']' | |
2015-08-26 19:50:32.563 | + setup_project openstack/python-saharaclient master | |
2015-08-26 19:50:32.565 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:32.569 | + local branch=master | |
2015-08-26 19:50:32.570 | ++ basename openstack/python-saharaclient | |
2015-08-26 19:50:32.571 | + local short_project=python-saharaclient | |
2015-08-26 19:50:32.573 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:32.574 | + echo 'Setting up openstack/python-saharaclient @ master' | |
2015-08-26 19:50:32.575 | Setting up openstack/python-saharaclient @ master | |
2015-08-26 19:50:32.576 | + git_clone_and_cd openstack/python-saharaclient python-saharaclient | |
2015-08-26 19:50:32.578 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:32.579 | + local short_project=python-saharaclient | |
2015-08-26 19:50:32.580 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:32.581 | + [[ ! -e python-saharaclient ]] | |
2015-08-26 19:50:32.583 | + echo ' Need to clone python-saharaclient' | |
2015-08-26 19:50:32.584 | Need to clone python-saharaclient | |
2015-08-26 19:50:32.585 | + git clone https://git.openstack.org/openstack/python-saharaclient | |
2015-08-26 19:50:32.586 | Cloning into 'python-saharaclient'... | |
2015-08-26 19:50:32.588 | + cd python-saharaclient | |
2015-08-26 19:50:32.589 | + git_remote_set_url origin https://git.openstack.org/openstack/python-saharaclient | |
2015-08-26 19:50:32.590 | + git remote set-url origin https://git.openstack.org/openstack/python-saharaclient | |
2015-08-26 19:50:32.591 | ++ echo python-saharaclient | |
2015-08-26 19:50:32.593 | ++ tr - _ | |
2015-08-26 19:50:32.594 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:32.595 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:32.596 | + local uc_project=PYTHON_SAHARACLIENT | |
2015-08-26 19:50:32.597 | + local 'project_branch_var=$OVERRIDE_PYTHON_SAHARACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:32.599 | ++ eval echo '$OVERRIDE_PYTHON_SAHARACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:32.600 | +++ echo | |
2015-08-26 19:50:32.601 | + local project_branch= | |
2015-08-26 19:50:32.602 | + [[ '' != '' ]] | |
2015-08-26 19:50:32.604 | + [[ ! -z master ]] | |
2015-08-26 19:50:32.605 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:32.606 | ++ sed -e s,master,master, | |
2015-08-26 19:50:32.607 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:32.609 | + git_remote_update | |
2015-08-26 19:50:32.610 | + git_timed remote update | |
2015-08-26 19:50:32.611 | + local max_attempts=3 | |
2015-08-26 19:50:32.612 | + local count=0 | |
2015-08-26 19:50:32.613 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:32.615 | Fetching origin | |
2015-08-26 19:50:32.616 | + git_prune | |
2015-08-26 19:50:32.617 | + git_timed remote prune origin | |
2015-08-26 19:50:32.619 | + local max_attempts=3 | |
2015-08-26 19:50:32.620 | + local count=0 | |
2015-08-26 19:50:32.621 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:32.622 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:32.624 | + git_has_branch openstack/python-saharaclient master | |
2015-08-26 19:50:32.625 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:32.626 | + local branch=master | |
2015-08-26 19:50:32.627 | + git branch -a | |
2015-08-26 19:50:32.629 | + grep remotes/origin/master | |
2015-08-26 19:50:32.630 | + return 0 | |
2015-08-26 19:50:32.631 | + git_fetch_at_ref openstack/python-saharaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:32.632 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:32.634 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:32.635 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:32.636 | + git fetch /home/jenkins/workspace-cache/openstack/python-saharaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:32.638 | fatal: '/home/jenkins/workspace-cache/openstack/python-saharaclient' does not appear to be a git repository | |
2015-08-26 19:50:32.639 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:32.640 | | |
2015-08-26 19:50:32.641 | Please make sure you have the correct access rights | |
2015-08-26 19:50:32.643 | and the repository exists. | |
2015-08-26 19:50:32.644 | + return 128 | |
2015-08-26 19:50:32.645 | + git_fetch_at_ref openstack/python-saharaclient | |
2015-08-26 19:50:35.640 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:35.641 | + local ref= | |
2015-08-26 19:50:35.643 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:35.644 | + return 1 | |
2015-08-26 19:50:35.645 | + git_has_branch openstack/python-saharaclient master | |
2015-08-26 19:50:35.647 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:35.648 | + local branch=master | |
2015-08-26 19:50:35.649 | + git branch -a | |
2015-08-26 19:50:35.650 | + grep remotes/origin/master | |
2015-08-26 19:50:35.652 | + return 0 | |
2015-08-26 19:50:35.653 | + git_checkout openstack/python-saharaclient master | |
2015-08-26 19:50:35.654 | + local project=openstack/python-saharaclient | |
2015-08-26 19:50:35.655 | + local branch=master | |
2015-08-26 19:50:35.657 | + local reset_branch=master | |
2015-08-26 19:50:35.658 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:35.659 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:35.661 | + git checkout master | |
2015-08-26 19:50:35.662 | Already on 'master' | |
2015-08-26 19:50:35.663 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:35.665 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:35.666 | HEAD is now at d1ca351 Updated from global requirements | |
2015-08-26 19:50:35.668 | + git clean -x -f -d -q | |
2015-08-26 19:50:35.669 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:35.670 | + cd /opt/stack/new | |
2015-08-26 19:50:35.672 | + '[' -d /opt/git/openstack/python-openstackclient ']' | |
2015-08-26 19:50:35.673 | + setup_project openstack/python-openstackclient master | |
2015-08-26 19:50:35.675 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.677 | + local branch=master | |
2015-08-26 19:50:35.678 | ++ basename openstack/python-openstackclient | |
2015-08-26 19:50:35.680 | + local short_project=python-openstackclient | |
2015-08-26 19:50:35.681 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:35.683 | + echo 'Setting up openstack/python-openstackclient @ master' | |
2015-08-26 19:50:35.684 | Setting up openstack/python-openstackclient @ master | |
2015-08-26 19:50:35.685 | + git_clone_and_cd openstack/python-openstackclient python-openstackclient | |
2015-08-26 19:50:35.687 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.688 | + local short_project=python-openstackclient | |
2015-08-26 19:50:35.690 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:35.691 | + [[ ! -e python-openstackclient ]] | |
2015-08-26 19:50:35.692 | + echo ' Need to clone python-openstackclient' | |
2015-08-26 19:50:35.694 | Need to clone python-openstackclient | |
2015-08-26 19:50:35.695 | + git clone https://git.openstack.org/openstack/python-openstackclient | |
2015-08-26 19:50:35.696 | Cloning into 'python-openstackclient'... | |
2015-08-26 19:50:35.698 | + cd python-openstackclient | |
2015-08-26 19:50:35.699 | + git_remote_set_url origin https://git.openstack.org/openstack/python-openstackclient | |
2015-08-26 19:50:35.700 | + git remote set-url origin https://git.openstack.org/openstack/python-openstackclient | |
2015-08-26 19:50:35.702 | ++ echo python-openstackclient | |
2015-08-26 19:50:35.703 | ++ tr - _ | |
2015-08-26 19:50:35.705 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:35.706 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:35.707 | + local uc_project=PYTHON_OPENSTACKCLIENT | |
2015-08-26 19:50:35.709 | + local 'project_branch_var=$OVERRIDE_PYTHON_OPENSTACKCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:35.710 | ++ eval echo '$OVERRIDE_PYTHON_OPENSTACKCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:35.711 | +++ echo | |
2015-08-26 19:50:35.713 | + local project_branch= | |
2015-08-26 19:50:35.714 | + [[ '' != '' ]] | |
2015-08-26 19:50:35.715 | + [[ ! -z master ]] | |
2015-08-26 19:50:35.717 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:35.718 | ++ sed -e s,master,master, | |
2015-08-26 19:50:35.719 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:35.721 | + git_remote_update | |
2015-08-26 19:50:35.722 | + git_timed remote update | |
2015-08-26 19:50:35.723 | + local max_attempts=3 | |
2015-08-26 19:50:35.725 | + local count=0 | |
2015-08-26 19:50:35.726 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:35.727 | Fetching origin | |
2015-08-26 19:50:35.729 | + git_prune | |
2015-08-26 19:50:35.730 | + git_timed remote prune origin | |
2015-08-26 19:50:35.732 | + local max_attempts=3 | |
2015-08-26 19:50:35.733 | + local count=0 | |
2015-08-26 19:50:35.734 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:35.736 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:35.737 | + git_has_branch openstack/python-openstackclient master | |
2015-08-26 19:50:35.738 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.740 | + local branch=master | |
2015-08-26 19:50:35.741 | + git branch -a | |
2015-08-26 19:50:35.743 | + grep remotes/origin/master | |
2015-08-26 19:50:35.744 | + return 0 | |
2015-08-26 19:50:35.745 | + git_fetch_at_ref openstack/python-openstackclient refs/changes/85/167885/27 | |
2015-08-26 19:50:35.747 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.748 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:35.749 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:35.751 | + git fetch /home/jenkins/workspace-cache/openstack/python-openstackclient refs/changes/85/167885/27 | |
2015-08-26 19:50:35.752 | fatal: '/home/jenkins/workspace-cache/openstack/python-openstackclient' does not appear to be a git repository | |
2015-08-26 19:50:35.753 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:35.755 | | |
2015-08-26 19:50:35.756 | Please make sure you have the correct access rights | |
2015-08-26 19:50:35.757 | and the repository exists. | |
2015-08-26 19:50:35.759 | + return 128 | |
2015-08-26 19:50:35.760 | + git_fetch_at_ref openstack/python-openstackclient | |
2015-08-26 19:50:35.761 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.763 | + local ref= | |
2015-08-26 19:50:35.764 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:35.765 | + return 1 | |
2015-08-26 19:50:35.767 | + git_has_branch openstack/python-openstackclient master | |
2015-08-26 19:50:35.768 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.769 | + local branch=master | |
2015-08-26 19:50:35.771 | + git branch -a | |
2015-08-26 19:50:35.772 | + grep remotes/origin/master | |
2015-08-26 19:50:35.773 | + return 0 | |
2015-08-26 19:50:35.775 | + git_checkout openstack/python-openstackclient master | |
2015-08-26 19:50:35.776 | + local project=openstack/python-openstackclient | |
2015-08-26 19:50:35.777 | + local branch=master | |
2015-08-26 19:50:35.779 | + local reset_branch=master | |
2015-08-26 19:50:35.780 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:35.781 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:35.782 | + git checkout master | |
2015-08-26 19:50:35.784 | Already on 'master' | |
2015-08-26 19:50:35.785 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:35.787 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:35.788 | HEAD is now at f142516 default OS_VOLUME_API_VERSION to v2 | |
2015-08-26 19:50:35.789 | + git clean -x -f -d -q | |
2015-08-26 19:50:39.389 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:39.391 | + cd /opt/stack/new | |
2015-08-26 19:50:39.392 | + '[' -d /opt/git/openstack/python-novaclient ']' | |
2015-08-26 19:50:39.394 | + setup_project openstack/python-novaclient master | |
2015-08-26 19:50:39.395 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.396 | + local branch=master | |
2015-08-26 19:50:39.398 | ++ basename openstack/python-novaclient | |
2015-08-26 19:50:39.399 | + local short_project=python-novaclient | |
2015-08-26 19:50:39.400 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:39.402 | + echo 'Setting up openstack/python-novaclient @ master' | |
2015-08-26 19:50:39.403 | Setting up openstack/python-novaclient @ master | |
2015-08-26 19:50:39.405 | + git_clone_and_cd openstack/python-novaclient python-novaclient | |
2015-08-26 19:50:39.406 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.407 | + local short_project=python-novaclient | |
2015-08-26 19:50:39.409 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:39.410 | + [[ ! -e python-novaclient ]] | |
2015-08-26 19:50:39.411 | + echo ' Need to clone python-novaclient' | |
2015-08-26 19:50:39.413 | Need to clone python-novaclient | |
2015-08-26 19:50:39.414 | + git clone https://git.openstack.org/openstack/python-novaclient | |
2015-08-26 19:50:39.415 | Cloning into 'python-novaclient'... | |
2015-08-26 19:50:39.417 | + cd python-novaclient | |
2015-08-26 19:50:39.418 | + git_remote_set_url origin https://git.openstack.org/openstack/python-novaclient | |
2015-08-26 19:50:39.419 | + git remote set-url origin https://git.openstack.org/openstack/python-novaclient | |
2015-08-26 19:50:39.421 | ++ echo python-novaclient | |
2015-08-26 19:50:39.422 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:39.423 | ++ tr - _ | |
2015-08-26 19:50:39.425 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:39.426 | + local uc_project=PYTHON_NOVACLIENT | |
2015-08-26 19:50:39.427 | + local 'project_branch_var=$OVERRIDE_PYTHON_NOVACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:39.429 | ++ eval echo '$OVERRIDE_PYTHON_NOVACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:39.430 | +++ echo | |
2015-08-26 19:50:39.431 | + local project_branch= | |
2015-08-26 19:50:39.432 | + [[ '' != '' ]] | |
2015-08-26 19:50:39.434 | + [[ ! -z master ]] | |
2015-08-26 19:50:39.435 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:39.436 | ++ sed -e s,master,master, | |
2015-08-26 19:50:39.438 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:39.439 | + git_remote_update | |
2015-08-26 19:50:39.440 | + git_timed remote update | |
2015-08-26 19:50:39.442 | + local max_attempts=3 | |
2015-08-26 19:50:39.443 | + local count=0 | |
2015-08-26 19:50:39.444 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:39.446 | Fetching origin | |
2015-08-26 19:50:39.447 | + git_prune | |
2015-08-26 19:50:39.448 | + git_timed remote prune origin | |
2015-08-26 19:50:39.450 | + local max_attempts=3 | |
2015-08-26 19:50:39.451 | + local count=0 | |
2015-08-26 19:50:39.452 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:39.454 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:39.455 | + git_has_branch openstack/python-novaclient master | |
2015-08-26 19:50:39.456 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.458 | + local branch=master | |
2015-08-26 19:50:39.459 | + git branch -a | |
2015-08-26 19:50:39.460 | + grep remotes/origin/master | |
2015-08-26 19:50:39.462 | + return 0 | |
2015-08-26 19:50:39.463 | + git_fetch_at_ref openstack/python-novaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:39.464 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.466 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:39.467 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:39.468 | + git fetch /home/jenkins/workspace-cache/openstack/python-novaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:39.470 | fatal: '/home/jenkins/workspace-cache/openstack/python-novaclient' does not appear to be a git repository | |
2015-08-26 19:50:39.471 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:39.472 | | |
2015-08-26 19:50:39.474 | Please make sure you have the correct access rights | |
2015-08-26 19:50:39.475 | and the repository exists. | |
2015-08-26 19:50:39.476 | + return 128 | |
2015-08-26 19:50:39.478 | + git_fetch_at_ref openstack/python-novaclient | |
2015-08-26 19:50:39.479 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.480 | + local ref= | |
2015-08-26 19:50:39.482 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:39.483 | + return 1 | |
2015-08-26 19:50:39.485 | + git_has_branch openstack/python-novaclient master | |
2015-08-26 19:50:39.486 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.487 | + local branch=master | |
2015-08-26 19:50:39.489 | + git branch -a | |
2015-08-26 19:50:39.490 | + grep remotes/origin/master | |
2015-08-26 19:50:39.491 | + return 0 | |
2015-08-26 19:50:39.493 | + git_checkout openstack/python-novaclient master | |
2015-08-26 19:50:39.494 | + local project=openstack/python-novaclient | |
2015-08-26 19:50:39.495 | + local branch=master | |
2015-08-26 19:50:39.497 | + local reset_branch=master | |
2015-08-26 19:50:39.498 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:39.500 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:39.501 | + git checkout master | |
2015-08-26 19:50:39.502 | Already on 'master' | |
2015-08-26 19:50:39.504 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:39.505 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:39.506 | HEAD is now at 0485e89 Merge "Updated from global requirements" | |
2015-08-26 19:50:39.508 | + git clean -x -f -d -q | |
2015-08-26 19:50:39.509 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:39.510 | + cd /opt/stack/new | |
2015-08-26 19:50:39.512 | + '[' -d /opt/git/openstack/python-neutronclient ']' | |
2015-08-26 19:50:39.513 | + setup_project openstack/python-neutronclient master | |
2015-08-26 19:50:39.515 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:39.516 | + local branch=master | |
2015-08-26 19:50:39.517 | ++ basename openstack/python-neutronclient | |
2015-08-26 19:50:39.519 | + local short_project=python-neutronclient | |
2015-08-26 19:50:39.520 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:39.521 | + echo 'Setting up openstack/python-neutronclient @ master' | |
2015-08-26 19:50:39.523 | Setting up openstack/python-neutronclient @ master | |
2015-08-26 19:50:39.524 | + git_clone_and_cd openstack/python-neutronclient python-neutronclient | |
2015-08-26 19:50:39.525 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:39.527 | + local short_project=python-neutronclient | |
2015-08-26 19:50:39.528 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:39.529 | + [[ ! -e python-neutronclient ]] | |
2015-08-26 19:50:39.531 | + echo ' Need to clone python-neutronclient' | |
2015-08-26 19:50:39.532 | Need to clone python-neutronclient | |
2015-08-26 19:50:39.533 | + git clone https://git.openstack.org/openstack/python-neutronclient | |
2015-08-26 19:50:43.573 | Cloning into 'python-neutronclient'... | |
2015-08-26 19:50:43.574 | + cd python-neutronclient | |
2015-08-26 19:50:43.576 | + git_remote_set_url origin https://git.openstack.org/openstack/python-neutronclient | |
2015-08-26 19:50:43.577 | + git remote set-url origin https://git.openstack.org/openstack/python-neutronclient | |
2015-08-26 19:50:43.578 | ++ echo python-neutronclient | |
2015-08-26 19:50:43.580 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:43.581 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:43.583 | ++ tr - _ | |
2015-08-26 19:50:43.584 | + local uc_project=PYTHON_NEUTRONCLIENT | |
2015-08-26 19:50:43.585 | + local 'project_branch_var=$OVERRIDE_PYTHON_NEUTRONCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:43.587 | ++ eval echo '$OVERRIDE_PYTHON_NEUTRONCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:43.588 | +++ echo | |
2015-08-26 19:50:43.589 | + local project_branch= | |
2015-08-26 19:50:43.591 | + [[ '' != '' ]] | |
2015-08-26 19:50:43.592 | + [[ ! -z master ]] | |
2015-08-26 19:50:43.594 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:43.595 | ++ sed -e s,master,master, | |
2015-08-26 19:50:43.596 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:43.598 | + git_remote_update | |
2015-08-26 19:50:43.599 | + git_timed remote update | |
2015-08-26 19:50:43.600 | + local max_attempts=3 | |
2015-08-26 19:50:43.602 | + local count=0 | |
2015-08-26 19:50:43.603 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:43.605 | Fetching origin | |
2015-08-26 19:50:43.606 | + git_prune | |
2015-08-26 19:50:43.607 | + git_timed remote prune origin | |
2015-08-26 19:50:43.609 | + local max_attempts=3 | |
2015-08-26 19:50:43.610 | + local count=0 | |
2015-08-26 19:50:43.611 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:43.613 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:43.614 | + git_has_branch openstack/python-neutronclient master | |
2015-08-26 19:50:43.615 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:43.617 | + local branch=master | |
2015-08-26 19:50:43.618 | + git branch -a | |
2015-08-26 19:50:43.619 | + grep remotes/origin/master | |
2015-08-26 19:50:43.621 | + return 0 | |
2015-08-26 19:50:43.622 | + git_fetch_at_ref openstack/python-neutronclient refs/changes/85/167885/27 | |
2015-08-26 19:50:43.623 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:43.625 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:43.626 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:43.627 | + git fetch /home/jenkins/workspace-cache/openstack/python-neutronclient refs/changes/85/167885/27 | |
2015-08-26 19:50:43.629 | fatal: '/home/jenkins/workspace-cache/openstack/python-neutronclient' does not appear to be a git repository | |
2015-08-26 19:50:43.630 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:43.631 | | |
2015-08-26 19:50:43.633 | Please make sure you have the correct access rights | |
2015-08-26 19:50:43.634 | and the repository exists. | |
2015-08-26 19:50:43.636 | + return 128 | |
2015-08-26 19:50:43.637 | + git_fetch_at_ref openstack/python-neutronclient | |
2015-08-26 19:50:43.639 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:43.640 | + local ref= | |
2015-08-26 19:50:43.641 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:43.643 | + return 1 | |
2015-08-26 19:50:43.644 | + git_has_branch openstack/python-neutronclient master | |
2015-08-26 19:50:43.645 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:43.647 | + local branch=master | |
2015-08-26 19:50:43.648 | + git branch -a | |
2015-08-26 19:50:43.649 | + grep remotes/origin/master | |
2015-08-26 19:50:43.651 | + return 0 | |
2015-08-26 19:50:43.652 | + git_checkout openstack/python-neutronclient master | |
2015-08-26 19:50:43.653 | + local project=openstack/python-neutronclient | |
2015-08-26 19:50:43.655 | + local branch=master | |
2015-08-26 19:50:43.656 | + local reset_branch=master | |
2015-08-26 19:50:43.657 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:43.659 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:43.660 | + git checkout master | |
2015-08-26 19:50:43.661 | Already on 'master' | |
2015-08-26 19:50:43.662 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:43.664 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:43.665 | HEAD is now at 017591d Merge "Support CLI changes for QoS (2/2)." | |
2015-08-26 19:50:43.666 | + git clean -x -f -d -q | |
2015-08-26 19:50:43.667 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:43.669 | + cd /opt/stack/new | |
2015-08-26 19:50:43.670 | + '[' -d /opt/git/openstack/python-zaqarclient ']' | |
2015-08-26 19:50:43.671 | + setup_project openstack/python-zaqarclient master | |
2015-08-26 19:50:43.672 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:43.674 | + local branch=master | |
2015-08-26 19:50:43.675 | ++ basename openstack/python-zaqarclient | |
2015-08-26 19:50:43.676 | + local short_project=python-zaqarclient | |
2015-08-26 19:50:43.677 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:43.679 | + echo 'Setting up openstack/python-zaqarclient @ master' | |
2015-08-26 19:50:43.680 | Setting up openstack/python-zaqarclient @ master | |
2015-08-26 19:50:43.681 | + git_clone_and_cd openstack/python-zaqarclient python-zaqarclient | |
2015-08-26 19:50:43.682 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:43.684 | + local short_project=python-zaqarclient | |
2015-08-26 19:50:43.685 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:43.686 | + [[ ! -e python-zaqarclient ]] | |
2015-08-26 19:50:43.687 | + echo ' Need to clone python-zaqarclient' | |
2015-08-26 19:50:43.689 | Need to clone python-zaqarclient | |
2015-08-26 19:50:43.690 | + git clone https://git.openstack.org/openstack/python-zaqarclient | |
2015-08-26 19:50:43.691 | Cloning into 'python-zaqarclient'... | |
2015-08-26 19:50:43.692 | + cd python-zaqarclient | |
2015-08-26 19:50:43.694 | + git_remote_set_url origin https://git.openstack.org/openstack/python-zaqarclient | |
2015-08-26 19:50:43.695 | + git remote set-url origin https://git.openstack.org/openstack/python-zaqarclient | |
2015-08-26 19:50:43.696 | ++ echo python-zaqarclient | |
2015-08-26 19:50:43.698 | ++ tr - _ | |
2015-08-26 19:50:43.699 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:43.701 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:43.702 | + local uc_project=PYTHON_ZAQARCLIENT | |
2015-08-26 19:50:43.703 | + local 'project_branch_var=$OVERRIDE_PYTHON_ZAQARCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:43.705 | ++ eval echo '$OVERRIDE_PYTHON_ZAQARCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:43.706 | +++ echo | |
2015-08-26 19:50:43.707 | + local project_branch= | |
2015-08-26 19:50:43.709 | + [[ '' != '' ]] | |
2015-08-26 19:50:43.710 | + [[ ! -z master ]] | |
2015-08-26 19:50:43.711 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:43.713 | ++ sed -e s,master,master, | |
2015-08-26 19:50:43.714 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:43.715 | + git_remote_update | |
2015-08-26 19:50:43.717 | + git_timed remote update | |
2015-08-26 19:50:43.718 | + local max_attempts=3 | |
2015-08-26 19:50:43.719 | + local count=0 | |
2015-08-26 19:50:43.721 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:43.722 | Fetching origin | |
2015-08-26 19:50:46.728 | + git_prune | |
2015-08-26 19:50:46.729 | + git_timed remote prune origin | |
2015-08-26 19:50:46.731 | + local max_attempts=3 | |
2015-08-26 19:50:46.732 | + local count=0 | |
2015-08-26 19:50:46.733 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:46.734 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:46.736 | + git_has_branch openstack/python-zaqarclient master | |
2015-08-26 19:50:46.737 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:46.738 | + local branch=master | |
2015-08-26 19:50:46.740 | + git branch -a | |
2015-08-26 19:50:46.741 | + grep remotes/origin/master | |
2015-08-26 19:50:46.742 | + return 0 | |
2015-08-26 19:50:46.744 | + git_fetch_at_ref openstack/python-zaqarclient refs/changes/85/167885/27 | |
2015-08-26 19:50:46.745 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:46.746 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:46.747 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:46.749 | + git fetch /home/jenkins/workspace-cache/openstack/python-zaqarclient refs/changes/85/167885/27 | |
2015-08-26 19:50:46.750 | fatal: '/home/jenkins/workspace-cache/openstack/python-zaqarclient' does not appear to be a git repository | |
2015-08-26 19:50:46.751 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:46.753 | | |
2015-08-26 19:50:46.754 | Please make sure you have the correct access rights | |
2015-08-26 19:50:46.755 | and the repository exists. | |
2015-08-26 19:50:46.756 | + return 128 | |
2015-08-26 19:50:46.757 | + git_fetch_at_ref openstack/python-zaqarclient | |
2015-08-26 19:50:46.759 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:46.760 | + local ref= | |
2015-08-26 19:50:46.761 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:46.762 | + return 1 | |
2015-08-26 19:50:46.764 | + git_has_branch openstack/python-zaqarclient master | |
2015-08-26 19:50:46.765 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:46.766 | + local branch=master | |
2015-08-26 19:50:46.767 | + git branch -a | |
2015-08-26 19:50:46.768 | + grep remotes/origin/master | |
2015-08-26 19:50:46.770 | + return 0 | |
2015-08-26 19:50:46.771 | + git_checkout openstack/python-zaqarclient master | |
2015-08-26 19:50:46.772 | + local project=openstack/python-zaqarclient | |
2015-08-26 19:50:46.773 | + local branch=master | |
2015-08-26 19:50:46.775 | + local reset_branch=master | |
2015-08-26 19:50:46.776 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:46.777 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:46.778 | + git checkout master | |
2015-08-26 19:50:46.780 | Already on 'master' | |
2015-08-26 19:50:46.781 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:46.782 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:46.783 | HEAD is now at e5b14c4 Merge "Implements CLI for pool" | |
2015-08-26 19:50:46.785 | + git clean -x -f -d -q | |
2015-08-26 19:50:46.786 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:46.787 | + cd /opt/stack/new | |
2015-08-26 19:50:46.788 | + '[' -d /opt/git/openstack/python-manilaclient ']' | |
2015-08-26 19:50:46.789 | + setup_project openstack/python-manilaclient master | |
2015-08-26 19:50:46.791 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:46.792 | + local branch=master | |
2015-08-26 19:50:46.793 | ++ basename openstack/python-manilaclient | |
2015-08-26 19:50:46.795 | + local short_project=python-manilaclient | |
2015-08-26 19:50:46.796 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:46.797 | + echo 'Setting up openstack/python-manilaclient @ master' | |
2015-08-26 19:50:46.798 | Setting up openstack/python-manilaclient @ master | |
2015-08-26 19:50:46.800 | + git_clone_and_cd openstack/python-manilaclient python-manilaclient | |
2015-08-26 19:50:46.801 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:46.802 | + local short_project=python-manilaclient | |
2015-08-26 19:50:46.803 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:46.804 | + [[ ! -e python-manilaclient ]] | |
2015-08-26 19:50:46.806 | + echo ' Need to clone python-manilaclient' | |
2015-08-26 19:50:46.807 | Need to clone python-manilaclient | |
2015-08-26 19:50:46.808 | + git clone https://git.openstack.org/openstack/python-manilaclient | |
2015-08-26 19:50:46.809 | Cloning into 'python-manilaclient'... | |
2015-08-26 19:50:46.811 | + cd python-manilaclient | |
2015-08-26 19:50:46.812 | + git_remote_set_url origin https://git.openstack.org/openstack/python-manilaclient | |
2015-08-26 19:50:46.813 | + git remote set-url origin https://git.openstack.org/openstack/python-manilaclient | |
2015-08-26 19:50:46.814 | ++ echo python-manilaclient | |
2015-08-26 19:50:46.815 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:46.817 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:46.818 | ++ tr - _ | |
2015-08-26 19:50:46.819 | + local uc_project=PYTHON_MANILACLIENT | |
2015-08-26 19:50:46.820 | + local 'project_branch_var=$OVERRIDE_PYTHON_MANILACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:46.821 | ++ eval echo '$OVERRIDE_PYTHON_MANILACLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:46.823 | +++ echo | |
2015-08-26 19:50:46.824 | + local project_branch= | |
2015-08-26 19:50:46.825 | + [[ '' != '' ]] | |
2015-08-26 19:50:46.826 | + [[ ! -z master ]] | |
2015-08-26 19:50:46.828 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:46.829 | ++ sed -e s,master,master, | |
2015-08-26 19:50:46.830 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:46.831 | + git_remote_update | |
2015-08-26 19:50:46.833 | + git_timed remote update | |
2015-08-26 19:50:46.834 | + local max_attempts=3 | |
2015-08-26 19:50:46.835 | + local count=0 | |
2015-08-26 19:50:46.836 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:46.837 | Fetching origin | |
2015-08-26 19:50:46.839 | + git_prune | |
2015-08-26 19:50:46.840 | + git_timed remote prune origin | |
2015-08-26 19:50:46.841 | + local max_attempts=3 | |
2015-08-26 19:50:46.842 | + local count=0 | |
2015-08-26 19:50:46.843 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:46.845 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:46.846 | + git_has_branch openstack/python-manilaclient master | |
2015-08-26 19:50:46.847 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:46.848 | + local branch=master | |
2015-08-26 19:50:46.850 | + git branch -a | |
2015-08-26 19:50:46.851 | + grep remotes/origin/master | |
2015-08-26 19:50:46.852 | + return 0 | |
2015-08-26 19:50:46.853 | + git_fetch_at_ref openstack/python-manilaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:46.855 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:46.856 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:46.857 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:46.858 | + git fetch /home/jenkins/workspace-cache/openstack/python-manilaclient refs/changes/85/167885/27 | |
2015-08-26 19:50:46.859 | fatal: '/home/jenkins/workspace-cache/openstack/python-manilaclient' does not appear to be a git repository | |
2015-08-26 19:50:46.861 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:46.862 | | |
2015-08-26 19:50:46.863 | Please make sure you have the correct access rights | |
2015-08-26 19:50:50.544 | and the repository exists. | |
2015-08-26 19:50:50.546 | + return 128 | |
2015-08-26 19:50:50.548 | + git_fetch_at_ref openstack/python-manilaclient | |
2015-08-26 19:50:50.550 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:50.551 | + local ref= | |
2015-08-26 19:50:50.552 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:50.554 | + return 1 | |
2015-08-26 19:50:50.555 | + git_has_branch openstack/python-manilaclient master | |
2015-08-26 19:50:50.557 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:50.558 | + local branch=master | |
2015-08-26 19:50:50.559 | + git branch -a | |
2015-08-26 19:50:50.561 | + grep remotes/origin/master | |
2015-08-26 19:50:50.562 | + return 0 | |
2015-08-26 19:50:50.564 | + git_checkout openstack/python-manilaclient master | |
2015-08-26 19:50:50.565 | + local project=openstack/python-manilaclient | |
2015-08-26 19:50:50.566 | + local branch=master | |
2015-08-26 19:50:50.568 | + local reset_branch=master | |
2015-08-26 19:50:50.569 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:50.570 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:50.572 | + git checkout master | |
2015-08-26 19:50:50.573 | Already on 'master' | |
2015-08-26 19:50:50.574 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:50.576 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:50.577 | HEAD is now at 80eac1e Merge "Modify the manage command prompt information" | |
2015-08-26 19:50:50.578 | + git clean -x -f -d -q | |
2015-08-26 19:50:50.580 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:50.581 | + cd /opt/stack/new | |
2015-08-26 19:50:50.583 | + '[' -d /opt/git/openstack/python-keystoneclient ']' | |
2015-08-26 19:50:50.584 | + setup_project openstack/python-keystoneclient master | |
2015-08-26 19:50:50.585 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.586 | + local branch=master | |
2015-08-26 19:50:50.588 | ++ basename openstack/python-keystoneclient | |
2015-08-26 19:50:50.589 | + local short_project=python-keystoneclient | |
2015-08-26 19:50:50.590 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:50.591 | + echo 'Setting up openstack/python-keystoneclient @ master' | |
2015-08-26 19:50:50.592 | Setting up openstack/python-keystoneclient @ master | |
2015-08-26 19:50:50.594 | + git_clone_and_cd openstack/python-keystoneclient python-keystoneclient | |
2015-08-26 19:50:50.595 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.596 | + local short_project=python-keystoneclient | |
2015-08-26 19:50:50.597 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:50.599 | + [[ ! -e python-keystoneclient ]] | |
2015-08-26 19:50:50.600 | + echo ' Need to clone python-keystoneclient' | |
2015-08-26 19:50:50.601 | Need to clone python-keystoneclient | |
2015-08-26 19:50:50.603 | + git clone https://git.openstack.org/openstack/python-keystoneclient | |
2015-08-26 19:50:50.604 | Cloning into 'python-keystoneclient'... | |
2015-08-26 19:50:50.605 | + cd python-keystoneclient | |
2015-08-26 19:50:50.607 | + git_remote_set_url origin https://git.openstack.org/openstack/python-keystoneclient | |
2015-08-26 19:50:50.608 | + git remote set-url origin https://git.openstack.org/openstack/python-keystoneclient | |
2015-08-26 19:50:50.609 | ++ echo python-keystoneclient | |
2015-08-26 19:50:50.611 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:50.612 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:50.613 | ++ tr - _ | |
2015-08-26 19:50:50.615 | + local uc_project=PYTHON_KEYSTONECLIENT | |
2015-08-26 19:50:50.616 | + local 'project_branch_var=$OVERRIDE_PYTHON_KEYSTONECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:50.617 | ++ eval echo '$OVERRIDE_PYTHON_KEYSTONECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:50.619 | +++ echo | |
2015-08-26 19:50:50.620 | + local project_branch= | |
2015-08-26 19:50:50.621 | + [[ '' != '' ]] | |
2015-08-26 19:50:50.623 | + [[ ! -z master ]] | |
2015-08-26 19:50:50.624 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:50.625 | ++ sed -e s,master,master, | |
2015-08-26 19:50:50.627 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:50.628 | + git_remote_update | |
2015-08-26 19:50:50.630 | + git_timed remote update | |
2015-08-26 19:50:50.631 | + local max_attempts=3 | |
2015-08-26 19:50:50.632 | + local count=0 | |
2015-08-26 19:50:50.634 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:50.635 | Fetching origin | |
2015-08-26 19:50:50.636 | + git_prune | |
2015-08-26 19:50:50.638 | + git_timed remote prune origin | |
2015-08-26 19:50:50.639 | + local max_attempts=3 | |
2015-08-26 19:50:50.641 | + local count=0 | |
2015-08-26 19:50:50.642 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:50.643 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:50.645 | + git_has_branch openstack/python-keystoneclient master | |
2015-08-26 19:50:50.646 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.647 | + local branch=master | |
2015-08-26 19:50:50.649 | + git branch -a | |
2015-08-26 19:50:50.650 | + grep remotes/origin/master | |
2015-08-26 19:50:50.652 | + return 0 | |
2015-08-26 19:50:50.653 | + git_fetch_at_ref openstack/python-keystoneclient refs/changes/85/167885/27 | |
2015-08-26 19:50:50.655 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.656 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:50.657 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:50.659 | + git fetch /home/jenkins/workspace-cache/openstack/python-keystoneclient refs/changes/85/167885/27 | |
2015-08-26 19:50:50.660 | fatal: '/home/jenkins/workspace-cache/openstack/python-keystoneclient' does not appear to be a git repository | |
2015-08-26 19:50:50.662 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:50.663 | | |
2015-08-26 19:50:50.665 | Please make sure you have the correct access rights | |
2015-08-26 19:50:50.666 | and the repository exists. | |
2015-08-26 19:50:50.668 | + return 128 | |
2015-08-26 19:50:50.669 | + git_fetch_at_ref openstack/python-keystoneclient | |
2015-08-26 19:50:50.670 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.672 | + local ref= | |
2015-08-26 19:50:50.673 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:50.675 | + return 1 | |
2015-08-26 19:50:50.676 | + git_has_branch openstack/python-keystoneclient master | |
2015-08-26 19:50:50.677 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.679 | + local branch=master | |
2015-08-26 19:50:50.680 | + git branch -a | |
2015-08-26 19:50:50.681 | + grep remotes/origin/master | |
2015-08-26 19:50:50.683 | + return 0 | |
2015-08-26 19:50:50.684 | + git_checkout openstack/python-keystoneclient master | |
2015-08-26 19:50:50.685 | + local project=openstack/python-keystoneclient | |
2015-08-26 19:50:50.687 | + local branch=master | |
2015-08-26 19:50:50.688 | + local reset_branch=master | |
2015-08-26 19:50:50.689 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:50.690 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:50.692 | + git checkout master | |
2015-08-26 19:50:50.693 | Already on 'master' | |
2015-08-26 19:50:50.694 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:50.696 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:52.651 | HEAD is now at ee6d64a Merge "Fix Accept header in SAML2 requests" | |
2015-08-26 19:50:52.652 | + git clean -x -f -d -q | |
2015-08-26 19:50:52.654 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:52.655 | + cd /opt/stack/new | |
2015-08-26 19:50:52.657 | + '[' -d /opt/git/openstack/python-ironicclient ']' | |
2015-08-26 19:50:52.658 | + setup_project openstack/python-ironicclient master | |
2015-08-26 19:50:52.660 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.661 | + local branch=master | |
2015-08-26 19:50:52.662 | ++ basename openstack/python-ironicclient | |
2015-08-26 19:50:52.664 | + local short_project=python-ironicclient | |
2015-08-26 19:50:52.665 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:52.667 | + echo 'Setting up openstack/python-ironicclient @ master' | |
2015-08-26 19:50:52.668 | Setting up openstack/python-ironicclient @ master | |
2015-08-26 19:50:52.669 | + git_clone_and_cd openstack/python-ironicclient python-ironicclient | |
2015-08-26 19:50:52.671 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.672 | + local short_project=python-ironicclient | |
2015-08-26 19:50:52.673 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:52.675 | + [[ ! -e python-ironicclient ]] | |
2015-08-26 19:50:52.676 | + echo ' Need to clone python-ironicclient' | |
2015-08-26 19:50:52.678 | Need to clone python-ironicclient | |
2015-08-26 19:50:52.679 | + git clone https://git.openstack.org/openstack/python-ironicclient | |
2015-08-26 19:50:52.680 | Cloning into 'python-ironicclient'... | |
2015-08-26 19:50:52.682 | + cd python-ironicclient | |
2015-08-26 19:50:52.683 | + git_remote_set_url origin https://git.openstack.org/openstack/python-ironicclient | |
2015-08-26 19:50:52.685 | + git remote set-url origin https://git.openstack.org/openstack/python-ironicclient | |
2015-08-26 19:50:52.686 | ++ echo python-ironicclient | |
2015-08-26 19:50:52.687 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:52.689 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:52.690 | ++ tr - _ | |
2015-08-26 19:50:52.692 | + local uc_project=PYTHON_IRONICCLIENT | |
2015-08-26 19:50:52.693 | + local 'project_branch_var=$OVERRIDE_PYTHON_IRONICCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:52.694 | ++ eval echo '$OVERRIDE_PYTHON_IRONICCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:52.696 | +++ echo | |
2015-08-26 19:50:52.697 | + local project_branch= | |
2015-08-26 19:50:52.698 | + [[ '' != '' ]] | |
2015-08-26 19:50:52.700 | + [[ ! -z master ]] | |
2015-08-26 19:50:52.701 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:52.703 | ++ sed -e s,master,master, | |
2015-08-26 19:50:52.704 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:52.705 | + git_remote_update | |
2015-08-26 19:50:52.707 | + git_timed remote update | |
2015-08-26 19:50:52.708 | + local max_attempts=3 | |
2015-08-26 19:50:52.709 | + local count=0 | |
2015-08-26 19:50:52.711 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:52.712 | Fetching origin | |
2015-08-26 19:50:52.713 | + git_prune | |
2015-08-26 19:50:52.715 | + git_timed remote prune origin | |
2015-08-26 19:50:52.716 | + local max_attempts=3 | |
2015-08-26 19:50:52.717 | + local count=0 | |
2015-08-26 19:50:52.719 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:52.720 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:52.721 | + git_has_branch openstack/python-ironicclient master | |
2015-08-26 19:50:52.723 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.724 | + local branch=master | |
2015-08-26 19:50:52.725 | + git branch -a | |
2015-08-26 19:50:52.727 | + grep remotes/origin/master | |
2015-08-26 19:50:52.728 | + return 0 | |
2015-08-26 19:50:52.729 | + git_fetch_at_ref openstack/python-ironicclient refs/changes/85/167885/27 | |
2015-08-26 19:50:52.731 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.732 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:52.734 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:52.735 | + git fetch /home/jenkins/workspace-cache/openstack/python-ironicclient refs/changes/85/167885/27 | |
2015-08-26 19:50:52.736 | fatal: '/home/jenkins/workspace-cache/openstack/python-ironicclient' does not appear to be a git repository | |
2015-08-26 19:50:52.737 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:52.739 | | |
2015-08-26 19:50:52.740 | Please make sure you have the correct access rights | |
2015-08-26 19:50:52.741 | and the repository exists. | |
2015-08-26 19:50:52.743 | + return 128 | |
2015-08-26 19:50:52.744 | + git_fetch_at_ref openstack/python-ironicclient | |
2015-08-26 19:50:52.745 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.747 | + local ref= | |
2015-08-26 19:50:52.748 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:52.749 | + return 1 | |
2015-08-26 19:50:52.751 | + git_has_branch openstack/python-ironicclient master | |
2015-08-26 19:50:52.752 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.753 | + local branch=master | |
2015-08-26 19:50:52.754 | + git branch -a | |
2015-08-26 19:50:52.756 | + grep remotes/origin/master | |
2015-08-26 19:50:52.757 | + return 0 | |
2015-08-26 19:50:52.758 | + git_checkout openstack/python-ironicclient master | |
2015-08-26 19:50:52.760 | + local project=openstack/python-ironicclient | |
2015-08-26 19:50:52.761 | + local branch=master | |
2015-08-26 19:50:52.762 | + local reset_branch=master | |
2015-08-26 19:50:52.764 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:52.765 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:52.766 | + git checkout master | |
2015-08-26 19:50:52.767 | Already on 'master' | |
2015-08-26 19:50:52.769 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:52.770 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:52.771 | HEAD is now at b5a720f Updated from global requirements | |
2015-08-26 19:50:52.773 | + git clean -x -f -d -q | |
2015-08-26 19:50:52.774 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:52.775 | + cd /opt/stack/new | |
2015-08-26 19:50:52.777 | + '[' -d /opt/git/openstack/python-heatclient ']' | |
2015-08-26 19:50:52.778 | + setup_project openstack/python-heatclient master | |
2015-08-26 19:50:52.779 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:52.780 | + local branch=master | |
2015-08-26 19:50:52.782 | ++ basename openstack/python-heatclient | |
2015-08-26 19:50:52.783 | + local short_project=python-heatclient | |
2015-08-26 19:50:52.784 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:52.786 | + echo 'Setting up openstack/python-heatclient @ master' | |
2015-08-26 19:50:52.787 | Setting up openstack/python-heatclient @ master | |
2015-08-26 19:50:52.789 | + git_clone_and_cd openstack/python-heatclient python-heatclient | |
2015-08-26 19:50:52.790 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:52.791 | + local short_project=python-heatclient | |
2015-08-26 19:50:52.793 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:52.794 | + [[ ! -e python-heatclient ]] | |
2015-08-26 19:50:52.795 | + echo ' Need to clone python-heatclient' | |
2015-08-26 19:50:56.693 | Need to clone python-heatclient | |
2015-08-26 19:50:56.695 | + git clone https://git.openstack.org/openstack/python-heatclient | |
2015-08-26 19:50:56.696 | Cloning into 'python-heatclient'... | |
2015-08-26 19:50:56.698 | + cd python-heatclient | |
2015-08-26 19:50:56.699 | + git_remote_set_url origin https://git.openstack.org/openstack/python-heatclient | |
2015-08-26 19:50:56.701 | + git remote set-url origin https://git.openstack.org/openstack/python-heatclient | |
2015-08-26 19:50:56.703 | ++ echo python-heatclient | |
2015-08-26 19:50:56.704 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:56.706 | ++ tr - _ | |
2015-08-26 19:50:56.707 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:56.708 | + local uc_project=PYTHON_HEATCLIENT | |
2015-08-26 19:50:56.710 | + local 'project_branch_var=$OVERRIDE_PYTHON_HEATCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:56.711 | ++ eval echo '$OVERRIDE_PYTHON_HEATCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:56.713 | +++ echo | |
2015-08-26 19:50:56.714 | + local project_branch= | |
2015-08-26 19:50:56.715 | + [[ '' != '' ]] | |
2015-08-26 19:50:56.717 | + [[ ! -z master ]] | |
2015-08-26 19:50:56.718 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:56.720 | ++ sed -e s,master,master, | |
2015-08-26 19:50:56.721 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:56.723 | + git_remote_update | |
2015-08-26 19:50:56.724 | + git_timed remote update | |
2015-08-26 19:50:56.726 | + local max_attempts=3 | |
2015-08-26 19:50:56.727 | + local count=0 | |
2015-08-26 19:50:56.729 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:50:56.731 | Fetching origin | |
2015-08-26 19:50:56.732 | + git_prune | |
2015-08-26 19:50:56.734 | + git_timed remote prune origin | |
2015-08-26 19:50:56.735 | + local max_attempts=3 | |
2015-08-26 19:50:56.737 | + local count=0 | |
2015-08-26 19:50:56.739 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:50:56.740 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:50:56.742 | + git_has_branch openstack/python-heatclient master | |
2015-08-26 19:50:56.743 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:56.744 | + local branch=master | |
2015-08-26 19:50:56.746 | + git branch -a | |
2015-08-26 19:50:56.747 | + grep remotes/origin/master | |
2015-08-26 19:50:56.748 | + return 0 | |
2015-08-26 19:50:56.750 | + git_fetch_at_ref openstack/python-heatclient refs/changes/85/167885/27 | |
2015-08-26 19:50:56.751 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:56.753 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:50:56.754 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:50:56.756 | + git fetch /home/jenkins/workspace-cache/openstack/python-heatclient refs/changes/85/167885/27 | |
2015-08-26 19:50:56.757 | fatal: '/home/jenkins/workspace-cache/openstack/python-heatclient' does not appear to be a git repository | |
2015-08-26 19:50:56.758 | fatal: Could not read from remote repository. | |
2015-08-26 19:50:56.760 | | |
2015-08-26 19:50:56.761 | Please make sure you have the correct access rights | |
2015-08-26 19:50:56.763 | and the repository exists. | |
2015-08-26 19:50:56.764 | + return 128 | |
2015-08-26 19:50:56.766 | + git_fetch_at_ref openstack/python-heatclient | |
2015-08-26 19:50:56.767 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:56.769 | + local ref= | |
2015-08-26 19:50:56.770 | + '[' '' '!=' '' ']' | |
2015-08-26 19:50:56.772 | + return 1 | |
2015-08-26 19:50:56.773 | + git_has_branch openstack/python-heatclient master | |
2015-08-26 19:50:56.774 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:56.776 | + local branch=master | |
2015-08-26 19:50:56.777 | + git branch -a | |
2015-08-26 19:50:56.779 | + grep remotes/origin/master | |
2015-08-26 19:50:56.780 | + return 0 | |
2015-08-26 19:50:56.781 | + git_checkout openstack/python-heatclient master | |
2015-08-26 19:50:56.783 | + local project=openstack/python-heatclient | |
2015-08-26 19:50:56.784 | + local branch=master | |
2015-08-26 19:50:56.786 | + local reset_branch=master | |
2015-08-26 19:50:56.787 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:50:56.788 | + reset_branch=remotes/origin/master | |
2015-08-26 19:50:56.790 | + git checkout master | |
2015-08-26 19:50:56.792 | Already on 'master' | |
2015-08-26 19:50:56.794 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:50:56.795 | + git reset --hard remotes/origin/master | |
2015-08-26 19:50:56.797 | HEAD is now at 1751fde Merge "Poll functionality for stack create action" | |
2015-08-26 19:50:56.799 | + git clean -x -f -d -q | |
2015-08-26 19:50:56.800 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:50:56.802 | + cd /opt/stack/new | |
2015-08-26 19:50:56.803 | + '[' -d /opt/git/openstack/python-glanceclient ']' | |
2015-08-26 19:50:56.805 | + setup_project openstack/python-glanceclient master | |
2015-08-26 19:50:56.806 | + local project=openstack/python-glanceclient | |
2015-08-26 19:50:56.807 | + local branch=master | |
2015-08-26 19:50:56.809 | ++ basename openstack/python-glanceclient | |
2015-08-26 19:50:56.810 | + local short_project=python-glanceclient | |
2015-08-26 19:50:56.811 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:56.813 | + echo 'Setting up openstack/python-glanceclient @ master' | |
2015-08-26 19:50:56.814 | Setting up openstack/python-glanceclient @ master | |
2015-08-26 19:50:56.815 | + git_clone_and_cd openstack/python-glanceclient python-glanceclient | |
2015-08-26 19:50:56.817 | + local project=openstack/python-glanceclient | |
2015-08-26 19:50:56.818 | + local short_project=python-glanceclient | |
2015-08-26 19:50:56.820 | + local git_base=https://git.openstack.org | |
2015-08-26 19:50:56.821 | + [[ ! -e python-glanceclient ]] | |
2015-08-26 19:50:56.822 | + echo ' Need to clone python-glanceclient' | |
2015-08-26 19:50:56.824 | Need to clone python-glanceclient | |
2015-08-26 19:50:56.825 | + git clone https://git.openstack.org/openstack/python-glanceclient | |
2015-08-26 19:50:56.826 | Cloning into 'python-glanceclient'... | |
2015-08-26 19:50:56.828 | + cd python-glanceclient | |
2015-08-26 19:50:56.829 | + git_remote_set_url origin https://git.openstack.org/openstack/python-glanceclient | |
2015-08-26 19:50:56.831 | + git remote set-url origin https://git.openstack.org/openstack/python-glanceclient | |
2015-08-26 19:50:56.832 | ++ echo python-glanceclient | |
2015-08-26 19:50:56.837 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:50:56.839 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:50:56.840 | ++ tr - _ | |
2015-08-26 19:50:56.842 | + local uc_project=PYTHON_GLANCECLIENT | |
2015-08-26 19:50:56.843 | + local 'project_branch_var=$OVERRIDE_PYTHON_GLANCECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:56.845 | ++ eval echo '$OVERRIDE_PYTHON_GLANCECLIENT_PROJECT_BRANCH' | |
2015-08-26 19:50:56.846 | +++ echo | |
2015-08-26 19:50:56.848 | + local project_branch= | |
2015-08-26 19:50:56.849 | + [[ '' != '' ]] | |
2015-08-26 19:50:56.850 | + [[ ! -z master ]] | |
2015-08-26 19:50:56.852 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:50:56.854 | ++ sed -e s,master,master, | |
2015-08-26 19:50:56.855 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:50:56.856 | + git_remote_update | |
2015-08-26 19:50:56.858 | + git_timed remote update | |
2015-08-26 19:50:56.859 | + local max_attempts=3 | |
2015-08-26 19:51:00.416 | + local count=0 | |
2015-08-26 19:51:00.417 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:00.419 | Fetching origin | |
2015-08-26 19:51:00.420 | + git_prune | |
2015-08-26 19:51:00.422 | + git_timed remote prune origin | |
2015-08-26 19:51:00.424 | + local max_attempts=3 | |
2015-08-26 19:51:00.425 | + local count=0 | |
2015-08-26 19:51:00.427 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:00.429 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:00.430 | + git_has_branch openstack/python-glanceclient master | |
2015-08-26 19:51:00.432 | + local project=openstack/python-glanceclient | |
2015-08-26 19:51:00.434 | + local branch=master | |
2015-08-26 19:51:00.435 | + git branch -a | |
2015-08-26 19:51:00.437 | + grep remotes/origin/master | |
2015-08-26 19:51:00.439 | + return 0 | |
2015-08-26 19:51:00.440 | + git_fetch_at_ref openstack/python-glanceclient refs/changes/85/167885/27 | |
2015-08-26 19:51:00.442 | + local project=openstack/python-glanceclient | |
2015-08-26 19:51:00.443 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:00.444 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:00.446 | + git fetch /home/jenkins/workspace-cache/openstack/python-glanceclient refs/changes/85/167885/27 | |
2015-08-26 19:51:00.447 | fatal: '/home/jenkins/workspace-cache/openstack/python-glanceclient' does not appear to be a git repository | |
2015-08-26 19:51:00.448 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:00.450 | | |
2015-08-26 19:51:00.451 | Please make sure you have the correct access rights | |
2015-08-26 19:51:00.452 | and the repository exists. | |
2015-08-26 19:51:00.454 | + return 128 | |
2015-08-26 19:51:00.455 | + git_fetch_at_ref openstack/python-glanceclient | |
2015-08-26 19:51:00.457 | + local project=openstack/python-glanceclient | |
2015-08-26 19:51:00.459 | + local ref= | |
2015-08-26 19:51:00.460 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:00.462 | + return 1 | |
2015-08-26 19:51:00.463 | + git_has_branch openstack/python-glanceclient master | |
2015-08-26 19:51:00.465 | + local project=openstack/python-glanceclient | |
2015-08-26 19:51:00.466 | + local branch=master | |
2015-08-26 19:51:00.467 | + git branch -a | |
2015-08-26 19:51:00.469 | + grep remotes/origin/master | |
2015-08-26 19:51:00.470 | + return 0 | |
2015-08-26 19:51:00.472 | + git_checkout openstack/python-glanceclient master | |
2015-08-26 19:51:00.473 | + local project=openstack/python-glanceclient | |
2015-08-26 19:51:00.475 | + local branch=master | |
2015-08-26 19:51:00.476 | + local reset_branch=master | |
2015-08-26 19:51:00.478 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:00.479 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:00.481 | + git checkout master | |
2015-08-26 19:51:00.482 | Already on 'master' | |
2015-08-26 19:51:00.484 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:00.485 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:00.487 | HEAD is now at f25eb5e Merge "Remove custom SSL compression handling" | |
2015-08-26 19:51:00.488 | + git clean -x -f -d -q | |
2015-08-26 19:51:00.490 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:00.491 | + cd /opt/stack/new | |
2015-08-26 19:51:00.492 | + '[' -d /opt/git/openstack/python-cinderclient ']' | |
2015-08-26 19:51:00.494 | + setup_project openstack/python-cinderclient master | |
2015-08-26 19:51:00.495 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:00.497 | + local branch=master | |
2015-08-26 19:51:00.498 | ++ basename openstack/python-cinderclient | |
2015-08-26 19:51:00.499 | + local short_project=python-cinderclient | |
2015-08-26 19:51:00.501 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:00.502 | + echo 'Setting up openstack/python-cinderclient @ master' | |
2015-08-26 19:51:00.504 | Setting up openstack/python-cinderclient @ master | |
2015-08-26 19:51:00.505 | + git_clone_and_cd openstack/python-cinderclient python-cinderclient | |
2015-08-26 19:51:00.507 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:00.508 | + local short_project=python-cinderclient | |
2015-08-26 19:51:00.510 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:00.512 | + [[ ! -e python-cinderclient ]] | |
2015-08-26 19:51:00.513 | + echo ' Need to clone python-cinderclient' | |
2015-08-26 19:51:00.515 | Need to clone python-cinderclient | |
2015-08-26 19:51:00.517 | + git clone https://git.openstack.org/openstack/python-cinderclient | |
2015-08-26 19:51:00.518 | Cloning into 'python-cinderclient'... | |
2015-08-26 19:51:00.520 | + cd python-cinderclient | |
2015-08-26 19:51:00.522 | + git_remote_set_url origin https://git.openstack.org/openstack/python-cinderclient | |
2015-08-26 19:51:00.523 | + git remote set-url origin https://git.openstack.org/openstack/python-cinderclient | |
2015-08-26 19:51:00.525 | ++ echo python-cinderclient | |
2015-08-26 19:51:00.526 | ++ tr - _ | |
2015-08-26 19:51:00.527 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:00.528 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:00.529 | + local uc_project=PYTHON_CINDERCLIENT | |
2015-08-26 19:51:00.531 | + local 'project_branch_var=$OVERRIDE_PYTHON_CINDERCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:51:00.532 | ++ eval echo '$OVERRIDE_PYTHON_CINDERCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:51:00.533 | +++ echo | |
2015-08-26 19:51:00.535 | + local project_branch= | |
2015-08-26 19:51:00.536 | + [[ '' != '' ]] | |
2015-08-26 19:51:00.537 | + [[ ! -z master ]] | |
2015-08-26 19:51:00.539 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:00.540 | ++ sed -e s,master,master, | |
2015-08-26 19:51:00.542 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:00.543 | + git_remote_update | |
2015-08-26 19:51:00.544 | + git_timed remote update | |
2015-08-26 19:51:00.546 | + local max_attempts=3 | |
2015-08-26 19:51:00.547 | + local count=0 | |
2015-08-26 19:51:00.549 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:00.551 | Fetching origin | |
2015-08-26 19:51:00.552 | + git_prune | |
2015-08-26 19:51:00.554 | + git_timed remote prune origin | |
2015-08-26 19:51:00.555 | + local max_attempts=3 | |
2015-08-26 19:51:00.557 | + local count=0 | |
2015-08-26 19:51:00.559 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:00.560 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:00.562 | + git_has_branch openstack/python-cinderclient master | |
2015-08-26 19:51:00.564 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:00.565 | + local branch=master | |
2015-08-26 19:51:00.567 | + git branch -a | |
2015-08-26 19:51:00.569 | + grep remotes/origin/master | |
2015-08-26 19:51:00.570 | + return 0 | |
2015-08-26 19:51:00.572 | + git_fetch_at_ref openstack/python-cinderclient refs/changes/85/167885/27 | |
2015-08-26 19:51:00.573 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:00.575 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:00.576 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:00.578 | + git fetch /home/jenkins/workspace-cache/openstack/python-cinderclient refs/changes/85/167885/27 | |
2015-08-26 19:51:00.579 | fatal: '/home/jenkins/workspace-cache/openstack/python-cinderclient' does not appear to be a git repository | |
2015-08-26 19:51:02.716 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:02.717 | | |
2015-08-26 19:51:02.719 | Please make sure you have the correct access rights | |
2015-08-26 19:51:02.720 | and the repository exists. | |
2015-08-26 19:51:02.722 | + return 128 | |
2015-08-26 19:51:02.723 | + git_fetch_at_ref openstack/python-cinderclient | |
2015-08-26 19:51:02.725 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:02.726 | + local ref= | |
2015-08-26 19:51:02.728 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:02.730 | + return 1 | |
2015-08-26 19:51:02.731 | + git_has_branch openstack/python-cinderclient master | |
2015-08-26 19:51:02.733 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:02.734 | + local branch=master | |
2015-08-26 19:51:02.736 | + git branch -a | |
2015-08-26 19:51:02.737 | + grep remotes/origin/master | |
2015-08-26 19:51:02.738 | + return 0 | |
2015-08-26 19:51:02.740 | + git_checkout openstack/python-cinderclient master | |
2015-08-26 19:51:02.741 | + local project=openstack/python-cinderclient | |
2015-08-26 19:51:02.743 | + local branch=master | |
2015-08-26 19:51:02.744 | + local reset_branch=master | |
2015-08-26 19:51:02.746 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:02.747 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:02.749 | + git checkout master | |
2015-08-26 19:51:02.751 | Already on 'master' | |
2015-08-26 19:51:02.752 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:02.754 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:02.755 | HEAD is now at 1d71a6d Merge "Add functional tests for python-cinderclient" | |
2015-08-26 19:51:02.757 | + git clean -x -f -d -q | |
2015-08-26 19:51:02.759 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:02.760 | + cd /opt/stack/new | |
2015-08-26 19:51:02.762 | + '[' -d /opt/git/openstack/python-ceilometerclient ']' | |
2015-08-26 19:51:02.763 | + setup_project openstack/python-ceilometerclient master | |
2015-08-26 19:51:02.769 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.771 | + local branch=master | |
2015-08-26 19:51:02.773 | ++ basename openstack/python-ceilometerclient | |
2015-08-26 19:51:02.775 | + local short_project=python-ceilometerclient | |
2015-08-26 19:51:02.776 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:02.778 | + echo 'Setting up openstack/python-ceilometerclient @ master' | |
2015-08-26 19:51:02.779 | Setting up openstack/python-ceilometerclient @ master | |
2015-08-26 19:51:02.781 | + git_clone_and_cd openstack/python-ceilometerclient python-ceilometerclient | |
2015-08-26 19:51:02.782 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.784 | + local short_project=python-ceilometerclient | |
2015-08-26 19:51:02.785 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:02.786 | + [[ ! -e python-ceilometerclient ]] | |
2015-08-26 19:51:02.788 | + echo ' Need to clone python-ceilometerclient' | |
2015-08-26 19:51:02.789 | Need to clone python-ceilometerclient | |
2015-08-26 19:51:02.791 | + git clone https://git.openstack.org/openstack/python-ceilometerclient | |
2015-08-26 19:51:02.792 | Cloning into 'python-ceilometerclient'... | |
2015-08-26 19:51:02.794 | + cd python-ceilometerclient | |
2015-08-26 19:51:02.795 | + git_remote_set_url origin https://git.openstack.org/openstack/python-ceilometerclient | |
2015-08-26 19:51:02.797 | + git remote set-url origin https://git.openstack.org/openstack/python-ceilometerclient | |
2015-08-26 19:51:02.799 | ++ echo python-ceilometerclient | |
2015-08-26 19:51:02.800 | ++ tr - _ | |
2015-08-26 19:51:02.802 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:02.803 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:02.804 | + local uc_project=PYTHON_CEILOMETERCLIENT | |
2015-08-26 19:51:02.806 | + local 'project_branch_var=$OVERRIDE_PYTHON_CEILOMETERCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:51:02.807 | ++ eval echo '$OVERRIDE_PYTHON_CEILOMETERCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:51:02.809 | +++ echo | |
2015-08-26 19:51:02.810 | + local project_branch= | |
2015-08-26 19:51:02.812 | + [[ '' != '' ]] | |
2015-08-26 19:51:02.813 | + [[ ! -z master ]] | |
2015-08-26 19:51:02.815 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:02.816 | ++ sed -e s,master,master, | |
2015-08-26 19:51:02.817 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:02.819 | + git_remote_update | |
2015-08-26 19:51:02.820 | + git_timed remote update | |
2015-08-26 19:51:02.821 | + local max_attempts=3 | |
2015-08-26 19:51:02.823 | + local count=0 | |
2015-08-26 19:51:02.824 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:02.826 | Fetching origin | |
2015-08-26 19:51:02.828 | + git_prune | |
2015-08-26 19:51:02.830 | + git_timed remote prune origin | |
2015-08-26 19:51:02.832 | + local max_attempts=3 | |
2015-08-26 19:51:02.834 | + local count=0 | |
2015-08-26 19:51:02.835 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:02.837 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:02.839 | + git_has_branch openstack/python-ceilometerclient master | |
2015-08-26 19:51:02.840 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.842 | + local branch=master | |
2015-08-26 19:51:02.843 | + git branch -a | |
2015-08-26 19:51:02.845 | + grep remotes/origin/master | |
2015-08-26 19:51:02.846 | + return 0 | |
2015-08-26 19:51:02.848 | + git_fetch_at_ref openstack/python-ceilometerclient refs/changes/85/167885/27 | |
2015-08-26 19:51:02.849 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.851 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:02.852 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:02.853 | + git fetch /home/jenkins/workspace-cache/openstack/python-ceilometerclient refs/changes/85/167885/27 | |
2015-08-26 19:51:02.855 | fatal: '/home/jenkins/workspace-cache/openstack/python-ceilometerclient' does not appear to be a git repository | |
2015-08-26 19:51:02.856 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:02.857 | | |
2015-08-26 19:51:02.859 | Please make sure you have the correct access rights | |
2015-08-26 19:51:02.860 | and the repository exists. | |
2015-08-26 19:51:02.862 | + return 128 | |
2015-08-26 19:51:02.864 | + git_fetch_at_ref openstack/python-ceilometerclient | |
2015-08-26 19:51:02.869 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.871 | + local ref= | |
2015-08-26 19:51:02.873 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:02.874 | + return 1 | |
2015-08-26 19:51:02.876 | + git_has_branch openstack/python-ceilometerclient master | |
2015-08-26 19:51:02.878 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.879 | + local branch=master | |
2015-08-26 19:51:02.881 | + git branch -a | |
2015-08-26 19:51:02.883 | + grep remotes/origin/master | |
2015-08-26 19:51:02.884 | + return 0 | |
2015-08-26 19:51:02.886 | + git_checkout openstack/python-ceilometerclient master | |
2015-08-26 19:51:02.887 | + local project=openstack/python-ceilometerclient | |
2015-08-26 19:51:02.888 | + local branch=master | |
2015-08-26 19:51:02.890 | + local reset_branch=master | |
2015-08-26 19:51:02.891 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:05.657 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:05.659 | + git checkout master | |
2015-08-26 19:51:05.661 | Already on 'master' | |
2015-08-26 19:51:05.663 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:05.664 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:05.666 | HEAD is now at 4659b37 Merge "Don't try to get aodh endpoint if auth_url didn't provided" | |
2015-08-26 19:51:05.667 | + git clean -x -f -d -q | |
2015-08-26 19:51:05.668 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:05.670 | + cd /opt/stack/new | |
2015-08-26 19:51:05.672 | + '[' -d /opt/git/openstack/pycadf ']' | |
2015-08-26 19:51:05.673 | + setup_project openstack/pycadf master | |
2015-08-26 19:51:05.674 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.676 | + local branch=master | |
2015-08-26 19:51:05.677 | ++ basename openstack/pycadf | |
2015-08-26 19:51:05.678 | + local short_project=pycadf | |
2015-08-26 19:51:05.680 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:05.681 | + echo 'Setting up openstack/pycadf @ master' | |
2015-08-26 19:51:05.682 | Setting up openstack/pycadf @ master | |
2015-08-26 19:51:05.684 | + git_clone_and_cd openstack/pycadf pycadf | |
2015-08-26 19:51:05.685 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.686 | + local short_project=pycadf | |
2015-08-26 19:51:05.687 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:05.689 | + [[ ! -e pycadf ]] | |
2015-08-26 19:51:05.690 | + echo ' Need to clone pycadf' | |
2015-08-26 19:51:05.691 | Need to clone pycadf | |
2015-08-26 19:51:05.693 | + git clone https://git.openstack.org/openstack/pycadf | |
2015-08-26 19:51:05.694 | Cloning into 'pycadf'... | |
2015-08-26 19:51:05.695 | + cd pycadf | |
2015-08-26 19:51:05.696 | + git_remote_set_url origin https://git.openstack.org/openstack/pycadf | |
2015-08-26 19:51:05.698 | + git remote set-url origin https://git.openstack.org/openstack/pycadf | |
2015-08-26 19:51:05.699 | ++ echo pycadf | |
2015-08-26 19:51:05.700 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:05.702 | ++ tr - _ | |
2015-08-26 19:51:05.705 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:05.706 | + local uc_project=PYCADF | |
2015-08-26 19:51:05.708 | + local 'project_branch_var=$OVERRIDE_PYCADF_PROJECT_BRANCH' | |
2015-08-26 19:51:05.709 | ++ eval echo '$OVERRIDE_PYCADF_PROJECT_BRANCH' | |
2015-08-26 19:51:05.710 | +++ echo | |
2015-08-26 19:51:05.712 | + local project_branch= | |
2015-08-26 19:51:05.713 | + [[ '' != '' ]] | |
2015-08-26 19:51:05.715 | + [[ ! -z master ]] | |
2015-08-26 19:51:05.717 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:05.718 | ++ sed -e s,master,master, | |
2015-08-26 19:51:05.720 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:05.722 | + git_remote_update | |
2015-08-26 19:51:05.723 | + git_timed remote update | |
2015-08-26 19:51:05.725 | + local max_attempts=3 | |
2015-08-26 19:51:05.726 | + local count=0 | |
2015-08-26 19:51:05.728 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:05.730 | Fetching origin | |
2015-08-26 19:51:05.731 | + git_prune | |
2015-08-26 19:51:05.733 | + git_timed remote prune origin | |
2015-08-26 19:51:05.734 | + local max_attempts=3 | |
2015-08-26 19:51:05.735 | + local count=0 | |
2015-08-26 19:51:05.737 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:05.739 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:05.740 | + git_has_branch openstack/pycadf master | |
2015-08-26 19:51:05.742 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.743 | + local branch=master | |
2015-08-26 19:51:05.745 | + git branch -a | |
2015-08-26 19:51:05.747 | + grep remotes/origin/master | |
2015-08-26 19:51:05.748 | + return 0 | |
2015-08-26 19:51:05.750 | + git_fetch_at_ref openstack/pycadf refs/changes/85/167885/27 | |
2015-08-26 19:51:05.751 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.753 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:05.754 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:05.756 | + git fetch /home/jenkins/workspace-cache/openstack/pycadf refs/changes/85/167885/27 | |
2015-08-26 19:51:05.758 | fatal: '/home/jenkins/workspace-cache/openstack/pycadf' does not appear to be a git repository | |
2015-08-26 19:51:05.759 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:05.761 | | |
2015-08-26 19:51:05.762 | Please make sure you have the correct access rights | |
2015-08-26 19:51:05.764 | and the repository exists. | |
2015-08-26 19:51:05.765 | + return 128 | |
2015-08-26 19:51:05.766 | + git_fetch_at_ref openstack/pycadf | |
2015-08-26 19:51:05.768 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.769 | + local ref= | |
2015-08-26 19:51:05.770 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:05.772 | + return 1 | |
2015-08-26 19:51:05.773 | + git_has_branch openstack/pycadf master | |
2015-08-26 19:51:05.775 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.776 | + local branch=master | |
2015-08-26 19:51:05.777 | + git branch -a | |
2015-08-26 19:51:05.779 | + grep remotes/origin/master | |
2015-08-26 19:51:05.781 | + return 0 | |
2015-08-26 19:51:05.782 | + git_checkout openstack/pycadf master | |
2015-08-26 19:51:05.783 | + local project=openstack/pycadf | |
2015-08-26 19:51:05.785 | + local branch=master | |
2015-08-26 19:51:05.786 | + local reset_branch=master | |
2015-08-26 19:51:05.788 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:05.789 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:05.790 | + git checkout master | |
2015-08-26 19:51:05.792 | Already on 'master' | |
2015-08-26 19:51:05.793 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:05.795 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:05.796 | HEAD is now at 0fa95a3 Fixed typo error | |
2015-08-26 19:51:05.797 | + git clean -x -f -d -q | |
2015-08-26 19:51:05.799 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:05.800 | + cd /opt/stack/new | |
2015-08-26 19:51:05.802 | + '[' -d /opt/git/openstack/oslo.vmware ']' | |
2015-08-26 19:51:05.803 | + setup_project openstack/oslo.vmware master | |
2015-08-26 19:51:05.805 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:05.806 | + local branch=master | |
2015-08-26 19:51:05.808 | ++ basename openstack/oslo.vmware | |
2015-08-26 19:51:05.810 | + local short_project=oslo.vmware | |
2015-08-26 19:51:05.811 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:05.813 | + echo 'Setting up openstack/oslo.vmware @ master' | |
2015-08-26 19:51:05.814 | Setting up openstack/oslo.vmware @ master | |
2015-08-26 19:51:05.816 | + git_clone_and_cd openstack/oslo.vmware oslo.vmware | |
2015-08-26 19:51:05.817 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:05.818 | + local short_project=oslo.vmware | |
2015-08-26 19:51:05.820 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:05.821 | + [[ ! -e oslo.vmware ]] | |
2015-08-26 19:51:05.823 | + echo ' Need to clone oslo.vmware' | |
2015-08-26 19:51:05.825 | Need to clone oslo.vmware | |
2015-08-26 19:51:05.827 | + git clone https://git.openstack.org/openstack/oslo.vmware | |
2015-08-26 19:51:05.828 | Cloning into 'oslo.vmware'... | |
2015-08-26 19:51:05.830 | + cd oslo.vmware | |
2015-08-26 19:51:05.832 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.vmware | |
2015-08-26 19:51:05.833 | + git remote set-url origin https://git.openstack.org/openstack/oslo.vmware | |
2015-08-26 19:51:05.835 | ++ echo oslo.vmware | |
2015-08-26 19:51:05.836 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:05.838 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:05.839 | ++ tr - _ | |
2015-08-26 19:51:09.112 | + local uc_project=OSLOVMWARE | |
2015-08-26 19:51:09.114 | + local 'project_branch_var=$OVERRIDE_OSLOVMWARE_PROJECT_BRANCH' | |
2015-08-26 19:51:09.115 | ++ eval echo '$OVERRIDE_OSLOVMWARE_PROJECT_BRANCH' | |
2015-08-26 19:51:09.117 | +++ echo | |
2015-08-26 19:51:09.118 | + local project_branch= | |
2015-08-26 19:51:09.119 | + [[ '' != '' ]] | |
2015-08-26 19:51:09.121 | + [[ ! -z master ]] | |
2015-08-26 19:51:09.122 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:09.123 | ++ sed -e s,master,master, | |
2015-08-26 19:51:09.125 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:09.126 | + git_remote_update | |
2015-08-26 19:51:09.127 | + git_timed remote update | |
2015-08-26 19:51:09.129 | + local max_attempts=3 | |
2015-08-26 19:51:09.130 | + local count=0 | |
2015-08-26 19:51:09.131 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:09.133 | Fetching origin | |
2015-08-26 19:51:09.134 | + git_prune | |
2015-08-26 19:51:09.136 | + git_timed remote prune origin | |
2015-08-26 19:51:09.137 | + local max_attempts=3 | |
2015-08-26 19:51:09.138 | + local count=0 | |
2015-08-26 19:51:09.140 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:09.141 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:09.142 | + git_has_branch openstack/oslo.vmware master | |
2015-08-26 19:51:09.144 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:09.145 | + local branch=master | |
2015-08-26 19:51:09.147 | + git branch -a | |
2015-08-26 19:51:09.148 | + grep remotes/origin/master | |
2015-08-26 19:51:09.149 | + return 0 | |
2015-08-26 19:51:09.151 | + git_fetch_at_ref openstack/oslo.vmware refs/changes/85/167885/27 | |
2015-08-26 19:51:09.152 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:09.153 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:09.155 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:09.157 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.vmware refs/changes/85/167885/27 | |
2015-08-26 19:51:09.158 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.vmware' does not appear to be a git repository | |
2015-08-26 19:51:09.160 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:09.161 | | |
2015-08-26 19:51:09.163 | Please make sure you have the correct access rights | |
2015-08-26 19:51:09.166 | and the repository exists. | |
2015-08-26 19:51:09.168 | + return 128 | |
2015-08-26 19:51:09.169 | + git_fetch_at_ref openstack/oslo.vmware | |
2015-08-26 19:51:09.171 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:09.173 | + local ref= | |
2015-08-26 19:51:09.175 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:09.176 | + return 1 | |
2015-08-26 19:51:09.178 | + git_has_branch openstack/oslo.vmware master | |
2015-08-26 19:51:09.180 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:09.181 | + local branch=master | |
2015-08-26 19:51:09.183 | + git branch -a | |
2015-08-26 19:51:09.184 | + grep remotes/origin/master | |
2015-08-26 19:51:09.185 | + return 0 | |
2015-08-26 19:51:09.187 | + git_checkout openstack/oslo.vmware master | |
2015-08-26 19:51:09.188 | + local project=openstack/oslo.vmware | |
2015-08-26 19:51:09.189 | + local branch=master | |
2015-08-26 19:51:09.191 | + local reset_branch=master | |
2015-08-26 19:51:09.192 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:09.193 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:09.195 | + git checkout master | |
2015-08-26 19:51:09.196 | Already on 'master' | |
2015-08-26 19:51:09.197 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:09.198 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:09.200 | HEAD is now at d014675 Updated from global requirements | |
2015-08-26 19:51:09.201 | + git clean -x -f -d -q | |
2015-08-26 19:51:09.202 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:09.204 | + cd /opt/stack/new | |
2015-08-26 19:51:09.205 | + '[' -d /opt/git/openstack/oslo.versionedobjects ']' | |
2015-08-26 19:51:09.207 | + setup_project openstack/oslo.versionedobjects master | |
2015-08-26 19:51:09.208 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.210 | + local branch=master | |
2015-08-26 19:51:09.211 | ++ basename openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.213 | + local short_project=oslo.versionedobjects | |
2015-08-26 19:51:09.214 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:09.215 | + echo 'Setting up openstack/oslo.versionedobjects @ master' | |
2015-08-26 19:51:09.217 | Setting up openstack/oslo.versionedobjects @ master | |
2015-08-26 19:51:09.218 | + git_clone_and_cd openstack/oslo.versionedobjects oslo.versionedobjects | |
2015-08-26 19:51:09.220 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.221 | + local short_project=oslo.versionedobjects | |
2015-08-26 19:51:09.223 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:09.224 | + [[ ! -e oslo.versionedobjects ]] | |
2015-08-26 19:51:09.226 | + echo ' Need to clone oslo.versionedobjects' | |
2015-08-26 19:51:09.227 | Need to clone oslo.versionedobjects | |
2015-08-26 19:51:09.229 | + git clone https://git.openstack.org/openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.230 | Cloning into 'oslo.versionedobjects'... | |
2015-08-26 19:51:09.232 | + cd oslo.versionedobjects | |
2015-08-26 19:51:09.233 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.234 | + git remote set-url origin https://git.openstack.org/openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.236 | ++ echo oslo.versionedobjects | |
2015-08-26 19:51:09.237 | ++ tr - _ | |
2015-08-26 19:51:09.239 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:09.241 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:09.242 | + local uc_project=OSLOVERSIONEDOBJECTS | |
2015-08-26 19:51:09.243 | + local 'project_branch_var=$OVERRIDE_OSLOVERSIONEDOBJECTS_PROJECT_BRANCH' | |
2015-08-26 19:51:09.245 | ++ eval echo '$OVERRIDE_OSLOVERSIONEDOBJECTS_PROJECT_BRANCH' | |
2015-08-26 19:51:09.246 | +++ echo | |
2015-08-26 19:51:09.248 | + local project_branch= | |
2015-08-26 19:51:09.249 | + [[ '' != '' ]] | |
2015-08-26 19:51:09.251 | + [[ ! -z master ]] | |
2015-08-26 19:51:09.252 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:09.254 | ++ sed -e s,master,master, | |
2015-08-26 19:51:09.255 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:09.257 | + git_remote_update | |
2015-08-26 19:51:09.259 | + git_timed remote update | |
2015-08-26 19:51:09.261 | + local max_attempts=3 | |
2015-08-26 19:51:09.262 | + local count=0 | |
2015-08-26 19:51:09.264 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:09.265 | Fetching origin | |
2015-08-26 19:51:09.267 | + git_prune | |
2015-08-26 19:51:09.268 | + git_timed remote prune origin | |
2015-08-26 19:51:09.270 | + local max_attempts=3 | |
2015-08-26 19:51:09.272 | + local count=0 | |
2015-08-26 19:51:09.273 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:09.275 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:09.276 | + git_has_branch openstack/oslo.versionedobjects master | |
2015-08-26 19:51:09.278 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:09.279 | + local branch=master | |
2015-08-26 19:51:09.280 | + git branch -a | |
2015-08-26 19:51:09.282 | + grep remotes/origin/master | |
2015-08-26 19:51:09.283 | + return 0 | |
2015-08-26 19:51:09.285 | + git_fetch_at_ref openstack/oslo.versionedobjects refs/changes/85/167885/27 | |
2015-08-26 19:51:11.121 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:11.123 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:11.125 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:11.126 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.versionedobjects refs/changes/85/167885/27 | |
2015-08-26 19:51:11.128 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.versionedobjects' does not appear to be a git repository | |
2015-08-26 19:51:11.129 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:11.131 | | |
2015-08-26 19:51:11.133 | Please make sure you have the correct access rights | |
2015-08-26 19:51:11.134 | and the repository exists. | |
2015-08-26 19:51:11.135 | + return 128 | |
2015-08-26 19:51:11.137 | + git_fetch_at_ref openstack/oslo.versionedobjects | |
2015-08-26 19:51:11.138 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:11.140 | + local ref= | |
2015-08-26 19:51:11.141 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:11.143 | + return 1 | |
2015-08-26 19:51:11.144 | + git_has_branch openstack/oslo.versionedobjects master | |
2015-08-26 19:51:11.146 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:11.147 | + local branch=master | |
2015-08-26 19:51:11.149 | + git branch -a | |
2015-08-26 19:51:11.150 | + grep remotes/origin/master | |
2015-08-26 19:51:11.151 | + return 0 | |
2015-08-26 19:51:11.153 | + git_checkout openstack/oslo.versionedobjects master | |
2015-08-26 19:51:11.154 | + local project=openstack/oslo.versionedobjects | |
2015-08-26 19:51:11.156 | + local branch=master | |
2015-08-26 19:51:11.157 | + local reset_branch=master | |
2015-08-26 19:51:11.158 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:11.160 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:11.161 | + git checkout master | |
2015-08-26 19:51:11.162 | Already on 'master' | |
2015-08-26 19:51:11.164 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:11.169 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:11.171 | HEAD is now at aba1089 Merge "Save and re-raise exception" | |
2015-08-26 19:51:11.172 | + git clean -x -f -d -q | |
2015-08-26 19:51:11.174 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:11.176 | + cd /opt/stack/new | |
2015-08-26 19:51:11.177 | + '[' -d /opt/git/openstack/oslo.service ']' | |
2015-08-26 19:51:11.179 | + setup_project openstack/oslo.service master | |
2015-08-26 19:51:11.180 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.181 | + local branch=master | |
2015-08-26 19:51:11.183 | ++ basename openstack/oslo.service | |
2015-08-26 19:51:11.184 | + local short_project=oslo.service | |
2015-08-26 19:51:11.186 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:11.187 | + echo 'Setting up openstack/oslo.service @ master' | |
2015-08-26 19:51:11.189 | Setting up openstack/oslo.service @ master | |
2015-08-26 19:51:11.190 | + git_clone_and_cd openstack/oslo.service oslo.service | |
2015-08-26 19:51:11.191 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.193 | + local short_project=oslo.service | |
2015-08-26 19:51:11.194 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:11.196 | + [[ ! -e oslo.service ]] | |
2015-08-26 19:51:11.197 | + echo ' Need to clone oslo.service' | |
2015-08-26 19:51:11.199 | Need to clone oslo.service | |
2015-08-26 19:51:11.200 | + git clone https://git.openstack.org/openstack/oslo.service | |
2015-08-26 19:51:11.202 | Cloning into 'oslo.service'... | |
2015-08-26 19:51:11.204 | + cd oslo.service | |
2015-08-26 19:51:11.205 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.service | |
2015-08-26 19:51:11.207 | + git remote set-url origin https://git.openstack.org/openstack/oslo.service | |
2015-08-26 19:51:11.208 | ++ echo oslo.service | |
2015-08-26 19:51:11.210 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:11.211 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:11.213 | ++ tr - _ | |
2015-08-26 19:51:11.214 | + local uc_project=OSLOSERVICE | |
2015-08-26 19:51:11.215 | + local 'project_branch_var=$OVERRIDE_OSLOSERVICE_PROJECT_BRANCH' | |
2015-08-26 19:51:11.217 | ++ eval echo '$OVERRIDE_OSLOSERVICE_PROJECT_BRANCH' | |
2015-08-26 19:51:11.218 | +++ echo | |
2015-08-26 19:51:11.220 | + local project_branch= | |
2015-08-26 19:51:11.222 | + [[ '' != '' ]] | |
2015-08-26 19:51:11.223 | + [[ ! -z master ]] | |
2015-08-26 19:51:11.225 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:11.226 | ++ sed -e s,master,master, | |
2015-08-26 19:51:11.228 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:11.229 | + git_remote_update | |
2015-08-26 19:51:11.231 | + git_timed remote update | |
2015-08-26 19:51:11.233 | + local max_attempts=3 | |
2015-08-26 19:51:11.234 | + local count=0 | |
2015-08-26 19:51:11.236 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:11.237 | Fetching origin | |
2015-08-26 19:51:11.239 | + git_prune | |
2015-08-26 19:51:11.241 | + git_timed remote prune origin | |
2015-08-26 19:51:11.242 | + local max_attempts=3 | |
2015-08-26 19:51:11.244 | + local count=0 | |
2015-08-26 19:51:11.245 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:11.247 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:11.248 | + git_has_branch openstack/oslo.service master | |
2015-08-26 19:51:11.250 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.252 | + local branch=master | |
2015-08-26 19:51:11.253 | + git branch -a | |
2015-08-26 19:51:11.255 | + grep remotes/origin/master | |
2015-08-26 19:51:11.257 | + return 0 | |
2015-08-26 19:51:11.258 | + git_fetch_at_ref openstack/oslo.service refs/changes/85/167885/27 | |
2015-08-26 19:51:11.260 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.261 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:11.263 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:11.265 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.service refs/changes/85/167885/27 | |
2015-08-26 19:51:11.266 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.service' does not appear to be a git repository | |
2015-08-26 19:51:11.268 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:11.270 | | |
2015-08-26 19:51:11.271 | Please make sure you have the correct access rights | |
2015-08-26 19:51:11.273 | and the repository exists. | |
2015-08-26 19:51:11.274 | + return 128 | |
2015-08-26 19:51:11.276 | + git_fetch_at_ref openstack/oslo.service | |
2015-08-26 19:51:11.277 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.279 | + local ref= | |
2015-08-26 19:51:11.280 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:11.282 | + return 1 | |
2015-08-26 19:51:11.283 | + git_has_branch openstack/oslo.service master | |
2015-08-26 19:51:11.285 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.286 | + local branch=master | |
2015-08-26 19:51:11.288 | + git branch -a | |
2015-08-26 19:51:11.289 | + grep remotes/origin/master | |
2015-08-26 19:51:11.291 | + return 0 | |
2015-08-26 19:51:11.292 | + git_checkout openstack/oslo.service master | |
2015-08-26 19:51:11.294 | + local project=openstack/oslo.service | |
2015-08-26 19:51:11.296 | + local branch=master | |
2015-08-26 19:51:11.298 | + local reset_branch=master | |
2015-08-26 19:51:11.300 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:11.302 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:11.304 | + git checkout master | |
2015-08-26 19:51:12.733 | Already on 'master' | |
2015-08-26 19:51:12.735 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:12.737 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:12.739 | HEAD is now at 6dd3ad5 Added wsgi functionality | |
2015-08-26 19:51:12.741 | + git clean -x -f -d -q | |
2015-08-26 19:51:12.742 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:12.744 | + cd /opt/stack/new | |
2015-08-26 19:51:12.745 | + '[' -d /opt/git/openstack/oslo.serialization ']' | |
2015-08-26 19:51:12.747 | + setup_project openstack/oslo.serialization master | |
2015-08-26 19:51:12.749 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.750 | + local branch=master | |
2015-08-26 19:51:12.752 | ++ basename openstack/oslo.serialization | |
2015-08-26 19:51:12.753 | + local short_project=oslo.serialization | |
2015-08-26 19:51:12.755 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:12.757 | + echo 'Setting up openstack/oslo.serialization @ master' | |
2015-08-26 19:51:12.758 | Setting up openstack/oslo.serialization @ master | |
2015-08-26 19:51:12.760 | + git_clone_and_cd openstack/oslo.serialization oslo.serialization | |
2015-08-26 19:51:12.761 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.763 | + local short_project=oslo.serialization | |
2015-08-26 19:51:12.764 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:12.766 | + [[ ! -e oslo.serialization ]] | |
2015-08-26 19:51:12.767 | + echo ' Need to clone oslo.serialization' | |
2015-08-26 19:51:12.769 | Need to clone oslo.serialization | |
2015-08-26 19:51:12.771 | + git clone https://git.openstack.org/openstack/oslo.serialization | |
2015-08-26 19:51:12.772 | Cloning into 'oslo.serialization'... | |
2015-08-26 19:51:12.774 | + cd oslo.serialization | |
2015-08-26 19:51:12.775 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.serialization | |
2015-08-26 19:51:12.777 | + git remote set-url origin https://git.openstack.org/openstack/oslo.serialization | |
2015-08-26 19:51:12.778 | ++ echo oslo.serialization | |
2015-08-26 19:51:12.780 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:12.781 | ++ tr - _ | |
2015-08-26 19:51:12.782 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:12.784 | + local uc_project=OSLOSERIALIZATION | |
2015-08-26 19:51:12.785 | + local 'project_branch_var=$OVERRIDE_OSLOSERIALIZATION_PROJECT_BRANCH' | |
2015-08-26 19:51:12.787 | ++ eval echo '$OVERRIDE_OSLOSERIALIZATION_PROJECT_BRANCH' | |
2015-08-26 19:51:12.789 | +++ echo | |
2015-08-26 19:51:12.791 | + local project_branch= | |
2015-08-26 19:51:12.793 | + [[ '' != '' ]] | |
2015-08-26 19:51:12.794 | + [[ ! -z master ]] | |
2015-08-26 19:51:12.796 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:12.797 | ++ sed -e s,master,master, | |
2015-08-26 19:51:12.799 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:12.800 | + git_remote_update | |
2015-08-26 19:51:12.802 | + git_timed remote update | |
2015-08-26 19:51:12.804 | + local max_attempts=3 | |
2015-08-26 19:51:12.805 | + local count=0 | |
2015-08-26 19:51:12.807 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:12.808 | Fetching origin | |
2015-08-26 19:51:12.809 | + git_prune | |
2015-08-26 19:51:12.811 | + git_timed remote prune origin | |
2015-08-26 19:51:12.813 | + local max_attempts=3 | |
2015-08-26 19:51:12.814 | + local count=0 | |
2015-08-26 19:51:12.815 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:12.817 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:12.819 | + git_has_branch openstack/oslo.serialization master | |
2015-08-26 19:51:12.820 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.822 | + local branch=master | |
2015-08-26 19:51:12.823 | + git branch -a | |
2015-08-26 19:51:12.824 | + grep remotes/origin/master | |
2015-08-26 19:51:12.826 | + return 0 | |
2015-08-26 19:51:12.827 | + git_fetch_at_ref openstack/oslo.serialization refs/changes/85/167885/27 | |
2015-08-26 19:51:12.829 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.830 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:12.832 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:12.833 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.serialization refs/changes/85/167885/27 | |
2015-08-26 19:51:12.835 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.serialization' does not appear to be a git repository | |
2015-08-26 19:51:12.836 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:12.838 | | |
2015-08-26 19:51:12.839 | Please make sure you have the correct access rights | |
2015-08-26 19:51:12.841 | and the repository exists. | |
2015-08-26 19:51:12.842 | + return 128 | |
2015-08-26 19:51:12.843 | + git_fetch_at_ref openstack/oslo.serialization | |
2015-08-26 19:51:12.845 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.846 | + local ref= | |
2015-08-26 19:51:12.848 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:12.849 | + return 1 | |
2015-08-26 19:51:12.851 | + git_has_branch openstack/oslo.serialization master | |
2015-08-26 19:51:12.852 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.854 | + local branch=master | |
2015-08-26 19:51:12.855 | + git branch -a | |
2015-08-26 19:51:12.856 | + grep remotes/origin/master | |
2015-08-26 19:51:12.858 | + return 0 | |
2015-08-26 19:51:12.859 | + git_checkout openstack/oslo.serialization master | |
2015-08-26 19:51:12.861 | + local project=openstack/oslo.serialization | |
2015-08-26 19:51:12.862 | + local branch=master | |
2015-08-26 19:51:12.863 | + local reset_branch=master | |
2015-08-26 19:51:12.865 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:12.866 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:12.868 | + git checkout master | |
2015-08-26 19:51:12.869 | Already on 'master' | |
2015-08-26 19:51:12.871 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:12.872 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:12.874 | HEAD is now at db9c140 Updated from global requirements | |
2015-08-26 19:51:12.875 | + git clean -x -f -d -q | |
2015-08-26 19:51:12.877 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:12.879 | + cd /opt/stack/new | |
2015-08-26 19:51:12.880 | + '[' -d /opt/git/openstack/oslo.utils ']' | |
2015-08-26 19:51:12.882 | + setup_project openstack/oslo.utils master | |
2015-08-26 19:51:12.883 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:12.885 | + local branch=master | |
2015-08-26 19:51:12.887 | ++ basename openstack/oslo.utils | |
2015-08-26 19:51:12.888 | + local short_project=oslo.utils | |
2015-08-26 19:51:12.890 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:12.892 | + echo 'Setting up openstack/oslo.utils @ master' | |
2015-08-26 19:51:12.894 | Setting up openstack/oslo.utils @ master | |
2015-08-26 19:51:12.895 | + git_clone_and_cd openstack/oslo.utils oslo.utils | |
2015-08-26 19:51:12.897 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:12.898 | + local short_project=oslo.utils | |
2015-08-26 19:51:12.900 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:12.902 | + [[ ! -e oslo.utils ]] | |
2015-08-26 19:51:12.904 | + echo ' Need to clone oslo.utils' | |
2015-08-26 19:51:12.905 | Need to clone oslo.utils | |
2015-08-26 19:51:16.224 | + git clone https://git.openstack.org/openstack/oslo.utils | |
2015-08-26 19:51:16.226 | Cloning into 'oslo.utils'... | |
2015-08-26 19:51:16.228 | + cd oslo.utils | |
2015-08-26 19:51:16.230 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.utils | |
2015-08-26 19:51:16.231 | + git remote set-url origin https://git.openstack.org/openstack/oslo.utils | |
2015-08-26 19:51:16.233 | ++ echo oslo.utils | |
2015-08-26 19:51:16.234 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:16.236 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:16.237 | ++ tr - _ | |
2015-08-26 19:51:16.239 | + local uc_project=OSLOUTILS | |
2015-08-26 19:51:16.241 | + local 'project_branch_var=$OVERRIDE_OSLOUTILS_PROJECT_BRANCH' | |
2015-08-26 19:51:16.242 | ++ eval echo '$OVERRIDE_OSLOUTILS_PROJECT_BRANCH' | |
2015-08-26 19:51:16.244 | +++ echo | |
2015-08-26 19:51:16.246 | + local project_branch= | |
2015-08-26 19:51:16.247 | + [[ '' != '' ]] | |
2015-08-26 19:51:16.249 | + [[ ! -z master ]] | |
2015-08-26 19:51:16.250 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:16.252 | ++ sed -e s,master,master, | |
2015-08-26 19:51:16.253 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:16.254 | + git_remote_update | |
2015-08-26 19:51:16.256 | + git_timed remote update | |
2015-08-26 19:51:16.257 | + local max_attempts=3 | |
2015-08-26 19:51:16.258 | + local count=0 | |
2015-08-26 19:51:16.260 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:16.261 | Fetching origin | |
2015-08-26 19:51:16.262 | + git_prune | |
2015-08-26 19:51:16.263 | + git_timed remote prune origin | |
2015-08-26 19:51:16.265 | + local max_attempts=3 | |
2015-08-26 19:51:16.266 | + local count=0 | |
2015-08-26 19:51:16.267 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:16.269 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:16.270 | + git_has_branch openstack/oslo.utils master | |
2015-08-26 19:51:16.272 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:16.273 | + local branch=master | |
2015-08-26 19:51:16.274 | + git branch -a | |
2015-08-26 19:51:16.276 | + grep remotes/origin/master | |
2015-08-26 19:51:16.278 | + return 0 | |
2015-08-26 19:51:16.279 | + git_fetch_at_ref openstack/oslo.utils refs/changes/85/167885/27 | |
2015-08-26 19:51:16.281 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:16.283 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:16.285 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:16.287 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.utils refs/changes/85/167885/27 | |
2015-08-26 19:51:16.288 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.utils' does not appear to be a git repository | |
2015-08-26 19:51:16.290 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:16.292 | | |
2015-08-26 19:51:16.294 | Please make sure you have the correct access rights | |
2015-08-26 19:51:16.295 | and the repository exists. | |
2015-08-26 19:51:16.297 | + return 128 | |
2015-08-26 19:51:16.299 | + git_fetch_at_ref openstack/oslo.utils | |
2015-08-26 19:51:16.301 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:16.303 | + local ref= | |
2015-08-26 19:51:16.304 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:16.306 | + return 1 | |
2015-08-26 19:51:16.308 | + git_has_branch openstack/oslo.utils master | |
2015-08-26 19:51:16.309 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:16.311 | + local branch=master | |
2015-08-26 19:51:16.313 | + grep remotes/origin/master | |
2015-08-26 19:51:16.314 | + git branch -a | |
2015-08-26 19:51:16.316 | + return 0 | |
2015-08-26 19:51:16.318 | + git_checkout openstack/oslo.utils master | |
2015-08-26 19:51:16.319 | + local project=openstack/oslo.utils | |
2015-08-26 19:51:16.321 | + local branch=master | |
2015-08-26 19:51:16.322 | + local reset_branch=master | |
2015-08-26 19:51:16.324 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:16.325 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:16.327 | + git checkout master | |
2015-08-26 19:51:16.328 | Already on 'master' | |
2015-08-26 19:51:16.330 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:16.331 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:16.332 | HEAD is now at 6a397f0 Updated from global requirements | |
2015-08-26 19:51:16.334 | + git clean -x -f -d -q | |
2015-08-26 19:51:16.335 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:16.337 | + cd /opt/stack/new | |
2015-08-26 19:51:16.338 | + '[' -d /opt/git/openstack/oslo.rootwrap ']' | |
2015-08-26 19:51:16.339 | + setup_project openstack/oslo.rootwrap master | |
2015-08-26 19:51:16.341 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:16.342 | + local branch=master | |
2015-08-26 19:51:16.343 | ++ basename openstack/oslo.rootwrap | |
2015-08-26 19:51:16.345 | + local short_project=oslo.rootwrap | |
2015-08-26 19:51:16.346 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:16.348 | + echo 'Setting up openstack/oslo.rootwrap @ master' | |
2015-08-26 19:51:16.349 | Setting up openstack/oslo.rootwrap @ master | |
2015-08-26 19:51:16.350 | + git_clone_and_cd openstack/oslo.rootwrap oslo.rootwrap | |
2015-08-26 19:51:16.352 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:16.353 | + local short_project=oslo.rootwrap | |
2015-08-26 19:51:16.354 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:16.356 | + [[ ! -e oslo.rootwrap ]] | |
2015-08-26 19:51:16.357 | + echo ' Need to clone oslo.rootwrap' | |
2015-08-26 19:51:16.358 | Need to clone oslo.rootwrap | |
2015-08-26 19:51:16.360 | + git clone https://git.openstack.org/openstack/oslo.rootwrap | |
2015-08-26 19:51:16.361 | Cloning into 'oslo.rootwrap'... | |
2015-08-26 19:51:16.363 | + cd oslo.rootwrap | |
2015-08-26 19:51:16.364 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.rootwrap | |
2015-08-26 19:51:16.366 | + git remote set-url origin https://git.openstack.org/openstack/oslo.rootwrap | |
2015-08-26 19:51:16.368 | ++ echo oslo.rootwrap | |
2015-08-26 19:51:16.369 | ++ tr - _ | |
2015-08-26 19:51:16.371 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:16.372 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:16.374 | + local uc_project=OSLOROOTWRAP | |
2015-08-26 19:51:16.376 | + local 'project_branch_var=$OVERRIDE_OSLOROOTWRAP_PROJECT_BRANCH' | |
2015-08-26 19:51:16.377 | ++ eval echo '$OVERRIDE_OSLOROOTWRAP_PROJECT_BRANCH' | |
2015-08-26 19:51:16.379 | +++ echo | |
2015-08-26 19:51:16.380 | + local project_branch= | |
2015-08-26 19:51:16.382 | + [[ '' != '' ]] | |
2015-08-26 19:51:16.383 | + [[ ! -z master ]] | |
2015-08-26 19:51:16.385 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:16.387 | ++ sed -e s,master,master, | |
2015-08-26 19:51:16.388 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:16.390 | + git_remote_update | |
2015-08-26 19:51:16.391 | + git_timed remote update | |
2015-08-26 19:51:16.393 | + local max_attempts=3 | |
2015-08-26 19:51:16.395 | + local count=0 | |
2015-08-26 19:51:16.396 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:16.398 | Fetching origin | |
2015-08-26 19:51:16.399 | + git_prune | |
2015-08-26 19:51:16.400 | + git_timed remote prune origin | |
2015-08-26 19:51:16.402 | + local max_attempts=3 | |
2015-08-26 19:51:16.403 | + local count=0 | |
2015-08-26 19:51:16.405 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:16.406 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:16.408 | + git_has_branch openstack/oslo.rootwrap master | |
2015-08-26 19:51:16.409 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:16.411 | + local branch=master | |
2015-08-26 19:51:16.412 | + git branch -a | |
2015-08-26 19:51:17.715 | + grep remotes/origin/master | |
2015-08-26 19:51:17.718 | + return 0 | |
2015-08-26 19:51:17.719 | + git_fetch_at_ref openstack/oslo.rootwrap refs/changes/85/167885/27 | |
2015-08-26 19:51:17.721 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:17.723 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:17.724 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:17.726 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.rootwrap refs/changes/85/167885/27 | |
2015-08-26 19:51:17.728 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.rootwrap' does not appear to be a git repository | |
2015-08-26 19:51:17.730 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:17.734 | | |
2015-08-26 19:51:17.736 | Please make sure you have the correct access rights | |
2015-08-26 19:51:17.738 | and the repository exists. | |
2015-08-26 19:51:17.739 | + return 128 | |
2015-08-26 19:51:17.741 | + git_fetch_at_ref openstack/oslo.rootwrap | |
2015-08-26 19:51:17.743 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:17.744 | + local ref= | |
2015-08-26 19:51:17.746 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:17.747 | + return 1 | |
2015-08-26 19:51:17.749 | + git_has_branch openstack/oslo.rootwrap master | |
2015-08-26 19:51:17.750 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:17.752 | + local branch=master | |
2015-08-26 19:51:17.753 | + git branch -a | |
2015-08-26 19:51:17.755 | + grep remotes/origin/master | |
2015-08-26 19:51:17.756 | + return 0 | |
2015-08-26 19:51:17.757 | + git_checkout openstack/oslo.rootwrap master | |
2015-08-26 19:51:17.759 | + local project=openstack/oslo.rootwrap | |
2015-08-26 19:51:17.760 | + local branch=master | |
2015-08-26 19:51:17.761 | + local reset_branch=master | |
2015-08-26 19:51:17.763 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:17.764 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:17.766 | + git checkout master | |
2015-08-26 19:51:17.767 | Already on 'master' | |
2015-08-26 19:51:17.768 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:17.770 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:17.771 | HEAD is now at e5f9a39 Handle renamed executables with KillFilter | |
2015-08-26 19:51:17.773 | + git clean -x -f -d -q | |
2015-08-26 19:51:17.774 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:17.775 | + cd /opt/stack/new | |
2015-08-26 19:51:17.777 | + '[' -d /opt/git/openstack/oslo.reports ']' | |
2015-08-26 19:51:17.779 | + setup_project openstack/oslo.reports master | |
2015-08-26 19:51:17.780 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.782 | + local branch=master | |
2015-08-26 19:51:17.784 | ++ basename openstack/oslo.reports | |
2015-08-26 19:51:17.785 | + local short_project=oslo.reports | |
2015-08-26 19:51:17.787 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:17.788 | + echo 'Setting up openstack/oslo.reports @ master' | |
2015-08-26 19:51:17.790 | Setting up openstack/oslo.reports @ master | |
2015-08-26 19:51:17.791 | + git_clone_and_cd openstack/oslo.reports oslo.reports | |
2015-08-26 19:51:17.793 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.795 | + local short_project=oslo.reports | |
2015-08-26 19:51:17.796 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:17.798 | + [[ ! -e oslo.reports ]] | |
2015-08-26 19:51:17.800 | + echo ' Need to clone oslo.reports' | |
2015-08-26 19:51:17.801 | Need to clone oslo.reports | |
2015-08-26 19:51:17.803 | + git clone https://git.openstack.org/openstack/oslo.reports | |
2015-08-26 19:51:17.805 | Cloning into 'oslo.reports'... | |
2015-08-26 19:51:17.806 | + cd oslo.reports | |
2015-08-26 19:51:17.808 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.reports | |
2015-08-26 19:51:17.810 | + git remote set-url origin https://git.openstack.org/openstack/oslo.reports | |
2015-08-26 19:51:17.811 | ++ echo oslo.reports | |
2015-08-26 19:51:17.813 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:17.814 | ++ tr - _ | |
2015-08-26 19:51:17.816 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:17.817 | + local uc_project=OSLOREPORTS | |
2015-08-26 19:51:17.818 | + local 'project_branch_var=$OVERRIDE_OSLOREPORTS_PROJECT_BRANCH' | |
2015-08-26 19:51:17.819 | ++ eval echo '$OVERRIDE_OSLOREPORTS_PROJECT_BRANCH' | |
2015-08-26 19:51:17.821 | +++ echo | |
2015-08-26 19:51:17.822 | + local project_branch= | |
2015-08-26 19:51:17.824 | + [[ '' != '' ]] | |
2015-08-26 19:51:17.825 | + [[ ! -z master ]] | |
2015-08-26 19:51:17.827 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:17.828 | ++ sed -e s,master,master, | |
2015-08-26 19:51:17.830 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:17.832 | + git_remote_update | |
2015-08-26 19:51:17.833 | + git_timed remote update | |
2015-08-26 19:51:17.835 | + local max_attempts=3 | |
2015-08-26 19:51:17.836 | + local count=0 | |
2015-08-26 19:51:17.837 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:17.839 | Fetching origin | |
2015-08-26 19:51:17.840 | + git_prune | |
2015-08-26 19:51:17.841 | + git_timed remote prune origin | |
2015-08-26 19:51:17.843 | + local max_attempts=3 | |
2015-08-26 19:51:17.844 | + local count=0 | |
2015-08-26 19:51:17.845 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:17.847 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:17.848 | + git_has_branch openstack/oslo.reports master | |
2015-08-26 19:51:17.849 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.850 | + local branch=master | |
2015-08-26 19:51:17.852 | + git branch -a | |
2015-08-26 19:51:17.853 | + grep remotes/origin/master | |
2015-08-26 19:51:17.855 | + return 0 | |
2015-08-26 19:51:17.856 | + git_fetch_at_ref openstack/oslo.reports refs/changes/85/167885/27 | |
2015-08-26 19:51:17.858 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.859 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:17.861 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:17.862 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.reports refs/changes/85/167885/27 | |
2015-08-26 19:51:17.864 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.reports' does not appear to be a git repository | |
2015-08-26 19:51:17.866 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:17.867 | | |
2015-08-26 19:51:17.869 | Please make sure you have the correct access rights | |
2015-08-26 19:51:17.871 | and the repository exists. | |
2015-08-26 19:51:17.872 | + return 128 | |
2015-08-26 19:51:17.874 | + git_fetch_at_ref openstack/oslo.reports | |
2015-08-26 19:51:17.875 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.877 | + local ref= | |
2015-08-26 19:51:17.879 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:17.880 | + return 1 | |
2015-08-26 19:51:17.882 | + git_has_branch openstack/oslo.reports master | |
2015-08-26 19:51:17.883 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.885 | + local branch=master | |
2015-08-26 19:51:17.887 | + git branch -a | |
2015-08-26 19:51:17.888 | + grep remotes/origin/master | |
2015-08-26 19:51:17.889 | + return 0 | |
2015-08-26 19:51:17.891 | + git_checkout openstack/oslo.reports master | |
2015-08-26 19:51:17.893 | + local project=openstack/oslo.reports | |
2015-08-26 19:51:17.894 | + local branch=master | |
2015-08-26 19:51:17.895 | + local reset_branch=master | |
2015-08-26 19:51:17.897 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:19.511 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:19.513 | + git checkout master | |
2015-08-26 19:51:19.514 | Already on 'master' | |
2015-08-26 19:51:19.516 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:19.518 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:19.519 | HEAD is now at ac03e4c Merge "Fill README from information in the wiki" | |
2015-08-26 19:51:19.521 | + git clean -x -f -d -q | |
2015-08-26 19:51:19.522 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:19.524 | + cd /opt/stack/new | |
2015-08-26 19:51:19.526 | + '[' -d /opt/git/openstack/oslo.policy ']' | |
2015-08-26 19:51:19.527 | + setup_project openstack/oslo.policy master | |
2015-08-26 19:51:19.529 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.531 | + local branch=master | |
2015-08-26 19:51:19.532 | ++ basename openstack/oslo.policy | |
2015-08-26 19:51:19.534 | + local short_project=oslo.policy | |
2015-08-26 19:51:19.535 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:19.537 | + echo 'Setting up openstack/oslo.policy @ master' | |
2015-08-26 19:51:19.538 | Setting up openstack/oslo.policy @ master | |
2015-08-26 19:51:19.540 | + git_clone_and_cd openstack/oslo.policy oslo.policy | |
2015-08-26 19:51:19.541 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.543 | + local short_project=oslo.policy | |
2015-08-26 19:51:19.544 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:19.546 | + [[ ! -e oslo.policy ]] | |
2015-08-26 19:51:19.547 | + echo ' Need to clone oslo.policy' | |
2015-08-26 19:51:19.549 | Need to clone oslo.policy | |
2015-08-26 19:51:19.550 | + git clone https://git.openstack.org/openstack/oslo.policy | |
2015-08-26 19:51:19.552 | Cloning into 'oslo.policy'... | |
2015-08-26 19:51:19.553 | + cd oslo.policy | |
2015-08-26 19:51:19.555 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.policy | |
2015-08-26 19:51:19.557 | + git remote set-url origin https://git.openstack.org/openstack/oslo.policy | |
2015-08-26 19:51:19.558 | ++ echo oslo.policy | |
2015-08-26 19:51:19.560 | ++ tr - _ | |
2015-08-26 19:51:19.561 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:19.563 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:19.565 | + local uc_project=OSLOPOLICY | |
2015-08-26 19:51:19.566 | + local 'project_branch_var=$OVERRIDE_OSLOPOLICY_PROJECT_BRANCH' | |
2015-08-26 19:51:19.568 | ++ eval echo '$OVERRIDE_OSLOPOLICY_PROJECT_BRANCH' | |
2015-08-26 19:51:19.569 | +++ echo | |
2015-08-26 19:51:19.571 | + local project_branch= | |
2015-08-26 19:51:19.573 | + [[ '' != '' ]] | |
2015-08-26 19:51:19.574 | + [[ ! -z master ]] | |
2015-08-26 19:51:19.576 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:19.577 | ++ sed -e s,master,master, | |
2015-08-26 19:51:19.579 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:19.581 | + git_remote_update | |
2015-08-26 19:51:19.582 | + git_timed remote update | |
2015-08-26 19:51:19.584 | + local max_attempts=3 | |
2015-08-26 19:51:19.585 | + local count=0 | |
2015-08-26 19:51:19.587 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:19.588 | Fetching origin | |
2015-08-26 19:51:19.589 | + git_prune | |
2015-08-26 19:51:19.591 | + git_timed remote prune origin | |
2015-08-26 19:51:19.592 | + local max_attempts=3 | |
2015-08-26 19:51:19.594 | + local count=0 | |
2015-08-26 19:51:19.595 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:19.597 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:19.598 | + git_has_branch openstack/oslo.policy master | |
2015-08-26 19:51:19.600 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.601 | + local branch=master | |
2015-08-26 19:51:19.602 | + git branch -a | |
2015-08-26 19:51:19.604 | + grep remotes/origin/master | |
2015-08-26 19:51:19.605 | + return 0 | |
2015-08-26 19:51:19.607 | + git_fetch_at_ref openstack/oslo.policy refs/changes/85/167885/27 | |
2015-08-26 19:51:19.609 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.610 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:19.612 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:19.614 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.policy refs/changes/85/167885/27 | |
2015-08-26 19:51:19.616 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.policy' does not appear to be a git repository | |
2015-08-26 19:51:19.617 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:19.619 | | |
2015-08-26 19:51:19.621 | Please make sure you have the correct access rights | |
2015-08-26 19:51:19.622 | and the repository exists. | |
2015-08-26 19:51:19.624 | + return 128 | |
2015-08-26 19:51:19.626 | + git_fetch_at_ref openstack/oslo.policy | |
2015-08-26 19:51:19.627 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.628 | + local ref= | |
2015-08-26 19:51:19.630 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:19.631 | + return 1 | |
2015-08-26 19:51:19.633 | + git_has_branch openstack/oslo.policy master | |
2015-08-26 19:51:19.634 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.636 | + local branch=master | |
2015-08-26 19:51:19.637 | + git branch -a | |
2015-08-26 19:51:19.638 | + grep remotes/origin/master | |
2015-08-26 19:51:19.640 | + return 0 | |
2015-08-26 19:51:19.641 | + git_checkout openstack/oslo.policy master | |
2015-08-26 19:51:19.643 | + local project=openstack/oslo.policy | |
2015-08-26 19:51:19.644 | + local branch=master | |
2015-08-26 19:51:19.646 | + local reset_branch=master | |
2015-08-26 19:51:19.647 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:19.649 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:19.650 | + git checkout master | |
2015-08-26 19:51:19.652 | Already on 'master' | |
2015-08-26 19:51:19.654 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:19.655 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:19.656 | HEAD is now at 672ae4e Merge "Overwrite option should not cause policy file reloading" | |
2015-08-26 19:51:19.658 | + git clean -x -f -d -q | |
2015-08-26 19:51:19.659 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:19.661 | + cd /opt/stack/new | |
2015-08-26 19:51:19.662 | + '[' -d /opt/git/openstack/oslo.middleware ']' | |
2015-08-26 19:51:19.663 | + setup_project openstack/oslo.middleware master | |
2015-08-26 19:51:19.665 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:19.666 | + local branch=master | |
2015-08-26 19:51:19.667 | ++ basename openstack/oslo.middleware | |
2015-08-26 19:51:19.669 | + local short_project=oslo.middleware | |
2015-08-26 19:51:19.670 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:19.672 | + echo 'Setting up openstack/oslo.middleware @ master' | |
2015-08-26 19:51:19.673 | Setting up openstack/oslo.middleware @ master | |
2015-08-26 19:51:19.674 | + git_clone_and_cd openstack/oslo.middleware oslo.middleware | |
2015-08-26 19:51:19.676 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:19.678 | + local short_project=oslo.middleware | |
2015-08-26 19:51:19.680 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:19.682 | + [[ ! -e oslo.middleware ]] | |
2015-08-26 19:51:19.684 | + echo ' Need to clone oslo.middleware' | |
2015-08-26 19:51:19.686 | Need to clone oslo.middleware | |
2015-08-26 19:51:19.687 | + git clone https://git.openstack.org/openstack/oslo.middleware | |
2015-08-26 19:51:24.318 | Cloning into 'oslo.middleware'... | |
2015-08-26 19:51:24.322 | + cd oslo.middleware | |
2015-08-26 19:51:24.324 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.middleware | |
2015-08-26 19:51:24.326 | + git remote set-url origin https://git.openstack.org/openstack/oslo.middleware | |
2015-08-26 19:51:24.327 | ++ echo oslo.middleware | |
2015-08-26 19:51:24.329 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:24.330 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:24.332 | ++ tr - _ | |
2015-08-26 19:51:24.334 | + local uc_project=OSLOMIDDLEWARE | |
2015-08-26 19:51:24.335 | + local 'project_branch_var=$OVERRIDE_OSLOMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:51:24.337 | ++ eval echo '$OVERRIDE_OSLOMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:51:24.338 | +++ echo | |
2015-08-26 19:51:24.339 | + local project_branch= | |
2015-08-26 19:51:24.341 | + [[ '' != '' ]] | |
2015-08-26 19:51:24.343 | + [[ ! -z master ]] | |
2015-08-26 19:51:24.344 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:24.345 | ++ sed -e s,master,master, | |
2015-08-26 19:51:24.347 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:24.348 | + git_remote_update | |
2015-08-26 19:51:24.350 | + git_timed remote update | |
2015-08-26 19:51:24.352 | + local max_attempts=3 | |
2015-08-26 19:51:24.353 | + local count=0 | |
2015-08-26 19:51:24.355 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:24.356 | Fetching origin | |
2015-08-26 19:51:24.357 | + git_prune | |
2015-08-26 19:51:24.359 | + git_timed remote prune origin | |
2015-08-26 19:51:24.360 | + local max_attempts=3 | |
2015-08-26 19:51:24.362 | + local count=0 | |
2015-08-26 19:51:24.363 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:24.365 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:24.366 | + git_has_branch openstack/oslo.middleware master | |
2015-08-26 19:51:24.368 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:24.369 | + local branch=master | |
2015-08-26 19:51:24.371 | + git branch -a | |
2015-08-26 19:51:24.372 | + grep remotes/origin/master | |
2015-08-26 19:51:24.374 | + return 0 | |
2015-08-26 19:51:24.375 | + git_fetch_at_ref openstack/oslo.middleware refs/changes/85/167885/27 | |
2015-08-26 19:51:24.377 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:24.379 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:24.381 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:24.382 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.middleware refs/changes/85/167885/27 | |
2015-08-26 19:51:24.384 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.middleware' does not appear to be a git repository | |
2015-08-26 19:51:24.385 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:24.387 | | |
2015-08-26 19:51:24.389 | Please make sure you have the correct access rights | |
2015-08-26 19:51:24.390 | and the repository exists. | |
2015-08-26 19:51:24.392 | + return 128 | |
2015-08-26 19:51:24.393 | + git_fetch_at_ref openstack/oslo.middleware | |
2015-08-26 19:51:24.395 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:24.397 | + local ref= | |
2015-08-26 19:51:24.398 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:24.400 | + return 1 | |
2015-08-26 19:51:24.401 | + git_has_branch openstack/oslo.middleware master | |
2015-08-26 19:51:24.402 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:24.404 | + local branch=master | |
2015-08-26 19:51:24.405 | + git branch -a | |
2015-08-26 19:51:24.406 | + grep remotes/origin/master | |
2015-08-26 19:51:24.408 | + return 0 | |
2015-08-26 19:51:24.409 | + git_checkout openstack/oslo.middleware master | |
2015-08-26 19:51:24.411 | + local project=openstack/oslo.middleware | |
2015-08-26 19:51:24.412 | + local branch=master | |
2015-08-26 19:51:24.413 | + local reset_branch=master | |
2015-08-26 19:51:24.415 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:24.416 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:24.418 | + git checkout master | |
2015-08-26 19:51:24.419 | Already on 'master' | |
2015-08-26 19:51:24.420 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:24.422 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:24.423 | HEAD is now at 95b735d Updated from global requirements | |
2015-08-26 19:51:24.425 | + git clean -x -f -d -q | |
2015-08-26 19:51:24.426 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:24.427 | + cd /opt/stack/new | |
2015-08-26 19:51:24.429 | + '[' -d /opt/git/openstack/oslo.messaging ']' | |
2015-08-26 19:51:24.431 | + setup_project openstack/oslo.messaging master | |
2015-08-26 19:51:24.432 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:24.433 | + local branch=master | |
2015-08-26 19:51:24.435 | ++ basename openstack/oslo.messaging | |
2015-08-26 19:51:24.436 | + local short_project=oslo.messaging | |
2015-08-26 19:51:24.438 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:24.439 | + echo 'Setting up openstack/oslo.messaging @ master' | |
2015-08-26 19:51:24.441 | Setting up openstack/oslo.messaging @ master | |
2015-08-26 19:51:24.443 | + git_clone_and_cd openstack/oslo.messaging oslo.messaging | |
2015-08-26 19:51:24.444 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:24.446 | + local short_project=oslo.messaging | |
2015-08-26 19:51:24.447 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:24.448 | + [[ ! -e oslo.messaging ]] | |
2015-08-26 19:51:24.450 | + echo ' Need to clone oslo.messaging' | |
2015-08-26 19:51:24.451 | Need to clone oslo.messaging | |
2015-08-26 19:51:24.453 | + git clone https://git.openstack.org/openstack/oslo.messaging | |
2015-08-26 19:51:24.454 | Cloning into 'oslo.messaging'... | |
2015-08-26 19:51:24.456 | + cd oslo.messaging | |
2015-08-26 19:51:24.457 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.messaging | |
2015-08-26 19:51:24.459 | + git remote set-url origin https://git.openstack.org/openstack/oslo.messaging | |
2015-08-26 19:51:24.460 | ++ echo oslo.messaging | |
2015-08-26 19:51:24.462 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:24.463 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:24.465 | ++ tr - _ | |
2015-08-26 19:51:24.466 | + local uc_project=OSLOMESSAGING | |
2015-08-26 19:51:24.468 | + local 'project_branch_var=$OVERRIDE_OSLOMESSAGING_PROJECT_BRANCH' | |
2015-08-26 19:51:24.470 | ++ eval echo '$OVERRIDE_OSLOMESSAGING_PROJECT_BRANCH' | |
2015-08-26 19:51:24.471 | +++ echo | |
2015-08-26 19:51:24.474 | + local project_branch= | |
2015-08-26 19:51:24.476 | + [[ '' != '' ]] | |
2015-08-26 19:51:24.477 | + [[ ! -z master ]] | |
2015-08-26 19:51:24.479 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:24.481 | ++ sed -e s,master,master, | |
2015-08-26 19:51:24.482 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:24.484 | + git_remote_update | |
2015-08-26 19:51:24.486 | + git_timed remote update | |
2015-08-26 19:51:24.488 | + local max_attempts=3 | |
2015-08-26 19:51:24.489 | + local count=0 | |
2015-08-26 19:51:24.491 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:24.493 | Fetching origin | |
2015-08-26 19:51:24.495 | + git_prune | |
2015-08-26 19:51:24.497 | + git_timed remote prune origin | |
2015-08-26 19:51:24.498 | + local max_attempts=3 | |
2015-08-26 19:51:24.500 | + local count=0 | |
2015-08-26 19:51:24.502 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:24.503 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:24.505 | + git_has_branch openstack/oslo.messaging master | |
2015-08-26 19:51:26.109 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:26.111 | + local branch=master | |
2015-08-26 19:51:26.112 | + git branch -a | |
2015-08-26 19:51:26.114 | + grep remotes/origin/master | |
2015-08-26 19:51:26.116 | + return 0 | |
2015-08-26 19:51:26.117 | + git_fetch_at_ref openstack/oslo.messaging refs/changes/85/167885/27 | |
2015-08-26 19:51:26.118 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:26.120 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:26.121 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:26.123 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.messaging refs/changes/85/167885/27 | |
2015-08-26 19:51:26.124 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.messaging' does not appear to be a git repository | |
2015-08-26 19:51:26.126 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:26.127 | | |
2015-08-26 19:51:26.128 | Please make sure you have the correct access rights | |
2015-08-26 19:51:26.130 | and the repository exists. | |
2015-08-26 19:51:26.131 | + return 128 | |
2015-08-26 19:51:26.133 | + git_fetch_at_ref openstack/oslo.messaging | |
2015-08-26 19:51:26.134 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:26.136 | + local ref= | |
2015-08-26 19:51:26.137 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:26.139 | + return 1 | |
2015-08-26 19:51:26.140 | + git_has_branch openstack/oslo.messaging master | |
2015-08-26 19:51:26.142 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:26.144 | + local branch=master | |
2015-08-26 19:51:26.146 | + git branch -a | |
2015-08-26 19:51:26.148 | + grep remotes/origin/master | |
2015-08-26 19:51:26.149 | + return 0 | |
2015-08-26 19:51:26.153 | + git_checkout openstack/oslo.messaging master | |
2015-08-26 19:51:26.155 | + local project=openstack/oslo.messaging | |
2015-08-26 19:51:26.156 | + local branch=master | |
2015-08-26 19:51:26.158 | + local reset_branch=master | |
2015-08-26 19:51:26.159 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:26.161 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:26.162 | + git checkout master | |
2015-08-26 19:51:26.164 | Already on 'master' | |
2015-08-26 19:51:26.165 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:26.167 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:26.169 | HEAD is now at f4b6171 Updated from global requirements | |
2015-08-26 19:51:26.171 | + git clean -x -f -d -q | |
2015-08-26 19:51:26.172 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:26.174 | + cd /opt/stack/new | |
2015-08-26 19:51:26.176 | + '[' -d /opt/git/openstack/oslo.log ']' | |
2015-08-26 19:51:26.177 | + setup_project openstack/oslo.log master | |
2015-08-26 19:51:26.179 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.181 | + local branch=master | |
2015-08-26 19:51:26.183 | ++ basename openstack/oslo.log | |
2015-08-26 19:51:26.184 | + local short_project=oslo.log | |
2015-08-26 19:51:26.186 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:26.187 | + echo 'Setting up openstack/oslo.log @ master' | |
2015-08-26 19:51:26.189 | Setting up openstack/oslo.log @ master | |
2015-08-26 19:51:26.190 | + git_clone_and_cd openstack/oslo.log oslo.log | |
2015-08-26 19:51:26.192 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.193 | + local short_project=oslo.log | |
2015-08-26 19:51:26.195 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:26.196 | + [[ ! -e oslo.log ]] | |
2015-08-26 19:51:26.197 | + echo ' Need to clone oslo.log' | |
2015-08-26 19:51:26.199 | Need to clone oslo.log | |
2015-08-26 19:51:26.200 | + git clone https://git.openstack.org/openstack/oslo.log | |
2015-08-26 19:51:26.202 | Cloning into 'oslo.log'... | |
2015-08-26 19:51:26.203 | + cd oslo.log | |
2015-08-26 19:51:26.205 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.log | |
2015-08-26 19:51:26.206 | + git remote set-url origin https://git.openstack.org/openstack/oslo.log | |
2015-08-26 19:51:26.207 | ++ echo oslo.log | |
2015-08-26 19:51:26.209 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:26.210 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:26.212 | ++ tr - _ | |
2015-08-26 19:51:26.214 | + local uc_project=OSLOLOG | |
2015-08-26 19:51:26.215 | + local 'project_branch_var=$OVERRIDE_OSLOLOG_PROJECT_BRANCH' | |
2015-08-26 19:51:26.217 | ++ eval echo '$OVERRIDE_OSLOLOG_PROJECT_BRANCH' | |
2015-08-26 19:51:26.219 | +++ echo | |
2015-08-26 19:51:26.220 | + local project_branch= | |
2015-08-26 19:51:26.222 | + [[ '' != '' ]] | |
2015-08-26 19:51:26.223 | + [[ ! -z master ]] | |
2015-08-26 19:51:26.225 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:26.226 | ++ sed -e s,master,master, | |
2015-08-26 19:51:26.227 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:26.229 | + git_remote_update | |
2015-08-26 19:51:26.230 | + git_timed remote update | |
2015-08-26 19:51:26.231 | + local max_attempts=3 | |
2015-08-26 19:51:26.233 | + local count=0 | |
2015-08-26 19:51:26.234 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:26.236 | Fetching origin | |
2015-08-26 19:51:26.237 | + git_prune | |
2015-08-26 19:51:26.239 | + git_timed remote prune origin | |
2015-08-26 19:51:26.240 | + local max_attempts=3 | |
2015-08-26 19:51:26.242 | + local count=0 | |
2015-08-26 19:51:26.243 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:26.244 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:26.246 | + git_has_branch openstack/oslo.log master | |
2015-08-26 19:51:26.247 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.248 | + local branch=master | |
2015-08-26 19:51:26.250 | + git branch -a | |
2015-08-26 19:51:26.251 | + grep remotes/origin/master | |
2015-08-26 19:51:26.252 | + return 0 | |
2015-08-26 19:51:26.253 | + git_fetch_at_ref openstack/oslo.log refs/changes/85/167885/27 | |
2015-08-26 19:51:26.255 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.256 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:26.257 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:26.259 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.log refs/changes/85/167885/27 | |
2015-08-26 19:51:26.260 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.log' does not appear to be a git repository | |
2015-08-26 19:51:26.261 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:26.262 | | |
2015-08-26 19:51:26.264 | Please make sure you have the correct access rights | |
2015-08-26 19:51:26.265 | and the repository exists. | |
2015-08-26 19:51:26.266 | + return 128 | |
2015-08-26 19:51:26.267 | + git_fetch_at_ref openstack/oslo.log | |
2015-08-26 19:51:26.269 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.270 | + local ref= | |
2015-08-26 19:51:26.271 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:26.272 | + return 1 | |
2015-08-26 19:51:26.274 | + git_has_branch openstack/oslo.log master | |
2015-08-26 19:51:26.275 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.276 | + local branch=master | |
2015-08-26 19:51:26.277 | + git branch -a | |
2015-08-26 19:51:26.279 | + grep remotes/origin/master | |
2015-08-26 19:51:26.280 | + return 0 | |
2015-08-26 19:51:26.281 | + git_checkout openstack/oslo.log master | |
2015-08-26 19:51:26.282 | + local project=openstack/oslo.log | |
2015-08-26 19:51:26.284 | + local branch=master | |
2015-08-26 19:51:26.285 | + local reset_branch=master | |
2015-08-26 19:51:26.287 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:26.288 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:26.289 | + git checkout master | |
2015-08-26 19:51:26.291 | Already on 'master' | |
2015-08-26 19:51:29.380 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:29.382 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:29.384 | HEAD is now at 099be86 Updated from global requirements | |
2015-08-26 19:51:29.385 | + git clean -x -f -d -q | |
2015-08-26 19:51:29.388 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:29.389 | + cd /opt/stack/new | |
2015-08-26 19:51:29.391 | + '[' -d /opt/git/openstack/oslo.i18n ']' | |
2015-08-26 19:51:29.392 | + setup_project openstack/oslo.i18n master | |
2015-08-26 19:51:29.394 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.395 | + local branch=master | |
2015-08-26 19:51:29.396 | ++ basename openstack/oslo.i18n | |
2015-08-26 19:51:29.397 | + local short_project=oslo.i18n | |
2015-08-26 19:51:29.399 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:29.400 | + echo 'Setting up openstack/oslo.i18n @ master' | |
2015-08-26 19:51:29.401 | Setting up openstack/oslo.i18n @ master | |
2015-08-26 19:51:29.402 | + git_clone_and_cd openstack/oslo.i18n oslo.i18n | |
2015-08-26 19:51:29.404 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.405 | + local short_project=oslo.i18n | |
2015-08-26 19:51:29.406 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:29.407 | + [[ ! -e oslo.i18n ]] | |
2015-08-26 19:51:29.409 | + echo ' Need to clone oslo.i18n' | |
2015-08-26 19:51:29.410 | Need to clone oslo.i18n | |
2015-08-26 19:51:29.411 | + git clone https://git.openstack.org/openstack/oslo.i18n | |
2015-08-26 19:51:29.412 | Cloning into 'oslo.i18n'... | |
2015-08-26 19:51:29.414 | + cd oslo.i18n | |
2015-08-26 19:51:29.415 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.i18n | |
2015-08-26 19:51:29.416 | + git remote set-url origin https://git.openstack.org/openstack/oslo.i18n | |
2015-08-26 19:51:29.418 | ++ echo oslo.i18n | |
2015-08-26 19:51:29.419 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:29.420 | ++ tr - _ | |
2015-08-26 19:51:29.421 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:29.423 | + local uc_project=OSLOI18N | |
2015-08-26 19:51:29.424 | + local 'project_branch_var=$OVERRIDE_OSLOI18N_PROJECT_BRANCH' | |
2015-08-26 19:51:29.429 | ++ eval echo '$OVERRIDE_OSLOI18N_PROJECT_BRANCH' | |
2015-08-26 19:51:29.431 | +++ echo | |
2015-08-26 19:51:29.432 | + local project_branch= | |
2015-08-26 19:51:29.434 | + [[ '' != '' ]] | |
2015-08-26 19:51:29.435 | + [[ ! -z master ]] | |
2015-08-26 19:51:29.437 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:29.438 | ++ sed -e s,master,master, | |
2015-08-26 19:51:29.440 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:29.441 | + git_remote_update | |
2015-08-26 19:51:29.442 | + git_timed remote update | |
2015-08-26 19:51:29.444 | + local max_attempts=3 | |
2015-08-26 19:51:29.445 | + local count=0 | |
2015-08-26 19:51:29.446 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:29.447 | Fetching origin | |
2015-08-26 19:51:29.449 | + git_prune | |
2015-08-26 19:51:29.450 | + git_timed remote prune origin | |
2015-08-26 19:51:29.452 | + local max_attempts=3 | |
2015-08-26 19:51:29.453 | + local count=0 | |
2015-08-26 19:51:29.455 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:29.457 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:29.458 | + git_has_branch openstack/oslo.i18n master | |
2015-08-26 19:51:29.459 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.461 | + local branch=master | |
2015-08-26 19:51:29.462 | + git branch -a | |
2015-08-26 19:51:29.464 | + grep remotes/origin/master | |
2015-08-26 19:51:29.465 | + return 0 | |
2015-08-26 19:51:29.466 | + git_fetch_at_ref openstack/oslo.i18n refs/changes/85/167885/27 | |
2015-08-26 19:51:29.468 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.469 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:29.471 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:29.472 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.i18n refs/changes/85/167885/27 | |
2015-08-26 19:51:29.474 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.i18n' does not appear to be a git repository | |
2015-08-26 19:51:29.475 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:29.476 | | |
2015-08-26 19:51:29.478 | Please make sure you have the correct access rights | |
2015-08-26 19:51:29.479 | and the repository exists. | |
2015-08-26 19:51:29.481 | + return 128 | |
2015-08-26 19:51:29.482 | + git_fetch_at_ref openstack/oslo.i18n | |
2015-08-26 19:51:29.484 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.485 | + local ref= | |
2015-08-26 19:51:29.487 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:29.488 | + return 1 | |
2015-08-26 19:51:29.489 | + git_has_branch openstack/oslo.i18n master | |
2015-08-26 19:51:29.491 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.492 | + local branch=master | |
2015-08-26 19:51:29.493 | + git branch -a | |
2015-08-26 19:51:29.495 | + grep remotes/origin/master | |
2015-08-26 19:51:29.496 | + return 0 | |
2015-08-26 19:51:29.498 | + git_checkout openstack/oslo.i18n master | |
2015-08-26 19:51:29.499 | + local project=openstack/oslo.i18n | |
2015-08-26 19:51:29.501 | + local branch=master | |
2015-08-26 19:51:29.502 | + local reset_branch=master | |
2015-08-26 19:51:29.504 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:29.505 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:29.507 | + git checkout master | |
2015-08-26 19:51:29.508 | Already on 'master' | |
2015-08-26 19:51:29.510 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:29.511 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:29.513 | HEAD is now at 7e545f9 Updated from global requirements | |
2015-08-26 19:51:29.514 | + git clean -x -f -d -q | |
2015-08-26 19:51:29.516 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:29.517 | + cd /opt/stack/new | |
2015-08-26 19:51:29.519 | + '[' -d /opt/git/openstack/oslo.db ']' | |
2015-08-26 19:51:29.521 | + setup_project openstack/oslo.db master | |
2015-08-26 19:51:29.522 | + local project=openstack/oslo.db | |
2015-08-26 19:51:29.524 | + local branch=master | |
2015-08-26 19:51:29.526 | ++ basename openstack/oslo.db | |
2015-08-26 19:51:29.527 | + local short_project=oslo.db | |
2015-08-26 19:51:29.529 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:29.530 | + echo 'Setting up openstack/oslo.db @ master' | |
2015-08-26 19:51:29.531 | Setting up openstack/oslo.db @ master | |
2015-08-26 19:51:29.533 | + git_clone_and_cd openstack/oslo.db oslo.db | |
2015-08-26 19:51:29.534 | + local project=openstack/oslo.db | |
2015-08-26 19:51:29.536 | + local short_project=oslo.db | |
2015-08-26 19:51:29.537 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:29.539 | + [[ ! -e oslo.db ]] | |
2015-08-26 19:51:29.540 | + echo ' Need to clone oslo.db' | |
2015-08-26 19:51:29.541 | Need to clone oslo.db | |
2015-08-26 19:51:29.543 | + git clone https://git.openstack.org/openstack/oslo.db | |
2015-08-26 19:51:29.544 | Cloning into 'oslo.db'... | |
2015-08-26 19:51:29.546 | + cd oslo.db | |
2015-08-26 19:51:29.547 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.db | |
2015-08-26 19:51:29.549 | + git remote set-url origin https://git.openstack.org/openstack/oslo.db | |
2015-08-26 19:51:29.550 | ++ echo oslo.db | |
2015-08-26 19:51:29.551 | ++ tr - _ | |
2015-08-26 19:51:29.553 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:29.554 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:29.556 | + local uc_project=OSLODB | |
2015-08-26 19:51:31.772 | + local 'project_branch_var=$OVERRIDE_OSLODB_PROJECT_BRANCH' | |
2015-08-26 19:51:31.773 | ++ eval echo '$OVERRIDE_OSLODB_PROJECT_BRANCH' | |
2015-08-26 19:51:31.775 | +++ echo | |
2015-08-26 19:51:31.777 | + local project_branch= | |
2015-08-26 19:51:31.779 | + [[ '' != '' ]] | |
2015-08-26 19:51:31.781 | + [[ ! -z master ]] | |
2015-08-26 19:51:31.782 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:31.784 | ++ sed -e s,master,master, | |
2015-08-26 19:51:31.786 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:31.787 | + git_remote_update | |
2015-08-26 19:51:31.789 | + git_timed remote update | |
2015-08-26 19:51:31.790 | + local max_attempts=3 | |
2015-08-26 19:51:31.792 | + local count=0 | |
2015-08-26 19:51:31.794 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:31.795 | Fetching origin | |
2015-08-26 19:51:31.797 | + git_prune | |
2015-08-26 19:51:31.798 | + git_timed remote prune origin | |
2015-08-26 19:51:31.799 | + local max_attempts=3 | |
2015-08-26 19:51:31.801 | + local count=0 | |
2015-08-26 19:51:31.802 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:31.804 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:31.805 | + git_has_branch openstack/oslo.db master | |
2015-08-26 19:51:31.807 | + local project=openstack/oslo.db | |
2015-08-26 19:51:31.808 | + local branch=master | |
2015-08-26 19:51:31.810 | + git branch -a | |
2015-08-26 19:51:31.811 | + grep remotes/origin/master | |
2015-08-26 19:51:31.813 | + return 0 | |
2015-08-26 19:51:31.814 | + git_fetch_at_ref openstack/oslo.db refs/changes/85/167885/27 | |
2015-08-26 19:51:31.815 | + local project=openstack/oslo.db | |
2015-08-26 19:51:31.817 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:31.818 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:31.820 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.db refs/changes/85/167885/27 | |
2015-08-26 19:51:31.822 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.db' does not appear to be a git repository | |
2015-08-26 19:51:31.823 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:31.825 | | |
2015-08-26 19:51:31.826 | Please make sure you have the correct access rights | |
2015-08-26 19:51:31.828 | and the repository exists. | |
2015-08-26 19:51:31.829 | + return 128 | |
2015-08-26 19:51:31.831 | + git_fetch_at_ref openstack/oslo.db | |
2015-08-26 19:51:31.832 | + local project=openstack/oslo.db | |
2015-08-26 19:51:31.834 | + local ref= | |
2015-08-26 19:51:31.835 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:31.837 | + return 1 | |
2015-08-26 19:51:31.839 | + git_has_branch openstack/oslo.db master | |
2015-08-26 19:51:31.841 | + local project=openstack/oslo.db | |
2015-08-26 19:51:31.842 | + local branch=master | |
2015-08-26 19:51:31.844 | + git branch -a | |
2015-08-26 19:51:31.845 | + grep remotes/origin/master | |
2015-08-26 19:51:31.847 | + return 0 | |
2015-08-26 19:51:31.849 | + git_checkout openstack/oslo.db master | |
2015-08-26 19:51:31.850 | + local project=openstack/oslo.db | |
2015-08-26 19:51:31.852 | + local branch=master | |
2015-08-26 19:51:31.854 | + local reset_branch=master | |
2015-08-26 19:51:31.855 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:31.857 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:31.858 | + git checkout master | |
2015-08-26 19:51:31.860 | Already on 'master' | |
2015-08-26 19:51:31.861 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:31.862 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:31.864 | HEAD is now at 15e9050 Updated from global requirements | |
2015-08-26 19:51:31.865 | + git clean -x -f -d -q | |
2015-08-26 19:51:31.867 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:31.869 | + cd /opt/stack/new | |
2015-08-26 19:51:31.870 | + '[' -d /opt/git/openstack/oslo.context ']' | |
2015-08-26 19:51:31.872 | + setup_project openstack/oslo.context master | |
2015-08-26 19:51:31.873 | + local project=openstack/oslo.context | |
2015-08-26 19:51:31.875 | + local branch=master | |
2015-08-26 19:51:31.877 | ++ basename openstack/oslo.context | |
2015-08-26 19:51:31.878 | + local short_project=oslo.context | |
2015-08-26 19:51:31.880 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:31.881 | + echo 'Setting up openstack/oslo.context @ master' | |
2015-08-26 19:51:31.883 | Setting up openstack/oslo.context @ master | |
2015-08-26 19:51:31.885 | + git_clone_and_cd openstack/oslo.context oslo.context | |
2015-08-26 19:51:31.886 | + local project=openstack/oslo.context | |
2015-08-26 19:51:31.888 | + local short_project=oslo.context | |
2015-08-26 19:51:31.889 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:31.891 | + [[ ! -e oslo.context ]] | |
2015-08-26 19:51:31.892 | + echo ' Need to clone oslo.context' | |
2015-08-26 19:51:31.894 | Need to clone oslo.context | |
2015-08-26 19:51:31.896 | + git clone https://git.openstack.org/openstack/oslo.context | |
2015-08-26 19:51:31.897 | Cloning into 'oslo.context'... | |
2015-08-26 19:51:31.899 | + cd oslo.context | |
2015-08-26 19:51:31.901 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.context | |
2015-08-26 19:51:31.902 | + git remote set-url origin https://git.openstack.org/openstack/oslo.context | |
2015-08-26 19:51:31.904 | ++ echo oslo.context | |
2015-08-26 19:51:31.906 | ++ tr - _ | |
2015-08-26 19:51:31.908 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:31.910 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:31.911 | + local uc_project=OSLOCONTEXT | |
2015-08-26 19:51:31.913 | + local 'project_branch_var=$OVERRIDE_OSLOCONTEXT_PROJECT_BRANCH' | |
2015-08-26 19:51:31.914 | ++ eval echo '$OVERRIDE_OSLOCONTEXT_PROJECT_BRANCH' | |
2015-08-26 19:51:31.915 | +++ echo | |
2015-08-26 19:51:31.921 | + local project_branch= | |
2015-08-26 19:51:31.923 | + [[ '' != '' ]] | |
2015-08-26 19:51:31.924 | + [[ ! -z master ]] | |
2015-08-26 19:51:31.926 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:31.927 | ++ sed -e s,master,master, | |
2015-08-26 19:51:31.928 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:31.930 | + git_remote_update | |
2015-08-26 19:51:31.931 | + git_timed remote update | |
2015-08-26 19:51:31.933 | + local max_attempts=3 | |
2015-08-26 19:51:31.934 | + local count=0 | |
2015-08-26 19:51:31.936 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:31.937 | Fetching origin | |
2015-08-26 19:51:31.939 | + git_prune | |
2015-08-26 19:51:31.941 | + git_timed remote prune origin | |
2015-08-26 19:51:31.942 | + local max_attempts=3 | |
2015-08-26 19:51:31.944 | + local count=0 | |
2015-08-26 19:51:31.946 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:31.947 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:31.948 | + git_has_branch openstack/oslo.context master | |
2015-08-26 19:51:31.950 | + local project=openstack/oslo.context | |
2015-08-26 19:51:31.951 | + local branch=master | |
2015-08-26 19:51:31.952 | + git branch -a | |
2015-08-26 19:51:31.954 | + grep remotes/origin/master | |
2015-08-26 19:51:31.955 | + return 0 | |
2015-08-26 19:51:31.956 | + git_fetch_at_ref openstack/oslo.context refs/changes/85/167885/27 | |
2015-08-26 19:51:31.957 | + local project=openstack/oslo.context | |
2015-08-26 19:51:31.959 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:31.960 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:31.962 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.context refs/changes/85/167885/27 | |
2015-08-26 19:51:31.964 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.context' does not appear to be a git repository | |
2015-08-26 19:51:33.904 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:33.906 | | |
2015-08-26 19:51:33.908 | Please make sure you have the correct access rights | |
2015-08-26 19:51:33.910 | and the repository exists. | |
2015-08-26 19:51:33.911 | + return 128 | |
2015-08-26 19:51:33.913 | + git_fetch_at_ref openstack/oslo.context | |
2015-08-26 19:51:33.915 | + local project=openstack/oslo.context | |
2015-08-26 19:51:33.917 | + local ref= | |
2015-08-26 19:51:33.918 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:33.920 | + return 1 | |
2015-08-26 19:51:33.922 | + git_has_branch openstack/oslo.context master | |
2015-08-26 19:51:33.923 | + local project=openstack/oslo.context | |
2015-08-26 19:51:33.925 | + local branch=master | |
2015-08-26 19:51:33.927 | + git branch -a | |
2015-08-26 19:51:33.928 | + grep remotes/origin/master | |
2015-08-26 19:51:33.930 | + return 0 | |
2015-08-26 19:51:33.932 | + git_checkout openstack/oslo.context master | |
2015-08-26 19:51:33.933 | + local project=openstack/oslo.context | |
2015-08-26 19:51:33.935 | + local branch=master | |
2015-08-26 19:51:33.937 | + local reset_branch=master | |
2015-08-26 19:51:33.939 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:33.940 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:33.942 | + git checkout master | |
2015-08-26 19:51:33.945 | Already on 'master' | |
2015-08-26 19:51:33.947 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:33.949 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:33.950 | HEAD is now at 73c91b8 Updated from global requirements | |
2015-08-26 19:51:33.952 | + git clean -x -f -d -q | |
2015-08-26 19:51:33.953 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:33.955 | + cd /opt/stack/new | |
2015-08-26 19:51:33.956 | + '[' -d /opt/git/openstack/oslo.config ']' | |
2015-08-26 19:51:33.957 | + setup_project openstack/oslo.config master | |
2015-08-26 19:51:33.959 | + local project=openstack/oslo.config | |
2015-08-26 19:51:33.960 | + local branch=master | |
2015-08-26 19:51:33.962 | ++ basename openstack/oslo.config | |
2015-08-26 19:51:33.964 | + local short_project=oslo.config | |
2015-08-26 19:51:33.965 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:33.967 | + echo 'Setting up openstack/oslo.config @ master' | |
2015-08-26 19:51:33.969 | Setting up openstack/oslo.config @ master | |
2015-08-26 19:51:33.970 | + git_clone_and_cd openstack/oslo.config oslo.config | |
2015-08-26 19:51:33.972 | + local project=openstack/oslo.config | |
2015-08-26 19:51:33.974 | + local short_project=oslo.config | |
2015-08-26 19:51:33.975 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:33.977 | + [[ ! -e oslo.config ]] | |
2015-08-26 19:51:33.979 | + echo ' Need to clone oslo.config' | |
2015-08-26 19:51:33.981 | Need to clone oslo.config | |
2015-08-26 19:51:33.982 | + git clone https://git.openstack.org/openstack/oslo.config | |
2015-08-26 19:51:33.984 | Cloning into 'oslo.config'... | |
2015-08-26 19:51:33.986 | + cd oslo.config | |
2015-08-26 19:51:33.987 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.config | |
2015-08-26 19:51:33.989 | + git remote set-url origin https://git.openstack.org/openstack/oslo.config | |
2015-08-26 19:51:33.991 | ++ echo oslo.config | |
2015-08-26 19:51:33.992 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:33.994 | ++ tr - _ | |
2015-08-26 19:51:33.995 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:33.997 | + local uc_project=OSLOCONFIG | |
2015-08-26 19:51:33.998 | + local 'project_branch_var=$OVERRIDE_OSLOCONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:34.000 | ++ eval echo '$OVERRIDE_OSLOCONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:34.002 | +++ echo | |
2015-08-26 19:51:34.003 | + local project_branch= | |
2015-08-26 19:51:34.005 | + [[ '' != '' ]] | |
2015-08-26 19:51:34.006 | + [[ ! -z master ]] | |
2015-08-26 19:51:34.008 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:34.009 | ++ sed -e s,master,master, | |
2015-08-26 19:51:34.011 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:34.012 | + git_remote_update | |
2015-08-26 19:51:34.014 | + git_timed remote update | |
2015-08-26 19:51:34.015 | + local max_attempts=3 | |
2015-08-26 19:51:34.017 | + local count=0 | |
2015-08-26 19:51:34.018 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:34.020 | Fetching origin | |
2015-08-26 19:51:34.021 | + git_prune | |
2015-08-26 19:51:34.023 | + git_timed remote prune origin | |
2015-08-26 19:51:34.024 | + local max_attempts=3 | |
2015-08-26 19:51:34.026 | + local count=0 | |
2015-08-26 19:51:34.027 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:34.028 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:34.030 | + git_has_branch openstack/oslo.config master | |
2015-08-26 19:51:34.031 | + local project=openstack/oslo.config | |
2015-08-26 19:51:34.033 | + local branch=master | |
2015-08-26 19:51:34.034 | + git branch -a | |
2015-08-26 19:51:34.036 | + grep remotes/origin/master | |
2015-08-26 19:51:34.038 | + return 0 | |
2015-08-26 19:51:34.039 | + git_fetch_at_ref openstack/oslo.config refs/changes/85/167885/27 | |
2015-08-26 19:51:34.041 | + local project=openstack/oslo.config | |
2015-08-26 19:51:34.042 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:34.044 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:34.045 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.config refs/changes/85/167885/27 | |
2015-08-26 19:51:34.047 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.config' does not appear to be a git repository | |
2015-08-26 19:51:34.049 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:34.050 | | |
2015-08-26 19:51:34.052 | Please make sure you have the correct access rights | |
2015-08-26 19:51:34.054 | and the repository exists. | |
2015-08-26 19:51:34.055 | + return 128 | |
2015-08-26 19:51:34.057 | + git_fetch_at_ref openstack/oslo.config | |
2015-08-26 19:51:34.059 | + local project=openstack/oslo.config | |
2015-08-26 19:51:34.061 | + local ref= | |
2015-08-26 19:51:34.062 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:34.064 | + return 1 | |
2015-08-26 19:51:34.065 | + git_has_branch openstack/oslo.config master | |
2015-08-26 19:51:34.067 | + local project=openstack/oslo.config | |
2015-08-26 19:51:34.068 | + local branch=master | |
2015-08-26 19:51:34.070 | + git branch -a | |
2015-08-26 19:51:34.071 | + grep remotes/origin/master | |
2015-08-26 19:51:34.073 | + return 0 | |
2015-08-26 19:51:34.074 | + git_checkout openstack/oslo.config master | |
2015-08-26 19:51:34.076 | + local project=openstack/oslo.config | |
2015-08-26 19:51:34.077 | + local branch=master | |
2015-08-26 19:51:34.078 | + local reset_branch=master | |
2015-08-26 19:51:34.080 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:34.081 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:34.082 | + git checkout master | |
2015-08-26 19:51:34.084 | Already on 'master' | |
2015-08-26 19:51:34.085 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:34.086 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:34.088 | HEAD is now at bc13758 Add sphinx extension to embed pretty descriptions of options | |
2015-08-26 19:51:34.089 | + git clean -x -f -d -q | |
2015-08-26 19:51:34.090 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:34.092 | + cd /opt/stack/new | |
2015-08-26 19:51:34.093 | + '[' -d /opt/git/openstack/oslo.concurrency ']' | |
2015-08-26 19:51:34.094 | + setup_project openstack/oslo.concurrency master | |
2015-08-26 19:51:34.095 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:34.097 | + local branch=master | |
2015-08-26 19:51:36.893 | ++ basename openstack/oslo.concurrency | |
2015-08-26 19:51:36.894 | + local short_project=oslo.concurrency | |
2015-08-26 19:51:36.896 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:36.897 | + echo 'Setting up openstack/oslo.concurrency @ master' | |
2015-08-26 19:51:36.899 | Setting up openstack/oslo.concurrency @ master | |
2015-08-26 19:51:36.900 | + git_clone_and_cd openstack/oslo.concurrency oslo.concurrency | |
2015-08-26 19:51:36.902 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:36.903 | + local short_project=oslo.concurrency | |
2015-08-26 19:51:36.905 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:36.907 | + [[ ! -e oslo.concurrency ]] | |
2015-08-26 19:51:36.909 | + echo ' Need to clone oslo.concurrency' | |
2015-08-26 19:51:36.910 | Need to clone oslo.concurrency | |
2015-08-26 19:51:36.912 | + git clone https://git.openstack.org/openstack/oslo.concurrency | |
2015-08-26 19:51:36.913 | Cloning into 'oslo.concurrency'... | |
2015-08-26 19:51:36.915 | + cd oslo.concurrency | |
2015-08-26 19:51:36.916 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.concurrency | |
2015-08-26 19:51:36.918 | + git remote set-url origin https://git.openstack.org/openstack/oslo.concurrency | |
2015-08-26 19:51:36.919 | ++ echo oslo.concurrency | |
2015-08-26 19:51:36.921 | ++ tr - _ | |
2015-08-26 19:51:36.922 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:36.924 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:36.925 | + local uc_project=OSLOCONCURRENCY | |
2015-08-26 19:51:36.927 | + local 'project_branch_var=$OVERRIDE_OSLOCONCURRENCY_PROJECT_BRANCH' | |
2015-08-26 19:51:36.929 | ++ eval echo '$OVERRIDE_OSLOCONCURRENCY_PROJECT_BRANCH' | |
2015-08-26 19:51:36.930 | +++ echo | |
2015-08-26 19:51:36.932 | + local project_branch= | |
2015-08-26 19:51:36.934 | + [[ '' != '' ]] | |
2015-08-26 19:51:36.936 | + [[ ! -z master ]] | |
2015-08-26 19:51:36.938 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:36.939 | ++ sed -e s,master,master, | |
2015-08-26 19:51:36.941 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:36.942 | + git_remote_update | |
2015-08-26 19:51:36.944 | + git_timed remote update | |
2015-08-26 19:51:36.945 | + local max_attempts=3 | |
2015-08-26 19:51:36.946 | + local count=0 | |
2015-08-26 19:51:36.948 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:36.950 | Fetching origin | |
2015-08-26 19:51:36.951 | + git_prune | |
2015-08-26 19:51:36.953 | + git_timed remote prune origin | |
2015-08-26 19:51:36.954 | + local max_attempts=3 | |
2015-08-26 19:51:36.956 | + local count=0 | |
2015-08-26 19:51:36.957 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:36.959 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:36.960 | + git_has_branch openstack/oslo.concurrency master | |
2015-08-26 19:51:36.962 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:36.963 | + local branch=master | |
2015-08-26 19:51:36.965 | + git branch -a | |
2015-08-26 19:51:36.966 | + grep remotes/origin/master | |
2015-08-26 19:51:36.968 | + return 0 | |
2015-08-26 19:51:36.969 | + git_fetch_at_ref openstack/oslo.concurrency refs/changes/85/167885/27 | |
2015-08-26 19:51:36.971 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:36.972 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:36.974 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:36.975 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.concurrency refs/changes/85/167885/27 | |
2015-08-26 19:51:36.977 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.concurrency' does not appear to be a git repository | |
2015-08-26 19:51:36.978 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:36.980 | | |
2015-08-26 19:51:36.981 | Please make sure you have the correct access rights | |
2015-08-26 19:51:36.983 | and the repository exists. | |
2015-08-26 19:51:36.985 | + return 128 | |
2015-08-26 19:51:36.986 | + git_fetch_at_ref openstack/oslo.concurrency | |
2015-08-26 19:51:36.988 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:36.990 | + local ref= | |
2015-08-26 19:51:36.991 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:36.993 | + return 1 | |
2015-08-26 19:51:36.994 | + git_has_branch openstack/oslo.concurrency master | |
2015-08-26 19:51:36.995 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:36.997 | + local branch=master | |
2015-08-26 19:51:36.998 | + git branch -a | |
2015-08-26 19:51:37.000 | + grep remotes/origin/master | |
2015-08-26 19:51:37.001 | + return 0 | |
2015-08-26 19:51:37.003 | + git_checkout openstack/oslo.concurrency master | |
2015-08-26 19:51:37.005 | + local project=openstack/oslo.concurrency | |
2015-08-26 19:51:37.006 | + local branch=master | |
2015-08-26 19:51:37.008 | + local reset_branch=master | |
2015-08-26 19:51:37.009 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:37.010 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:37.012 | + git checkout master | |
2015-08-26 19:51:37.014 | Already on 'master' | |
2015-08-26 19:51:37.015 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:37.017 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:37.018 | HEAD is now at 53d8389 Updated from global requirements | |
2015-08-26 19:51:37.019 | + git clean -x -f -d -q | |
2015-08-26 19:51:37.021 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:37.022 | + cd /opt/stack/new | |
2015-08-26 19:51:37.023 | + '[' -d /opt/git/openstack/oslo.cache ']' | |
2015-08-26 19:51:37.025 | + setup_project openstack/oslo.cache master | |
2015-08-26 19:51:37.026 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:37.028 | + local branch=master | |
2015-08-26 19:51:37.030 | ++ basename openstack/oslo.cache | |
2015-08-26 19:51:37.032 | + local short_project=oslo.cache | |
2015-08-26 19:51:37.034 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:37.035 | + echo 'Setting up openstack/oslo.cache @ master' | |
2015-08-26 19:51:37.037 | Setting up openstack/oslo.cache @ master | |
2015-08-26 19:51:37.038 | + git_clone_and_cd openstack/oslo.cache oslo.cache | |
2015-08-26 19:51:37.039 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:37.041 | + local short_project=oslo.cache | |
2015-08-26 19:51:37.043 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:37.044 | + [[ ! -e oslo.cache ]] | |
2015-08-26 19:51:37.046 | + echo ' Need to clone oslo.cache' | |
2015-08-26 19:51:37.047 | Need to clone oslo.cache | |
2015-08-26 19:51:37.049 | + git clone https://git.openstack.org/openstack/oslo.cache | |
2015-08-26 19:51:37.050 | Cloning into 'oslo.cache'... | |
2015-08-26 19:51:37.052 | + cd oslo.cache | |
2015-08-26 19:51:37.054 | + git_remote_set_url origin https://git.openstack.org/openstack/oslo.cache | |
2015-08-26 19:51:37.055 | + git remote set-url origin https://git.openstack.org/openstack/oslo.cache | |
2015-08-26 19:51:37.057 | ++ echo oslo.cache | |
2015-08-26 19:51:37.059 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:37.060 | ++ tr - _ | |
2015-08-26 19:51:37.062 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:37.064 | + local uc_project=OSLOCACHE | |
2015-08-26 19:51:37.065 | + local 'project_branch_var=$OVERRIDE_OSLOCACHE_PROJECT_BRANCH' | |
2015-08-26 19:51:37.067 | ++ eval echo '$OVERRIDE_OSLOCACHE_PROJECT_BRANCH' | |
2015-08-26 19:51:37.068 | +++ echo | |
2015-08-26 19:51:39.001 | + local project_branch= | |
2015-08-26 19:51:39.002 | + [[ '' != '' ]] | |
2015-08-26 19:51:39.004 | + [[ ! -z master ]] | |
2015-08-26 19:51:39.006 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:39.007 | ++ sed -e s,master,master, | |
2015-08-26 19:51:39.009 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:39.010 | + git_remote_update | |
2015-08-26 19:51:39.012 | + git_timed remote update | |
2015-08-26 19:51:39.014 | + local max_attempts=3 | |
2015-08-26 19:51:39.015 | + local count=0 | |
2015-08-26 19:51:39.017 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:39.019 | Fetching origin | |
2015-08-26 19:51:39.020 | + git_prune | |
2015-08-26 19:51:39.022 | + git_timed remote prune origin | |
2015-08-26 19:51:39.023 | + local max_attempts=3 | |
2015-08-26 19:51:39.025 | + local count=0 | |
2015-08-26 19:51:39.026 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:39.027 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:39.029 | + git_has_branch openstack/oslo.cache master | |
2015-08-26 19:51:39.030 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:39.032 | + local branch=master | |
2015-08-26 19:51:39.033 | + git branch -a | |
2015-08-26 19:51:39.035 | + grep remotes/origin/master | |
2015-08-26 19:51:39.036 | + return 0 | |
2015-08-26 19:51:39.037 | + git_fetch_at_ref openstack/oslo.cache refs/changes/85/167885/27 | |
2015-08-26 19:51:39.039 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:39.040 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:39.041 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:39.043 | + git fetch /home/jenkins/workspace-cache/openstack/oslo.cache refs/changes/85/167885/27 | |
2015-08-26 19:51:39.044 | fatal: '/home/jenkins/workspace-cache/openstack/oslo.cache' does not appear to be a git repository | |
2015-08-26 19:51:39.046 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:39.048 | | |
2015-08-26 19:51:39.050 | Please make sure you have the correct access rights | |
2015-08-26 19:51:39.052 | and the repository exists. | |
2015-08-26 19:51:39.054 | + return 128 | |
2015-08-26 19:51:39.056 | + git_fetch_at_ref openstack/oslo.cache | |
2015-08-26 19:51:39.058 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:39.059 | + local ref= | |
2015-08-26 19:51:39.061 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:39.063 | + return 1 | |
2015-08-26 19:51:39.065 | + git_has_branch openstack/oslo.cache master | |
2015-08-26 19:51:39.066 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:39.068 | + local branch=master | |
2015-08-26 19:51:39.069 | + git branch -a | |
2015-08-26 19:51:39.071 | + grep remotes/origin/master | |
2015-08-26 19:51:39.072 | + return 0 | |
2015-08-26 19:51:39.073 | + git_checkout openstack/oslo.cache master | |
2015-08-26 19:51:39.075 | + local project=openstack/oslo.cache | |
2015-08-26 19:51:39.076 | + local branch=master | |
2015-08-26 19:51:39.078 | + local reset_branch=master | |
2015-08-26 19:51:39.079 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:39.081 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:39.083 | + git checkout master | |
2015-08-26 19:51:39.084 | Already on 'master' | |
2015-08-26 19:51:39.087 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:39.089 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:39.091 | HEAD is now at 0a7c3bf Implement get/set/delete multiple keys for dictionary backend | |
2015-08-26 19:51:39.093 | + git clean -x -f -d -q | |
2015-08-26 19:51:39.094 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:39.096 | + cd /opt/stack/new | |
2015-08-26 19:51:39.097 | + '[' -d /opt/git/openstack/os-refresh-config ']' | |
2015-08-26 19:51:39.099 | + setup_project openstack/os-refresh-config master | |
2015-08-26 19:51:39.100 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:39.102 | + local branch=master | |
2015-08-26 19:51:39.103 | ++ basename openstack/os-refresh-config | |
2015-08-26 19:51:39.105 | + local short_project=os-refresh-config | |
2015-08-26 19:51:39.107 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:39.108 | + echo 'Setting up openstack/os-refresh-config @ master' | |
2015-08-26 19:51:39.110 | Setting up openstack/os-refresh-config @ master | |
2015-08-26 19:51:39.111 | + git_clone_and_cd openstack/os-refresh-config os-refresh-config | |
2015-08-26 19:51:39.113 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:39.115 | + local short_project=os-refresh-config | |
2015-08-26 19:51:39.116 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:39.118 | + [[ ! -e os-refresh-config ]] | |
2015-08-26 19:51:39.119 | + echo ' Need to clone os-refresh-config' | |
2015-08-26 19:51:39.120 | Need to clone os-refresh-config | |
2015-08-26 19:51:39.122 | + git clone https://git.openstack.org/openstack/os-refresh-config | |
2015-08-26 19:51:39.123 | Cloning into 'os-refresh-config'... | |
2015-08-26 19:51:39.125 | + cd os-refresh-config | |
2015-08-26 19:51:39.126 | + git_remote_set_url origin https://git.openstack.org/openstack/os-refresh-config | |
2015-08-26 19:51:39.128 | + git remote set-url origin https://git.openstack.org/openstack/os-refresh-config | |
2015-08-26 19:51:39.129 | ++ echo os-refresh-config | |
2015-08-26 19:51:39.130 | ++ tr - _ | |
2015-08-26 19:51:39.132 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:39.133 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:39.135 | + local uc_project=OS_REFRESH_CONFIG | |
2015-08-26 19:51:39.136 | + local 'project_branch_var=$OVERRIDE_OS_REFRESH_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:39.138 | ++ eval echo '$OVERRIDE_OS_REFRESH_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:39.139 | +++ echo | |
2015-08-26 19:51:39.141 | + local project_branch= | |
2015-08-26 19:51:39.143 | + [[ '' != '' ]] | |
2015-08-26 19:51:39.145 | + [[ ! -z master ]] | |
2015-08-26 19:51:39.147 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:39.150 | ++ sed -e s,master,master, | |
2015-08-26 19:51:39.152 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:39.154 | + git_remote_update | |
2015-08-26 19:51:39.155 | + git_timed remote update | |
2015-08-26 19:51:39.157 | + local max_attempts=3 | |
2015-08-26 19:51:39.159 | + local count=0 | |
2015-08-26 19:51:39.160 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:39.162 | Fetching origin | |
2015-08-26 19:51:39.163 | + git_prune | |
2015-08-26 19:51:39.165 | + git_timed remote prune origin | |
2015-08-26 19:51:39.167 | + local max_attempts=3 | |
2015-08-26 19:51:39.169 | + local count=0 | |
2015-08-26 19:51:39.171 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:39.172 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:39.174 | + git_has_branch openstack/os-refresh-config master | |
2015-08-26 19:51:39.176 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:39.177 | + local branch=master | |
2015-08-26 19:51:39.178 | + git branch -a | |
2015-08-26 19:51:39.180 | + grep remotes/origin/master | |
2015-08-26 19:51:39.181 | + return 0 | |
2015-08-26 19:51:39.182 | + git_fetch_at_ref openstack/os-refresh-config refs/changes/85/167885/27 | |
2015-08-26 19:51:39.183 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:39.185 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:39.186 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:39.188 | + git fetch /home/jenkins/workspace-cache/openstack/os-refresh-config refs/changes/85/167885/27 | |
2015-08-26 19:51:40.470 | fatal: '/home/jenkins/workspace-cache/openstack/os-refresh-config' does not appear to be a git repository | |
2015-08-26 19:51:40.471 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:40.473 | | |
2015-08-26 19:51:40.474 | Please make sure you have the correct access rights | |
2015-08-26 19:51:40.476 | and the repository exists. | |
2015-08-26 19:51:40.478 | + return 128 | |
2015-08-26 19:51:40.479 | + git_fetch_at_ref openstack/os-refresh-config | |
2015-08-26 19:51:40.481 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:40.482 | + local ref= | |
2015-08-26 19:51:40.484 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:40.485 | + return 1 | |
2015-08-26 19:51:40.487 | + git_has_branch openstack/os-refresh-config master | |
2015-08-26 19:51:40.488 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:40.490 | + local branch=master | |
2015-08-26 19:51:40.491 | + git branch -a | |
2015-08-26 19:51:40.493 | + grep remotes/origin/master | |
2015-08-26 19:51:40.494 | + return 0 | |
2015-08-26 19:51:40.496 | + git_checkout openstack/os-refresh-config master | |
2015-08-26 19:51:40.497 | + local project=openstack/os-refresh-config | |
2015-08-26 19:51:40.498 | + local branch=master | |
2015-08-26 19:51:40.500 | + local reset_branch=master | |
2015-08-26 19:51:40.501 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:40.503 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:40.504 | + git checkout master | |
2015-08-26 19:51:40.506 | Already on 'master' | |
2015-08-26 19:51:40.507 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:40.509 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:40.511 | HEAD is now at 23eda7b Updated from global requirements | |
2015-08-26 19:51:40.512 | + git clean -x -f -d -q | |
2015-08-26 19:51:40.514 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:40.515 | + cd /opt/stack/new | |
2015-08-26 19:51:40.517 | + '[' -d /opt/git/openstack/os-net-config ']' | |
2015-08-26 19:51:40.519 | + setup_project openstack/os-net-config master | |
2015-08-26 19:51:40.520 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.522 | + local branch=master | |
2015-08-26 19:51:40.524 | ++ basename openstack/os-net-config | |
2015-08-26 19:51:40.525 | + local short_project=os-net-config | |
2015-08-26 19:51:40.526 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:40.528 | + echo 'Setting up openstack/os-net-config @ master' | |
2015-08-26 19:51:40.529 | Setting up openstack/os-net-config @ master | |
2015-08-26 19:51:40.531 | + git_clone_and_cd openstack/os-net-config os-net-config | |
2015-08-26 19:51:40.532 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.534 | + local short_project=os-net-config | |
2015-08-26 19:51:40.535 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:40.536 | + [[ ! -e os-net-config ]] | |
2015-08-26 19:51:40.538 | + echo ' Need to clone os-net-config' | |
2015-08-26 19:51:40.540 | Need to clone os-net-config | |
2015-08-26 19:51:40.541 | + git clone https://git.openstack.org/openstack/os-net-config | |
2015-08-26 19:51:40.542 | Cloning into 'os-net-config'... | |
2015-08-26 19:51:40.544 | + cd os-net-config | |
2015-08-26 19:51:40.546 | + git_remote_set_url origin https://git.openstack.org/openstack/os-net-config | |
2015-08-26 19:51:40.547 | + git remote set-url origin https://git.openstack.org/openstack/os-net-config | |
2015-08-26 19:51:40.549 | ++ echo os-net-config | |
2015-08-26 19:51:40.550 | ++ tr - _ | |
2015-08-26 19:51:40.551 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:40.553 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:40.554 | + local uc_project=OS_NET_CONFIG | |
2015-08-26 19:51:40.556 | + local 'project_branch_var=$OVERRIDE_OS_NET_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:40.557 | ++ eval echo '$OVERRIDE_OS_NET_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:40.558 | +++ echo | |
2015-08-26 19:51:40.560 | + local project_branch= | |
2015-08-26 19:51:40.561 | + [[ '' != '' ]] | |
2015-08-26 19:51:40.563 | + [[ ! -z master ]] | |
2015-08-26 19:51:40.565 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:40.567 | ++ sed -e s,master,master, | |
2015-08-26 19:51:40.568 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:40.570 | + git_remote_update | |
2015-08-26 19:51:40.572 | + git_timed remote update | |
2015-08-26 19:51:40.573 | + local max_attempts=3 | |
2015-08-26 19:51:40.575 | + local count=0 | |
2015-08-26 19:51:40.577 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:40.578 | Fetching origin | |
2015-08-26 19:51:40.580 | + git_prune | |
2015-08-26 19:51:40.582 | + git_timed remote prune origin | |
2015-08-26 19:51:40.583 | + local max_attempts=3 | |
2015-08-26 19:51:40.585 | + local count=0 | |
2015-08-26 19:51:40.587 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:40.588 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:40.590 | + git_has_branch openstack/os-net-config master | |
2015-08-26 19:51:40.592 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.594 | + local branch=master | |
2015-08-26 19:51:40.596 | + git branch -a | |
2015-08-26 19:51:40.601 | + grep remotes/origin/master | |
2015-08-26 19:51:40.602 | + return 0 | |
2015-08-26 19:51:40.604 | + git_fetch_at_ref openstack/os-net-config refs/changes/85/167885/27 | |
2015-08-26 19:51:40.605 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.607 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:40.608 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:40.610 | + git fetch /home/jenkins/workspace-cache/openstack/os-net-config refs/changes/85/167885/27 | |
2015-08-26 19:51:40.611 | fatal: '/home/jenkins/workspace-cache/openstack/os-net-config' does not appear to be a git repository | |
2015-08-26 19:51:40.613 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:40.614 | | |
2015-08-26 19:51:40.616 | Please make sure you have the correct access rights | |
2015-08-26 19:51:40.618 | and the repository exists. | |
2015-08-26 19:51:40.619 | + return 128 | |
2015-08-26 19:51:40.621 | + git_fetch_at_ref openstack/os-net-config | |
2015-08-26 19:51:40.622 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.624 | + local ref= | |
2015-08-26 19:51:40.625 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:40.626 | + return 1 | |
2015-08-26 19:51:40.628 | + git_has_branch openstack/os-net-config master | |
2015-08-26 19:51:40.629 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.631 | + local branch=master | |
2015-08-26 19:51:40.632 | + git branch -a | |
2015-08-26 19:51:40.634 | + grep remotes/origin/master | |
2015-08-26 19:51:40.635 | + return 0 | |
2015-08-26 19:51:40.636 | + git_checkout openstack/os-net-config master | |
2015-08-26 19:51:40.638 | + local project=openstack/os-net-config | |
2015-08-26 19:51:40.639 | + local branch=master | |
2015-08-26 19:51:40.641 | + local reset_branch=master | |
2015-08-26 19:51:40.642 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:40.643 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:40.645 | + git checkout master | |
2015-08-26 19:51:40.646 | Already on 'master' | |
2015-08-26 19:51:40.648 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:40.649 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:40.650 | HEAD is now at 103b87a Allow to specify the root directory of the filesystem | |
2015-08-26 19:51:40.652 | + git clean -x -f -d -q | |
2015-08-26 19:51:43.297 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:43.299 | + cd /opt/stack/new | |
2015-08-26 19:51:43.301 | + '[' -d /opt/git/openstack/os-collect-config ']' | |
2015-08-26 19:51:43.303 | + setup_project openstack/os-collect-config master | |
2015-08-26 19:51:43.304 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.306 | + local branch=master | |
2015-08-26 19:51:43.307 | ++ basename openstack/os-collect-config | |
2015-08-26 19:51:43.309 | + local short_project=os-collect-config | |
2015-08-26 19:51:43.311 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:43.312 | + echo 'Setting up openstack/os-collect-config @ master' | |
2015-08-26 19:51:43.314 | Setting up openstack/os-collect-config @ master | |
2015-08-26 19:51:43.315 | + git_clone_and_cd openstack/os-collect-config os-collect-config | |
2015-08-26 19:51:43.317 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.318 | + local short_project=os-collect-config | |
2015-08-26 19:51:43.319 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:43.321 | + [[ ! -e os-collect-config ]] | |
2015-08-26 19:51:43.322 | + echo ' Need to clone os-collect-config' | |
2015-08-26 19:51:43.323 | Need to clone os-collect-config | |
2015-08-26 19:51:43.325 | + git clone https://git.openstack.org/openstack/os-collect-config | |
2015-08-26 19:51:43.326 | Cloning into 'os-collect-config'... | |
2015-08-26 19:51:43.327 | + cd os-collect-config | |
2015-08-26 19:51:43.329 | + git_remote_set_url origin https://git.openstack.org/openstack/os-collect-config | |
2015-08-26 19:51:43.330 | + git remote set-url origin https://git.openstack.org/openstack/os-collect-config | |
2015-08-26 19:51:43.331 | ++ echo os-collect-config | |
2015-08-26 19:51:43.333 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:43.334 | ++ tr - _ | |
2015-08-26 19:51:43.335 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:43.337 | + local uc_project=OS_COLLECT_CONFIG | |
2015-08-26 19:51:43.338 | + local 'project_branch_var=$OVERRIDE_OS_COLLECT_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:43.339 | ++ eval echo '$OVERRIDE_OS_COLLECT_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:43.341 | +++ echo | |
2015-08-26 19:51:43.342 | + local project_branch= | |
2015-08-26 19:51:43.343 | + [[ '' != '' ]] | |
2015-08-26 19:51:43.345 | + [[ ! -z master ]] | |
2015-08-26 19:51:43.346 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:43.348 | ++ sed -e s,master,master, | |
2015-08-26 19:51:43.349 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:43.351 | + git_remote_update | |
2015-08-26 19:51:43.352 | + git_timed remote update | |
2015-08-26 19:51:43.353 | + local max_attempts=3 | |
2015-08-26 19:51:43.355 | + local count=0 | |
2015-08-26 19:51:43.357 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:43.359 | Fetching origin | |
2015-08-26 19:51:43.360 | + git_prune | |
2015-08-26 19:51:43.362 | + git_timed remote prune origin | |
2015-08-26 19:51:43.364 | + local max_attempts=3 | |
2015-08-26 19:51:43.365 | + local count=0 | |
2015-08-26 19:51:43.367 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:43.369 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:43.370 | + git_has_branch openstack/os-collect-config master | |
2015-08-26 19:51:43.372 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.374 | + local branch=master | |
2015-08-26 19:51:43.375 | + git branch -a | |
2015-08-26 19:51:43.377 | + grep remotes/origin/master | |
2015-08-26 19:51:43.379 | + return 0 | |
2015-08-26 19:51:43.381 | + git_fetch_at_ref openstack/os-collect-config refs/changes/85/167885/27 | |
2015-08-26 19:51:43.383 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.385 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:43.386 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:43.388 | + git fetch /home/jenkins/workspace-cache/openstack/os-collect-config refs/changes/85/167885/27 | |
2015-08-26 19:51:43.390 | fatal: '/home/jenkins/workspace-cache/openstack/os-collect-config' does not appear to be a git repository | |
2015-08-26 19:51:43.392 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:43.393 | | |
2015-08-26 19:51:43.395 | Please make sure you have the correct access rights | |
2015-08-26 19:51:43.397 | and the repository exists. | |
2015-08-26 19:51:43.399 | + return 128 | |
2015-08-26 19:51:43.400 | + git_fetch_at_ref openstack/os-collect-config | |
2015-08-26 19:51:43.402 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.403 | + local ref= | |
2015-08-26 19:51:43.404 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:43.406 | + return 1 | |
2015-08-26 19:51:43.407 | + git_has_branch openstack/os-collect-config master | |
2015-08-26 19:51:43.409 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.410 | + local branch=master | |
2015-08-26 19:51:43.411 | + git branch -a | |
2015-08-26 19:51:43.413 | + grep remotes/origin/master | |
2015-08-26 19:51:43.414 | + return 0 | |
2015-08-26 19:51:43.415 | + git_checkout openstack/os-collect-config master | |
2015-08-26 19:51:43.417 | + local project=openstack/os-collect-config | |
2015-08-26 19:51:43.418 | + local branch=master | |
2015-08-26 19:51:43.419 | + local reset_branch=master | |
2015-08-26 19:51:43.421 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:43.422 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:43.424 | + git checkout master | |
2015-08-26 19:51:43.425 | Already on 'master' | |
2015-08-26 19:51:43.426 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:43.428 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:43.429 | HEAD is now at ca089df Merge "Merge deployments data for collectors heat, request" | |
2015-08-26 19:51:43.431 | + git clean -x -f -d -q | |
2015-08-26 19:51:43.432 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:43.434 | + cd /opt/stack/new | |
2015-08-26 19:51:43.435 | + '[' -d /opt/git/openstack/os-cloud-config ']' | |
2015-08-26 19:51:43.437 | + setup_project openstack/os-cloud-config master | |
2015-08-26 19:51:43.438 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:43.440 | + local branch=master | |
2015-08-26 19:51:43.441 | ++ basename openstack/os-cloud-config | |
2015-08-26 19:51:43.443 | + local short_project=os-cloud-config | |
2015-08-26 19:51:43.445 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:43.446 | + echo 'Setting up openstack/os-cloud-config @ master' | |
2015-08-26 19:51:43.448 | Setting up openstack/os-cloud-config @ master | |
2015-08-26 19:51:43.450 | + git_clone_and_cd openstack/os-cloud-config os-cloud-config | |
2015-08-26 19:51:43.451 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:43.453 | + local short_project=os-cloud-config | |
2015-08-26 19:51:43.454 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:43.456 | + [[ ! -e os-cloud-config ]] | |
2015-08-26 19:51:43.458 | + echo ' Need to clone os-cloud-config' | |
2015-08-26 19:51:43.460 | Need to clone os-cloud-config | |
2015-08-26 19:51:43.461 | + git clone https://git.openstack.org/openstack/os-cloud-config | |
2015-08-26 19:51:43.463 | Cloning into 'os-cloud-config'... | |
2015-08-26 19:51:43.464 | + cd os-cloud-config | |
2015-08-26 19:51:45.788 | + git_remote_set_url origin https://git.openstack.org/openstack/os-cloud-config | |
2015-08-26 19:51:45.790 | + git remote set-url origin https://git.openstack.org/openstack/os-cloud-config | |
2015-08-26 19:51:45.791 | ++ echo os-cloud-config | |
2015-08-26 19:51:45.793 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:45.798 | ++ tr - _ | |
2015-08-26 19:51:45.800 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:45.801 | + local uc_project=OS_CLOUD_CONFIG | |
2015-08-26 19:51:45.803 | + local 'project_branch_var=$OVERRIDE_OS_CLOUD_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:45.804 | ++ eval echo '$OVERRIDE_OS_CLOUD_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:45.806 | +++ echo | |
2015-08-26 19:51:45.807 | + local project_branch= | |
2015-08-26 19:51:45.809 | + [[ '' != '' ]] | |
2015-08-26 19:51:45.811 | + [[ ! -z master ]] | |
2015-08-26 19:51:45.812 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:45.814 | ++ sed -e s,master,master, | |
2015-08-26 19:51:45.816 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:45.817 | + git_remote_update | |
2015-08-26 19:51:45.819 | + git_timed remote update | |
2015-08-26 19:51:45.820 | + local max_attempts=3 | |
2015-08-26 19:51:45.822 | + local count=0 | |
2015-08-26 19:51:45.823 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:45.824 | Fetching origin | |
2015-08-26 19:51:45.826 | + git_prune | |
2015-08-26 19:51:45.827 | + git_timed remote prune origin | |
2015-08-26 19:51:45.829 | + local max_attempts=3 | |
2015-08-26 19:51:45.830 | + local count=0 | |
2015-08-26 19:51:45.831 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:45.833 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:45.834 | + git_has_branch openstack/os-cloud-config master | |
2015-08-26 19:51:45.836 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:45.837 | + local branch=master | |
2015-08-26 19:51:45.838 | + git branch -a | |
2015-08-26 19:51:45.840 | + grep remotes/origin/master | |
2015-08-26 19:51:45.841 | + return 0 | |
2015-08-26 19:51:45.842 | + git_fetch_at_ref openstack/os-cloud-config refs/changes/85/167885/27 | |
2015-08-26 19:51:45.844 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:45.846 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:45.848 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:45.849 | + git fetch /home/jenkins/workspace-cache/openstack/os-cloud-config refs/changes/85/167885/27 | |
2015-08-26 19:51:45.851 | fatal: '/home/jenkins/workspace-cache/openstack/os-cloud-config' does not appear to be a git repository | |
2015-08-26 19:51:45.853 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:45.854 | | |
2015-08-26 19:51:45.856 | Please make sure you have the correct access rights | |
2015-08-26 19:51:45.857 | and the repository exists. | |
2015-08-26 19:51:45.859 | + return 128 | |
2015-08-26 19:51:45.861 | + git_fetch_at_ref openstack/os-cloud-config | |
2015-08-26 19:51:45.862 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:45.864 | + local ref= | |
2015-08-26 19:51:45.865 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:45.867 | + return 1 | |
2015-08-26 19:51:45.868 | + git_has_branch openstack/os-cloud-config master | |
2015-08-26 19:51:45.870 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:45.871 | + local branch=master | |
2015-08-26 19:51:45.872 | + git branch -a | |
2015-08-26 19:51:45.874 | + grep remotes/origin/master | |
2015-08-26 19:51:45.876 | + return 0 | |
2015-08-26 19:51:45.877 | + git_checkout openstack/os-cloud-config master | |
2015-08-26 19:51:45.879 | + local project=openstack/os-cloud-config | |
2015-08-26 19:51:45.881 | + local branch=master | |
2015-08-26 19:51:45.882 | + local reset_branch=master | |
2015-08-26 19:51:45.884 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:45.885 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:45.887 | + git checkout master | |
2015-08-26 19:51:45.889 | Already on 'master' | |
2015-08-26 19:51:45.891 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:45.893 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:45.894 | HEAD is now at 594022d Merge "Create flavors from registered nodes" | |
2015-08-26 19:51:45.896 | + git clean -x -f -d -q | |
2015-08-26 19:51:45.897 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:45.899 | + cd /opt/stack/new | |
2015-08-26 19:51:45.900 | + '[' -d /opt/git/openstack/os-brick ']' | |
2015-08-26 19:51:45.901 | + setup_project openstack/os-brick master | |
2015-08-26 19:51:45.903 | + local project=openstack/os-brick | |
2015-08-26 19:51:45.904 | + local branch=master | |
2015-08-26 19:51:45.906 | ++ basename openstack/os-brick | |
2015-08-26 19:51:45.907 | + local short_project=os-brick | |
2015-08-26 19:51:45.909 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:45.910 | + echo 'Setting up openstack/os-brick @ master' | |
2015-08-26 19:51:45.911 | Setting up openstack/os-brick @ master | |
2015-08-26 19:51:45.913 | + git_clone_and_cd openstack/os-brick os-brick | |
2015-08-26 19:51:45.914 | + local project=openstack/os-brick | |
2015-08-26 19:51:45.916 | + local short_project=os-brick | |
2015-08-26 19:51:45.917 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:45.919 | + [[ ! -e os-brick ]] | |
2015-08-26 19:51:45.920 | + echo ' Need to clone os-brick' | |
2015-08-26 19:51:45.921 | Need to clone os-brick | |
2015-08-26 19:51:45.923 | + git clone https://git.openstack.org/openstack/os-brick | |
2015-08-26 19:51:45.924 | Cloning into 'os-brick'... | |
2015-08-26 19:51:45.926 | + cd os-brick | |
2015-08-26 19:51:45.927 | + git_remote_set_url origin https://git.openstack.org/openstack/os-brick | |
2015-08-26 19:51:45.928 | + git remote set-url origin https://git.openstack.org/openstack/os-brick | |
2015-08-26 19:51:45.930 | ++ echo os-brick | |
2015-08-26 19:51:45.931 | ++ tr - _ | |
2015-08-26 19:51:45.933 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:45.934 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:45.935 | + local uc_project=OS_BRICK | |
2015-08-26 19:51:45.937 | + local 'project_branch_var=$OVERRIDE_OS_BRICK_PROJECT_BRANCH' | |
2015-08-26 19:51:45.938 | ++ eval echo '$OVERRIDE_OS_BRICK_PROJECT_BRANCH' | |
2015-08-26 19:51:45.939 | +++ echo | |
2015-08-26 19:51:45.941 | + local project_branch= | |
2015-08-26 19:51:45.943 | + [[ '' != '' ]] | |
2015-08-26 19:51:45.945 | + [[ ! -z master ]] | |
2015-08-26 19:51:45.946 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:45.948 | ++ sed -e s,master,master, | |
2015-08-26 19:51:45.949 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:45.951 | + git_remote_update | |
2015-08-26 19:51:45.953 | + git_timed remote update | |
2015-08-26 19:51:45.954 | + local max_attempts=3 | |
2015-08-26 19:51:45.956 | + local count=0 | |
2015-08-26 19:51:45.957 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:45.959 | Fetching origin | |
2015-08-26 19:51:45.960 | + git_prune | |
2015-08-26 19:51:45.962 | + git_timed remote prune origin | |
2015-08-26 19:51:45.963 | + local max_attempts=3 | |
2015-08-26 19:51:45.965 | + local count=0 | |
2015-08-26 19:51:45.966 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:45.968 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:45.969 | + git_has_branch openstack/os-brick master | |
2015-08-26 19:51:45.971 | + local project=openstack/os-brick | |
2015-08-26 19:51:45.973 | + local branch=master | |
2015-08-26 19:51:45.974 | + git branch -a | |
2015-08-26 19:51:45.976 | + grep remotes/origin/master | |
2015-08-26 19:51:45.977 | + return 0 | |
2015-08-26 19:51:45.978 | + git_fetch_at_ref openstack/os-brick refs/changes/85/167885/27 | |
2015-08-26 19:51:47.353 | + local project=openstack/os-brick | |
2015-08-26 19:51:47.355 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:47.357 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:47.360 | + git fetch /home/jenkins/workspace-cache/openstack/os-brick refs/changes/85/167885/27 | |
2015-08-26 19:51:47.362 | fatal: '/home/jenkins/workspace-cache/openstack/os-brick' does not appear to be a git repository | |
2015-08-26 19:51:47.364 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:47.365 | | |
2015-08-26 19:51:47.367 | Please make sure you have the correct access rights | |
2015-08-26 19:51:47.368 | and the repository exists. | |
2015-08-26 19:51:47.370 | + return 128 | |
2015-08-26 19:51:47.371 | + git_fetch_at_ref openstack/os-brick | |
2015-08-26 19:51:47.373 | + local project=openstack/os-brick | |
2015-08-26 19:51:47.374 | + local ref= | |
2015-08-26 19:51:47.376 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:47.377 | + return 1 | |
2015-08-26 19:51:47.379 | + git_has_branch openstack/os-brick master | |
2015-08-26 19:51:47.380 | + local project=openstack/os-brick | |
2015-08-26 19:51:47.382 | + local branch=master | |
2015-08-26 19:51:47.383 | + git branch -a | |
2015-08-26 19:51:47.385 | + grep remotes/origin/master | |
2015-08-26 19:51:47.386 | + return 0 | |
2015-08-26 19:51:47.388 | + git_checkout openstack/os-brick master | |
2015-08-26 19:51:47.389 | + local project=openstack/os-brick | |
2015-08-26 19:51:47.390 | + local branch=master | |
2015-08-26 19:51:47.394 | + local reset_branch=master | |
2015-08-26 19:51:47.396 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:47.398 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:47.399 | + git checkout master | |
2015-08-26 19:51:47.401 | Already on 'master' | |
2015-08-26 19:51:47.403 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:51:47.404 | + git reset --hard remotes/origin/master | |
2015-08-26 19:51:47.406 | HEAD is now at 39b739f Merge "Updated from global requirements" | |
2015-08-26 19:51:47.408 | + git clean -x -f -d -q | |
2015-08-26 19:51:47.409 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:51:47.411 | + cd /opt/stack/new | |
2015-08-26 19:51:47.413 | + '[' -d /opt/git/openstack/os-apply-config ']' | |
2015-08-26 19:51:47.415 | + setup_project openstack/os-apply-config master | |
2015-08-26 19:51:47.416 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.418 | + local branch=master | |
2015-08-26 19:51:47.419 | ++ basename openstack/os-apply-config | |
2015-08-26 19:51:47.421 | + local short_project=os-apply-config | |
2015-08-26 19:51:47.422 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:47.424 | + echo 'Setting up openstack/os-apply-config @ master' | |
2015-08-26 19:51:47.425 | Setting up openstack/os-apply-config @ master | |
2015-08-26 19:51:47.426 | + git_clone_and_cd openstack/os-apply-config os-apply-config | |
2015-08-26 19:51:47.428 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.429 | + local short_project=os-apply-config | |
2015-08-26 19:51:47.431 | + local git_base=https://git.openstack.org | |
2015-08-26 19:51:47.432 | + [[ ! -e os-apply-config ]] | |
2015-08-26 19:51:47.434 | + echo ' Need to clone os-apply-config' | |
2015-08-26 19:51:47.435 | Need to clone os-apply-config | |
2015-08-26 19:51:47.437 | + git clone https://git.openstack.org/openstack/os-apply-config | |
2015-08-26 19:51:47.438 | Cloning into 'os-apply-config'... | |
2015-08-26 19:51:47.440 | + cd os-apply-config | |
2015-08-26 19:51:47.441 | + git_remote_set_url origin https://git.openstack.org/openstack/os-apply-config | |
2015-08-26 19:51:47.443 | + git remote set-url origin https://git.openstack.org/openstack/os-apply-config | |
2015-08-26 19:51:47.444 | ++ echo os-apply-config | |
2015-08-26 19:51:47.446 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:51:47.447 | ++ tr - _ | |
2015-08-26 19:51:47.448 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:51:47.449 | + local uc_project=OS_APPLY_CONFIG | |
2015-08-26 19:51:47.451 | + local 'project_branch_var=$OVERRIDE_OS_APPLY_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:47.452 | ++ eval echo '$OVERRIDE_OS_APPLY_CONFIG_PROJECT_BRANCH' | |
2015-08-26 19:51:47.453 | +++ echo | |
2015-08-26 19:51:47.455 | + local project_branch= | |
2015-08-26 19:51:47.456 | + [[ '' != '' ]] | |
2015-08-26 19:51:47.458 | + [[ ! -z master ]] | |
2015-08-26 19:51:47.459 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:51:47.461 | ++ sed -e s,master,master, | |
2015-08-26 19:51:47.462 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:51:47.464 | + git_remote_update | |
2015-08-26 19:51:47.465 | + git_timed remote update | |
2015-08-26 19:51:47.467 | + local max_attempts=3 | |
2015-08-26 19:51:47.468 | + local count=0 | |
2015-08-26 19:51:47.469 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:51:47.471 | Fetching origin | |
2015-08-26 19:51:47.472 | + git_prune | |
2015-08-26 19:51:47.474 | + git_timed remote prune origin | |
2015-08-26 19:51:47.475 | + local max_attempts=3 | |
2015-08-26 19:51:47.477 | + local count=0 | |
2015-08-26 19:51:47.478 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:51:47.480 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:51:47.481 | + git_has_branch openstack/os-apply-config master | |
2015-08-26 19:51:47.482 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.484 | + local branch=master | |
2015-08-26 19:51:47.489 | + git branch -a | |
2015-08-26 19:51:47.491 | + grep remotes/origin/master | |
2015-08-26 19:51:47.492 | + return 0 | |
2015-08-26 19:51:47.493 | + git_fetch_at_ref openstack/os-apply-config refs/changes/85/167885/27 | |
2015-08-26 19:51:47.494 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.496 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:51:47.497 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:51:47.498 | + git fetch /home/jenkins/workspace-cache/openstack/os-apply-config refs/changes/85/167885/27 | |
2015-08-26 19:51:47.500 | fatal: '/home/jenkins/workspace-cache/openstack/os-apply-config' does not appear to be a git repository | |
2015-08-26 19:51:47.501 | fatal: Could not read from remote repository. | |
2015-08-26 19:51:47.502 | | |
2015-08-26 19:51:47.504 | Please make sure you have the correct access rights | |
2015-08-26 19:51:47.505 | and the repository exists. | |
2015-08-26 19:51:47.506 | + return 128 | |
2015-08-26 19:51:47.508 | + git_fetch_at_ref openstack/os-apply-config | |
2015-08-26 19:51:47.509 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.510 | + local ref= | |
2015-08-26 19:51:47.512 | + '[' '' '!=' '' ']' | |
2015-08-26 19:51:47.514 | + return 1 | |
2015-08-26 19:51:47.515 | + git_has_branch openstack/os-apply-config master | |
2015-08-26 19:51:47.517 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.518 | + local branch=master | |
2015-08-26 19:51:47.520 | + git branch -a | |
2015-08-26 19:51:47.521 | + grep remotes/origin/master | |
2015-08-26 19:51:47.523 | + return 0 | |
2015-08-26 19:51:47.524 | + git_checkout openstack/os-apply-config master | |
2015-08-26 19:51:47.526 | + local project=openstack/os-apply-config | |
2015-08-26 19:51:47.527 | + local branch=master | |
2015-08-26 19:51:47.529 | + local reset_branch=master | |
2015-08-26 19:51:47.530 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:51:47.531 | + reset_branch=remotes/origin/master | |
2015-08-26 19:51:47.533 | + git checkout master | |
2015-08-26 19:53:26.308 | Already on 'master' | |
2015-08-26 19:53:26.309 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:53:26.311 | + git reset --hard remotes/origin/master | |
2015-08-26 19:53:26.312 | HEAD is now at 2e0a2f6 Updated from global requirements | |
2015-08-26 19:53:26.315 | + git clean -x -f -d -q | |
2015-08-26 19:53:26.316 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:53:26.317 | + cd /opt/stack/new | |
2015-08-26 19:53:26.319 | + '[' -d /opt/git/openstack/nova ']' | |
2015-08-26 19:53:26.320 | + setup_project openstack/nova master | |
2015-08-26 19:53:26.321 | + local project=openstack/nova | |
2015-08-26 19:53:26.322 | + local branch=master | |
2015-08-26 19:53:26.324 | ++ basename openstack/nova | |
2015-08-26 19:53:26.325 | + local short_project=nova | |
2015-08-26 19:53:26.326 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:26.328 | + echo 'Setting up openstack/nova @ master' | |
2015-08-26 19:53:26.329 | Setting up openstack/nova @ master | |
2015-08-26 19:53:26.330 | + git_clone_and_cd openstack/nova nova | |
2015-08-26 19:53:26.332 | + local project=openstack/nova | |
2015-08-26 19:53:26.333 | + local short_project=nova | |
2015-08-26 19:53:26.334 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:26.335 | + [[ ! -e nova ]] | |
2015-08-26 19:53:26.337 | + echo ' Need to clone nova' | |
2015-08-26 19:53:26.338 | Need to clone nova | |
2015-08-26 19:53:26.339 | + git clone https://git.openstack.org/openstack/nova | |
2015-08-26 19:53:26.341 | Cloning into 'nova'... | |
2015-08-26 19:53:26.342 | + cd nova | |
2015-08-26 19:53:26.343 | + git_remote_set_url origin https://git.openstack.org/openstack/nova | |
2015-08-26 19:53:26.345 | + git remote set-url origin https://git.openstack.org/openstack/nova | |
2015-08-26 19:53:26.346 | ++ echo nova | |
2015-08-26 19:53:26.349 | ++ tr - _ | |
2015-08-26 19:53:26.350 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:53:26.351 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:53:26.353 | + local uc_project=NOVA | |
2015-08-26 19:53:26.354 | + local 'project_branch_var=$OVERRIDE_NOVA_PROJECT_BRANCH' | |
2015-08-26 19:53:26.355 | ++ eval echo '$OVERRIDE_NOVA_PROJECT_BRANCH' | |
2015-08-26 19:53:26.357 | +++ echo | |
2015-08-26 19:53:26.358 | + local project_branch= | |
2015-08-26 19:53:26.359 | + [[ '' != '' ]] | |
2015-08-26 19:53:26.361 | + [[ ! -z master ]] | |
2015-08-26 19:53:26.362 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:53:26.363 | ++ sed -e s,master,master, | |
2015-08-26 19:53:26.364 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:53:26.366 | + git_remote_update | |
2015-08-26 19:53:26.367 | + git_timed remote update | |
2015-08-26 19:53:26.368 | + local max_attempts=3 | |
2015-08-26 19:53:26.370 | + local count=0 | |
2015-08-26 19:53:26.371 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:53:26.372 | Fetching origin | |
2015-08-26 19:53:26.374 | + git_prune | |
2015-08-26 19:53:26.375 | + git_timed remote prune origin | |
2015-08-26 19:53:26.376 | + local max_attempts=3 | |
2015-08-26 19:53:26.377 | + local count=0 | |
2015-08-26 19:53:26.379 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:53:26.380 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:53:26.382 | + git_has_branch openstack/nova master | |
2015-08-26 19:53:26.383 | + local project=openstack/nova | |
2015-08-26 19:53:26.385 | + local branch=master | |
2015-08-26 19:53:26.386 | + git branch -a | |
2015-08-26 19:53:26.388 | + grep remotes/origin/master | |
2015-08-26 19:53:26.389 | + return 0 | |
2015-08-26 19:53:26.391 | + git_fetch_at_ref openstack/nova refs/changes/85/167885/27 | |
2015-08-26 19:53:26.392 | + local project=openstack/nova | |
2015-08-26 19:53:26.394 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:53:26.395 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:53:26.397 | + git fetch /home/jenkins/workspace-cache/openstack/nova refs/changes/85/167885/27 | |
2015-08-26 19:53:26.398 | fatal: '/home/jenkins/workspace-cache/openstack/nova' does not appear to be a git repository | |
2015-08-26 19:53:26.400 | fatal: Could not read from remote repository. | |
2015-08-26 19:53:26.401 | | |
2015-08-26 19:53:26.403 | Please make sure you have the correct access rights | |
2015-08-26 19:53:26.404 | and the repository exists. | |
2015-08-26 19:53:26.406 | + return 128 | |
2015-08-26 19:53:26.407 | + git_fetch_at_ref openstack/nova | |
2015-08-26 19:53:26.409 | + local project=openstack/nova | |
2015-08-26 19:53:26.410 | + local ref= | |
2015-08-26 19:53:26.412 | + '[' '' '!=' '' ']' | |
2015-08-26 19:53:26.413 | + return 1 | |
2015-08-26 19:53:26.415 | + git_has_branch openstack/nova master | |
2015-08-26 19:53:26.416 | + local project=openstack/nova | |
2015-08-26 19:53:26.417 | + local branch=master | |
2015-08-26 19:53:26.418 | + git branch -a | |
2015-08-26 19:53:26.420 | + grep remotes/origin/master | |
2015-08-26 19:53:26.421 | + return 0 | |
2015-08-26 19:53:26.422 | + git_checkout openstack/nova master | |
2015-08-26 19:53:26.424 | + local project=openstack/nova | |
2015-08-26 19:53:26.425 | + local branch=master | |
2015-08-26 19:53:26.426 | + local reset_branch=master | |
2015-08-26 19:53:26.428 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:53:26.429 | + reset_branch=remotes/origin/master | |
2015-08-26 19:53:26.430 | + git checkout master | |
2015-08-26 19:53:26.432 | Already on 'master' | |
2015-08-26 19:53:26.433 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:53:26.434 | + git reset --hard remotes/origin/master | |
2015-08-26 19:53:26.436 | HEAD is now at e81593b Merge "Cleanup for merging v2 and v2.1 functional tests." | |
2015-08-26 19:53:26.437 | + git clean -x -f -d -q | |
2015-08-26 19:53:26.438 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:53:26.440 | + cd /opt/stack/new | |
2015-08-26 19:53:26.441 | + '[' -d /opt/git/openstack/neutron-vpnaas ']' | |
2015-08-26 19:53:26.443 | + setup_project openstack/neutron-vpnaas master | |
2015-08-26 19:53:26.444 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:26.446 | + local branch=master | |
2015-08-26 19:53:26.447 | ++ basename openstack/neutron-vpnaas | |
2015-08-26 19:53:26.448 | + local short_project=neutron-vpnaas | |
2015-08-26 19:53:26.450 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:26.451 | + echo 'Setting up openstack/neutron-vpnaas @ master' | |
2015-08-26 19:53:26.452 | Setting up openstack/neutron-vpnaas @ master | |
2015-08-26 19:53:26.454 | + git_clone_and_cd openstack/neutron-vpnaas neutron-vpnaas | |
2015-08-26 19:53:26.455 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:26.456 | + local short_project=neutron-vpnaas | |
2015-08-26 19:53:26.457 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:26.459 | + [[ ! -e neutron-vpnaas ]] | |
2015-08-26 19:53:26.460 | + echo ' Need to clone neutron-vpnaas' | |
2015-08-26 19:53:26.461 | Need to clone neutron-vpnaas | |
2015-08-26 19:53:26.462 | + git clone https://git.openstack.org/openstack/neutron-vpnaas | |
2015-08-26 19:53:26.464 | Cloning into 'neutron-vpnaas'... | |
2015-08-26 19:53:26.465 | + cd neutron-vpnaas | |
2015-08-26 19:53:26.466 | + git_remote_set_url origin https://git.openstack.org/openstack/neutron-vpnaas | |
2015-08-26 19:53:26.468 | + git remote set-url origin https://git.openstack.org/openstack/neutron-vpnaas | |
2015-08-26 19:53:26.469 | ++ echo neutron-vpnaas | |
2015-08-26 19:53:26.470 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:53:26.472 | ++ tr - _ | |
2015-08-26 19:53:26.473 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:53:26.474 | + local uc_project=NEUTRON_VPNAAS | |
2015-08-26 19:53:29.538 | + local 'project_branch_var=$OVERRIDE_NEUTRON_VPNAAS_PROJECT_BRANCH' | |
2015-08-26 19:53:29.539 | ++ eval echo '$OVERRIDE_NEUTRON_VPNAAS_PROJECT_BRANCH' | |
2015-08-26 19:53:29.541 | +++ echo | |
2015-08-26 19:53:29.542 | + local project_branch= | |
2015-08-26 19:53:29.543 | + [[ '' != '' ]] | |
2015-08-26 19:53:29.545 | + [[ ! -z master ]] | |
2015-08-26 19:53:29.546 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:53:29.547 | ++ sed -e s,master,master, | |
2015-08-26 19:53:29.549 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:53:29.550 | + git_remote_update | |
2015-08-26 19:53:29.551 | + git_timed remote update | |
2015-08-26 19:53:29.553 | + local max_attempts=3 | |
2015-08-26 19:53:29.554 | + local count=0 | |
2015-08-26 19:53:29.555 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:53:29.557 | Fetching origin | |
2015-08-26 19:53:29.558 | + git_prune | |
2015-08-26 19:53:29.560 | + git_timed remote prune origin | |
2015-08-26 19:53:29.561 | + local max_attempts=3 | |
2015-08-26 19:53:29.562 | + local count=0 | |
2015-08-26 19:53:29.564 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:53:29.565 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:53:29.567 | + git_has_branch openstack/neutron-vpnaas master | |
2015-08-26 19:53:29.568 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:29.570 | + local branch=master | |
2015-08-26 19:53:29.572 | + git branch -a | |
2015-08-26 19:53:29.573 | + grep remotes/origin/master | |
2015-08-26 19:53:29.574 | + return 0 | |
2015-08-26 19:53:29.576 | + git_fetch_at_ref openstack/neutron-vpnaas refs/changes/85/167885/27 | |
2015-08-26 19:53:29.577 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:29.579 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:53:29.580 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:53:29.581 | + git fetch /home/jenkins/workspace-cache/openstack/neutron-vpnaas refs/changes/85/167885/27 | |
2015-08-26 19:53:29.582 | fatal: '/home/jenkins/workspace-cache/openstack/neutron-vpnaas' does not appear to be a git repository | |
2015-08-26 19:53:29.584 | fatal: Could not read from remote repository. | |
2015-08-26 19:53:29.585 | | |
2015-08-26 19:53:29.586 | Please make sure you have the correct access rights | |
2015-08-26 19:53:29.588 | and the repository exists. | |
2015-08-26 19:53:29.589 | + return 128 | |
2015-08-26 19:53:29.590 | + git_fetch_at_ref openstack/neutron-vpnaas | |
2015-08-26 19:53:29.592 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:29.593 | + local ref= | |
2015-08-26 19:53:29.594 | + '[' '' '!=' '' ']' | |
2015-08-26 19:53:29.596 | + return 1 | |
2015-08-26 19:53:29.597 | + git_has_branch openstack/neutron-vpnaas master | |
2015-08-26 19:53:29.598 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:29.599 | + local branch=master | |
2015-08-26 19:53:29.601 | + git branch -a | |
2015-08-26 19:53:29.602 | + grep remotes/origin/master | |
2015-08-26 19:53:29.603 | + return 0 | |
2015-08-26 19:53:29.605 | + git_checkout openstack/neutron-vpnaas master | |
2015-08-26 19:53:29.610 | + local project=openstack/neutron-vpnaas | |
2015-08-26 19:53:29.611 | + local branch=master | |
2015-08-26 19:53:29.613 | + local reset_branch=master | |
2015-08-26 19:53:29.615 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:53:29.616 | + reset_branch=remotes/origin/master | |
2015-08-26 19:53:29.618 | + git checkout master | |
2015-08-26 19:53:29.619 | Already on 'master' | |
2015-08-26 19:53:29.621 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:53:29.622 | + git reset --hard remotes/origin/master | |
2015-08-26 19:53:29.624 | HEAD is now at 8b6e27c Merge "Register provider configuration with ServiceTypeManager" | |
2015-08-26 19:53:29.625 | + git clean -x -f -d -q | |
2015-08-26 19:53:29.627 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:53:29.628 | + cd /opt/stack/new | |
2015-08-26 19:53:29.630 | + '[' -d /opt/git/openstack/octavia ']' | |
2015-08-26 19:53:29.631 | + setup_project openstack/octavia master | |
2015-08-26 19:53:29.633 | + local project=openstack/octavia | |
2015-08-26 19:53:29.635 | + local branch=master | |
2015-08-26 19:53:29.636 | ++ basename openstack/octavia | |
2015-08-26 19:53:29.638 | + local short_project=octavia | |
2015-08-26 19:53:29.639 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:29.640 | + echo 'Setting up openstack/octavia @ master' | |
2015-08-26 19:53:29.642 | Setting up openstack/octavia @ master | |
2015-08-26 19:53:29.643 | + git_clone_and_cd openstack/octavia octavia | |
2015-08-26 19:53:29.645 | + local project=openstack/octavia | |
2015-08-26 19:53:29.646 | + local short_project=octavia | |
2015-08-26 19:53:29.648 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:29.649 | + [[ ! -e octavia ]] | |
2015-08-26 19:53:29.650 | + echo ' Need to clone octavia' | |
2015-08-26 19:53:29.652 | Need to clone octavia | |
2015-08-26 19:53:29.653 | + git clone https://git.openstack.org/openstack/octavia | |
2015-08-26 19:53:29.654 | Cloning into 'octavia'... | |
2015-08-26 19:53:29.656 | + cd octavia | |
2015-08-26 19:53:29.657 | + git_remote_set_url origin https://git.openstack.org/openstack/octavia | |
2015-08-26 19:53:29.658 | + git remote set-url origin https://git.openstack.org/openstack/octavia | |
2015-08-26 19:53:29.660 | ++ echo octavia | |
2015-08-26 19:53:29.661 | ++ tr - _ | |
2015-08-26 19:53:29.663 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:53:29.664 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:53:29.665 | + local uc_project=OCTAVIA | |
2015-08-26 19:53:29.667 | + local 'project_branch_var=$OVERRIDE_OCTAVIA_PROJECT_BRANCH' | |
2015-08-26 19:53:29.668 | ++ eval echo '$OVERRIDE_OCTAVIA_PROJECT_BRANCH' | |
2015-08-26 19:53:29.670 | +++ echo | |
2015-08-26 19:53:29.671 | + local project_branch= | |
2015-08-26 19:53:29.673 | + [[ '' != '' ]] | |
2015-08-26 19:53:29.674 | + [[ ! -z master ]] | |
2015-08-26 19:53:29.675 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:53:29.677 | ++ sed -e s,master,master, | |
2015-08-26 19:53:29.678 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:53:29.680 | + git_remote_update | |
2015-08-26 19:53:29.681 | + git_timed remote update | |
2015-08-26 19:53:29.682 | + local max_attempts=3 | |
2015-08-26 19:53:29.684 | + local count=0 | |
2015-08-26 19:53:29.685 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:53:29.687 | Fetching origin | |
2015-08-26 19:53:29.688 | + git_prune | |
2015-08-26 19:53:29.689 | + git_timed remote prune origin | |
2015-08-26 19:53:29.691 | + local max_attempts=3 | |
2015-08-26 19:53:29.692 | + local count=0 | |
2015-08-26 19:53:29.694 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:53:29.695 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:53:29.697 | + git_has_branch openstack/octavia master | |
2015-08-26 19:53:29.698 | + local project=openstack/octavia | |
2015-08-26 19:53:29.699 | + local branch=master | |
2015-08-26 19:53:29.701 | + git branch -a | |
2015-08-26 19:53:29.702 | + grep remotes/origin/master | |
2015-08-26 19:53:29.704 | + return 0 | |
2015-08-26 19:53:29.705 | + git_fetch_at_ref openstack/octavia refs/changes/85/167885/27 | |
2015-08-26 19:53:29.706 | + local project=openstack/octavia | |
2015-08-26 19:53:29.708 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:53:29.709 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:53:29.710 | + git fetch /home/jenkins/workspace-cache/openstack/octavia refs/changes/85/167885/27 | |
2015-08-26 19:53:29.712 | fatal: '/home/jenkins/workspace-cache/openstack/octavia' does not appear to be a git repository | |
2015-08-26 19:53:40.962 | fatal: Could not read from remote repository. | |
2015-08-26 19:53:40.964 | | |
2015-08-26 19:53:40.966 | Please make sure you have the correct access rights | |
2015-08-26 19:53:40.967 | and the repository exists. | |
2015-08-26 19:53:40.969 | + return 128 | |
2015-08-26 19:53:40.970 | + git_fetch_at_ref openstack/octavia | |
2015-08-26 19:53:40.972 | + local project=openstack/octavia | |
2015-08-26 19:53:40.973 | + local ref= | |
2015-08-26 19:53:40.975 | + '[' '' '!=' '' ']' | |
2015-08-26 19:53:40.976 | + return 1 | |
2015-08-26 19:53:40.978 | + git_has_branch openstack/octavia master | |
2015-08-26 19:53:40.979 | + local project=openstack/octavia | |
2015-08-26 19:53:40.980 | + local branch=master | |
2015-08-26 19:53:40.982 | + git branch -a | |
2015-08-26 19:53:40.983 | + grep remotes/origin/master | |
2015-08-26 19:53:40.984 | + return 0 | |
2015-08-26 19:53:40.986 | + git_checkout openstack/octavia master | |
2015-08-26 19:53:40.987 | + local project=openstack/octavia | |
2015-08-26 19:53:40.988 | + local branch=master | |
2015-08-26 19:53:40.990 | + local reset_branch=master | |
2015-08-26 19:53:40.991 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:53:40.992 | + reset_branch=remotes/origin/master | |
2015-08-26 19:53:40.994 | + git checkout master | |
2015-08-26 19:53:40.995 | Already on 'master' | |
2015-08-26 19:53:40.996 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:53:40.998 | + git reset --hard remotes/origin/master | |
2015-08-26 19:53:40.999 | HEAD is now at 8f223a3 Fixes for WSME updates | |
2015-08-26 19:53:41.001 | + git clean -x -f -d -q | |
2015-08-26 19:53:41.003 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:53:41.004 | + cd /opt/stack/new | |
2015-08-26 19:53:41.005 | + '[' -d /opt/git/openstack/neutron-lbaas ']' | |
2015-08-26 19:53:41.007 | + setup_project openstack/neutron-lbaas master | |
2015-08-26 19:53:41.008 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.010 | + local branch=master | |
2015-08-26 19:53:41.011 | ++ basename openstack/neutron-lbaas | |
2015-08-26 19:53:41.012 | + local short_project=neutron-lbaas | |
2015-08-26 19:53:41.014 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:41.015 | + echo 'Setting up openstack/neutron-lbaas @ master' | |
2015-08-26 19:53:41.016 | Setting up openstack/neutron-lbaas @ master | |
2015-08-26 19:53:41.018 | + git_clone_and_cd openstack/neutron-lbaas neutron-lbaas | |
2015-08-26 19:53:41.019 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.021 | + local short_project=neutron-lbaas | |
2015-08-26 19:53:41.022 | + local git_base=https://git.openstack.org | |
2015-08-26 19:53:41.024 | + [[ ! -e neutron-lbaas ]] | |
2015-08-26 19:53:41.025 | + echo ' Need to clone neutron-lbaas' | |
2015-08-26 19:53:41.026 | Need to clone neutron-lbaas | |
2015-08-26 19:53:41.028 | + git clone https://git.openstack.org/openstack/neutron-lbaas | |
2015-08-26 19:53:41.029 | Cloning into 'neutron-lbaas'... | |
2015-08-26 19:53:41.031 | + cd neutron-lbaas | |
2015-08-26 19:53:41.032 | + git_remote_set_url origin https://git.openstack.org/openstack/neutron-lbaas | |
2015-08-26 19:53:41.033 | + git remote set-url origin https://git.openstack.org/openstack/neutron-lbaas | |
2015-08-26 19:53:41.035 | ++ echo neutron-lbaas | |
2015-08-26 19:53:41.036 | ++ tr - _ | |
2015-08-26 19:53:41.038 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:53:41.039 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:53:41.040 | + local uc_project=NEUTRON_LBAAS | |
2015-08-26 19:53:41.042 | + local 'project_branch_var=$OVERRIDE_NEUTRON_LBAAS_PROJECT_BRANCH' | |
2015-08-26 19:53:41.043 | ++ eval echo '$OVERRIDE_NEUTRON_LBAAS_PROJECT_BRANCH' | |
2015-08-26 19:53:41.045 | +++ echo | |
2015-08-26 19:53:41.046 | + local project_branch= | |
2015-08-26 19:53:41.047 | + [[ '' != '' ]] | |
2015-08-26 19:53:41.049 | + [[ ! -z master ]] | |
2015-08-26 19:53:41.050 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:53:41.051 | ++ sed -e s,master,master, | |
2015-08-26 19:53:41.053 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:53:41.054 | + git_remote_update | |
2015-08-26 19:53:41.055 | + git_timed remote update | |
2015-08-26 19:53:41.057 | + local max_attempts=3 | |
2015-08-26 19:53:41.058 | + local count=0 | |
2015-08-26 19:53:41.059 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:53:41.061 | Fetching origin | |
2015-08-26 19:53:41.062 | + git_prune | |
2015-08-26 19:53:41.063 | + git_timed remote prune origin | |
2015-08-26 19:53:41.065 | + local max_attempts=3 | |
2015-08-26 19:53:41.066 | + local count=0 | |
2015-08-26 19:53:41.067 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:53:41.069 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:53:41.070 | + git_has_branch openstack/neutron-lbaas master | |
2015-08-26 19:53:41.071 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.073 | + local branch=master | |
2015-08-26 19:53:41.074 | + git branch -a | |
2015-08-26 19:53:41.075 | + grep remotes/origin/master | |
2015-08-26 19:53:41.076 | + return 0 | |
2015-08-26 19:53:41.078 | + git_fetch_at_ref openstack/neutron-lbaas refs/changes/85/167885/27 | |
2015-08-26 19:53:41.079 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.080 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:53:41.082 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:53:41.083 | + git fetch /home/jenkins/workspace-cache/openstack/neutron-lbaas refs/changes/85/167885/27 | |
2015-08-26 19:53:41.085 | fatal: '/home/jenkins/workspace-cache/openstack/neutron-lbaas' does not appear to be a git repository | |
2015-08-26 19:53:41.086 | fatal: Could not read from remote repository. | |
2015-08-26 19:53:41.087 | | |
2015-08-26 19:53:41.089 | Please make sure you have the correct access rights | |
2015-08-26 19:53:41.090 | and the repository exists. | |
2015-08-26 19:53:41.092 | + return 128 | |
2015-08-26 19:53:41.093 | + git_fetch_at_ref openstack/neutron-lbaas | |
2015-08-26 19:53:41.094 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.096 | + local ref= | |
2015-08-26 19:53:41.097 | + '[' '' '!=' '' ']' | |
2015-08-26 19:53:41.099 | + return 1 | |
2015-08-26 19:53:41.100 | + git_has_branch openstack/neutron-lbaas master | |
2015-08-26 19:53:41.101 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.103 | + local branch=master | |
2015-08-26 19:53:41.104 | + git branch -a | |
2015-08-26 19:53:41.106 | + grep remotes/origin/master | |
2015-08-26 19:53:41.107 | + return 0 | |
2015-08-26 19:53:41.109 | + git_checkout openstack/neutron-lbaas master | |
2015-08-26 19:53:41.110 | + local project=openstack/neutron-lbaas | |
2015-08-26 19:53:41.111 | + local branch=master | |
2015-08-26 19:53:41.112 | + local reset_branch=master | |
2015-08-26 19:53:41.114 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:53:41.115 | + reset_branch=remotes/origin/master | |
2015-08-26 19:53:41.116 | + git checkout master | |
2015-08-26 19:53:41.118 | Already on 'master' | |
2015-08-26 19:53:41.119 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:53:41.120 | + git reset --hard remotes/origin/master | |
2015-08-26 19:53:41.122 | HEAD is now at 8f647c1 Change tls and sni listener API attributes to ref | |
2015-08-26 19:53:41.123 | + git clean -x -f -d -q | |
2015-08-26 19:53:41.124 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:53:41.125 | + cd /opt/stack/new | |
2015-08-26 19:53:41.127 | + '[' -d /opt/git/openstack/neutron-fwaas ']' | |
2015-08-26 19:53:41.128 | + setup_project openstack/neutron-fwaas master | |
2015-08-26 19:53:41.129 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:53:41.131 | + local branch=master | |
2015-08-26 19:54:15.439 | ++ basename openstack/neutron-fwaas | |
2015-08-26 19:54:15.441 | + local short_project=neutron-fwaas | |
2015-08-26 19:54:15.443 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:15.445 | + echo 'Setting up openstack/neutron-fwaas @ master' | |
2015-08-26 19:54:15.446 | Setting up openstack/neutron-fwaas @ master | |
2015-08-26 19:54:15.448 | + git_clone_and_cd openstack/neutron-fwaas neutron-fwaas | |
2015-08-26 19:54:15.450 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.452 | + local short_project=neutron-fwaas | |
2015-08-26 19:54:15.454 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:15.455 | + [[ ! -e neutron-fwaas ]] | |
2015-08-26 19:54:15.457 | + echo ' Need to clone neutron-fwaas' | |
2015-08-26 19:54:15.459 | Need to clone neutron-fwaas | |
2015-08-26 19:54:15.460 | + git clone https://git.openstack.org/openstack/neutron-fwaas | |
2015-08-26 19:54:15.462 | Cloning into 'neutron-fwaas'... | |
2015-08-26 19:54:15.463 | + cd neutron-fwaas | |
2015-08-26 19:54:15.465 | + git_remote_set_url origin https://git.openstack.org/openstack/neutron-fwaas | |
2015-08-26 19:54:15.466 | + git remote set-url origin https://git.openstack.org/openstack/neutron-fwaas | |
2015-08-26 19:54:15.468 | ++ echo neutron-fwaas | |
2015-08-26 19:54:15.470 | ++ tr - _ | |
2015-08-26 19:54:15.471 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:15.473 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:15.474 | + local uc_project=NEUTRON_FWAAS | |
2015-08-26 19:54:15.476 | + local 'project_branch_var=$OVERRIDE_NEUTRON_FWAAS_PROJECT_BRANCH' | |
2015-08-26 19:54:15.477 | ++ eval echo '$OVERRIDE_NEUTRON_FWAAS_PROJECT_BRANCH' | |
2015-08-26 19:54:15.482 | +++ echo | |
2015-08-26 19:54:15.483 | + local project_branch= | |
2015-08-26 19:54:15.485 | + [[ '' != '' ]] | |
2015-08-26 19:54:15.487 | + [[ ! -z master ]] | |
2015-08-26 19:54:15.489 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:15.490 | ++ sed -e s,master,master, | |
2015-08-26 19:54:15.492 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:15.494 | + git_remote_update | |
2015-08-26 19:54:15.495 | + git_timed remote update | |
2015-08-26 19:54:15.497 | + local max_attempts=3 | |
2015-08-26 19:54:15.499 | + local count=0 | |
2015-08-26 19:54:15.501 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:15.503 | Fetching origin | |
2015-08-26 19:54:15.504 | + git_prune | |
2015-08-26 19:54:15.506 | + git_timed remote prune origin | |
2015-08-26 19:54:15.507 | + local max_attempts=3 | |
2015-08-26 19:54:15.509 | + local count=0 | |
2015-08-26 19:54:15.511 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:15.512 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:15.514 | + git_has_branch openstack/neutron-fwaas master | |
2015-08-26 19:54:15.516 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.517 | + local branch=master | |
2015-08-26 19:54:15.519 | + git branch -a | |
2015-08-26 19:54:15.521 | + grep remotes/origin/master | |
2015-08-26 19:54:15.522 | + return 0 | |
2015-08-26 19:54:15.524 | + git_fetch_at_ref openstack/neutron-fwaas refs/changes/85/167885/27 | |
2015-08-26 19:54:15.526 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.528 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:15.529 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:15.531 | + git fetch /home/jenkins/workspace-cache/openstack/neutron-fwaas refs/changes/85/167885/27 | |
2015-08-26 19:54:15.532 | fatal: '/home/jenkins/workspace-cache/openstack/neutron-fwaas' does not appear to be a git repository | |
2015-08-26 19:54:15.534 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:15.535 | | |
2015-08-26 19:54:15.537 | Please make sure you have the correct access rights | |
2015-08-26 19:54:15.538 | and the repository exists. | |
2015-08-26 19:54:15.540 | + return 128 | |
2015-08-26 19:54:15.542 | + git_fetch_at_ref openstack/neutron-fwaas | |
2015-08-26 19:54:15.543 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.544 | + local ref= | |
2015-08-26 19:54:15.546 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:15.547 | + return 1 | |
2015-08-26 19:54:15.549 | + git_has_branch openstack/neutron-fwaas master | |
2015-08-26 19:54:15.550 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.552 | + local branch=master | |
2015-08-26 19:54:15.553 | + git branch -a | |
2015-08-26 19:54:15.554 | + grep remotes/origin/master | |
2015-08-26 19:54:15.556 | + return 0 | |
2015-08-26 19:54:15.557 | + git_checkout openstack/neutron-fwaas master | |
2015-08-26 19:54:15.558 | + local project=openstack/neutron-fwaas | |
2015-08-26 19:54:15.560 | + local branch=master | |
2015-08-26 19:54:15.561 | + local reset_branch=master | |
2015-08-26 19:54:15.562 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:15.564 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:15.565 | + git checkout master | |
2015-08-26 19:54:15.566 | Already on 'master' | |
2015-08-26 19:54:15.568 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:15.569 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:15.570 | HEAD is now at fb0d6da Merge "Add oslotest dependency to test-requirements" | |
2015-08-26 19:54:15.572 | + git clean -x -f -d -q | |
2015-08-26 19:54:15.573 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:15.574 | + cd /opt/stack/new | |
2015-08-26 19:54:15.576 | + '[' -d /opt/git/openstack/neutron ']' | |
2015-08-26 19:54:15.577 | + setup_project openstack/neutron master | |
2015-08-26 19:54:15.578 | + local project=openstack/neutron | |
2015-08-26 19:54:15.580 | + local branch=master | |
2015-08-26 19:54:15.581 | ++ basename openstack/neutron | |
2015-08-26 19:54:15.582 | + local short_project=neutron | |
2015-08-26 19:54:15.584 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:15.585 | + echo 'Setting up openstack/neutron @ master' | |
2015-08-26 19:54:15.586 | Setting up openstack/neutron @ master | |
2015-08-26 19:54:15.588 | + git_clone_and_cd openstack/neutron neutron | |
2015-08-26 19:54:15.589 | + local project=openstack/neutron | |
2015-08-26 19:54:15.591 | + local short_project=neutron | |
2015-08-26 19:54:15.592 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:15.593 | + [[ ! -e neutron ]] | |
2015-08-26 19:54:15.595 | + echo ' Need to clone neutron' | |
2015-08-26 19:54:15.596 | Need to clone neutron | |
2015-08-26 19:54:15.598 | + git clone https://git.openstack.org/openstack/neutron | |
2015-08-26 19:54:15.599 | Cloning into 'neutron'... | |
2015-08-26 19:54:15.601 | + cd neutron | |
2015-08-26 19:54:15.602 | + git_remote_set_url origin https://git.openstack.org/openstack/neutron | |
2015-08-26 19:54:15.603 | + git remote set-url origin https://git.openstack.org/openstack/neutron | |
2015-08-26 19:54:15.605 | ++ echo neutron | |
2015-08-26 19:54:15.606 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:15.608 | ++ tr - _ | |
2015-08-26 19:54:15.610 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:15.611 | + local uc_project=NEUTRON | |
2015-08-26 19:54:15.613 | + local 'project_branch_var=$OVERRIDE_NEUTRON_PROJECT_BRANCH' | |
2015-08-26 19:54:15.614 | ++ eval echo '$OVERRIDE_NEUTRON_PROJECT_BRANCH' | |
2015-08-26 19:54:15.616 | +++ echo | |
2015-08-26 19:54:15.617 | + local project_branch= | |
2015-08-26 19:54:15.619 | + [[ '' != '' ]] | |
2015-08-26 19:54:15.620 | + [[ ! -z master ]] | |
2015-08-26 19:54:15.622 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:15.624 | ++ sed -e s,master,master, | |
2015-08-26 19:54:23.897 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:23.899 | + git_remote_update | |
2015-08-26 19:54:23.901 | + git_timed remote update | |
2015-08-26 19:54:23.903 | + local max_attempts=3 | |
2015-08-26 19:54:23.905 | + local count=0 | |
2015-08-26 19:54:23.907 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:23.909 | Fetching origin | |
2015-08-26 19:54:23.911 | + git_prune | |
2015-08-26 19:54:23.912 | + git_timed remote prune origin | |
2015-08-26 19:54:23.914 | + local max_attempts=3 | |
2015-08-26 19:54:23.916 | + local count=0 | |
2015-08-26 19:54:23.917 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:23.919 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:23.920 | + git_has_branch openstack/neutron master | |
2015-08-26 19:54:23.922 | + local project=openstack/neutron | |
2015-08-26 19:54:23.923 | + local branch=master | |
2015-08-26 19:54:23.925 | + git branch -a | |
2015-08-26 19:54:23.926 | + grep remotes/origin/master | |
2015-08-26 19:54:23.927 | + return 0 | |
2015-08-26 19:54:23.929 | + git_fetch_at_ref openstack/neutron refs/changes/85/167885/27 | |
2015-08-26 19:54:23.930 | + local project=openstack/neutron | |
2015-08-26 19:54:23.932 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:23.933 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:23.935 | + git fetch /home/jenkins/workspace-cache/openstack/neutron refs/changes/85/167885/27 | |
2015-08-26 19:54:23.937 | fatal: '/home/jenkins/workspace-cache/openstack/neutron' does not appear to be a git repository | |
2015-08-26 19:54:23.939 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:23.940 | | |
2015-08-26 19:54:23.942 | Please make sure you have the correct access rights | |
2015-08-26 19:54:23.944 | and the repository exists. | |
2015-08-26 19:54:23.946 | + return 128 | |
2015-08-26 19:54:23.948 | + git_fetch_at_ref openstack/neutron | |
2015-08-26 19:54:23.949 | + local project=openstack/neutron | |
2015-08-26 19:54:23.951 | + local ref= | |
2015-08-26 19:54:23.953 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:23.955 | + return 1 | |
2015-08-26 19:54:23.957 | + git_has_branch openstack/neutron master | |
2015-08-26 19:54:23.959 | + local project=openstack/neutron | |
2015-08-26 19:54:23.961 | + local branch=master | |
2015-08-26 19:54:23.962 | + git branch -a | |
2015-08-26 19:54:23.964 | + grep remotes/origin/master | |
2015-08-26 19:54:23.966 | + return 0 | |
2015-08-26 19:54:23.967 | + git_checkout openstack/neutron master | |
2015-08-26 19:54:23.969 | + local project=openstack/neutron | |
2015-08-26 19:54:23.971 | + local branch=master | |
2015-08-26 19:54:23.972 | + local reset_branch=master | |
2015-08-26 19:54:23.974 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:23.975 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:23.977 | + git checkout master | |
2015-08-26 19:54:23.978 | Already on 'master' | |
2015-08-26 19:54:23.980 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:23.981 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:23.983 | HEAD is now at 67968bf Merge "Move in-tree vendor AGENT_TYPE_* constants" | |
2015-08-26 19:54:23.985 | + git clean -x -f -d -q | |
2015-08-26 19:54:23.986 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:23.988 | + cd /opt/stack/new | |
2015-08-26 19:54:23.990 | + '[' -d /opt/git/openstack/zaqar ']' | |
2015-08-26 19:54:23.991 | + setup_project openstack/zaqar master | |
2015-08-26 19:54:23.993 | + local project=openstack/zaqar | |
2015-08-26 19:54:23.995 | + local branch=master | |
2015-08-26 19:54:23.996 | ++ basename openstack/zaqar | |
2015-08-26 19:54:23.998 | + local short_project=zaqar | |
2015-08-26 19:54:24.000 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:24.001 | + echo 'Setting up openstack/zaqar @ master' | |
2015-08-26 19:54:24.003 | Setting up openstack/zaqar @ master | |
2015-08-26 19:54:24.004 | + git_clone_and_cd openstack/zaqar zaqar | |
2015-08-26 19:54:24.006 | + local project=openstack/zaqar | |
2015-08-26 19:54:24.008 | + local short_project=zaqar | |
2015-08-26 19:54:24.009 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:24.011 | + [[ ! -e zaqar ]] | |
2015-08-26 19:54:24.013 | + echo ' Need to clone zaqar' | |
2015-08-26 19:54:24.014 | Need to clone zaqar | |
2015-08-26 19:54:24.016 | + git clone https://git.openstack.org/openstack/zaqar | |
2015-08-26 19:54:24.021 | Cloning into 'zaqar'... | |
2015-08-26 19:54:24.023 | + cd zaqar | |
2015-08-26 19:54:24.024 | + git_remote_set_url origin https://git.openstack.org/openstack/zaqar | |
2015-08-26 19:54:24.026 | + git remote set-url origin https://git.openstack.org/openstack/zaqar | |
2015-08-26 19:54:24.027 | ++ echo zaqar | |
2015-08-26 19:54:24.029 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:24.030 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:24.031 | ++ tr - _ | |
2015-08-26 19:54:24.033 | + local uc_project=ZAQAR | |
2015-08-26 19:54:24.034 | + local 'project_branch_var=$OVERRIDE_ZAQAR_PROJECT_BRANCH' | |
2015-08-26 19:54:24.035 | ++ eval echo '$OVERRIDE_ZAQAR_PROJECT_BRANCH' | |
2015-08-26 19:54:24.037 | +++ echo | |
2015-08-26 19:54:24.038 | + local project_branch= | |
2015-08-26 19:54:24.040 | + [[ '' != '' ]] | |
2015-08-26 19:54:24.041 | + [[ ! -z master ]] | |
2015-08-26 19:54:24.043 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:24.044 | ++ sed -e s,master,master, | |
2015-08-26 19:54:24.045 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:24.047 | + git_remote_update | |
2015-08-26 19:54:24.048 | + git_timed remote update | |
2015-08-26 19:54:24.050 | + local max_attempts=3 | |
2015-08-26 19:54:24.052 | + local count=0 | |
2015-08-26 19:54:24.053 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:24.055 | Fetching origin | |
2015-08-26 19:54:24.056 | + git_prune | |
2015-08-26 19:54:24.057 | + git_timed remote prune origin | |
2015-08-26 19:54:24.059 | + local max_attempts=3 | |
2015-08-26 19:54:24.060 | + local count=0 | |
2015-08-26 19:54:24.062 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:24.064 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:24.065 | + git_has_branch openstack/zaqar master | |
2015-08-26 19:54:24.067 | + local project=openstack/zaqar | |
2015-08-26 19:54:24.068 | + local branch=master | |
2015-08-26 19:54:24.070 | + git branch -a | |
2015-08-26 19:54:24.072 | + grep remotes/origin/master | |
2015-08-26 19:54:24.073 | + return 0 | |
2015-08-26 19:54:24.075 | + git_fetch_at_ref openstack/zaqar refs/changes/85/167885/27 | |
2015-08-26 19:54:24.077 | + local project=openstack/zaqar | |
2015-08-26 19:54:24.079 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:24.080 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:24.082 | + git fetch /home/jenkins/workspace-cache/openstack/zaqar refs/changes/85/167885/27 | |
2015-08-26 19:54:24.083 | fatal: '/home/jenkins/workspace-cache/openstack/zaqar' does not appear to be a git repository | |
2015-08-26 19:54:24.085 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:24.086 | | |
2015-08-26 19:54:24.088 | Please make sure you have the correct access rights | |
2015-08-26 19:54:24.089 | and the repository exists. | |
2015-08-26 19:54:24.090 | + return 128 | |
2015-08-26 19:54:24.092 | + git_fetch_at_ref openstack/zaqar | |
2015-08-26 19:54:24.093 | + local project=openstack/zaqar | |
2015-08-26 19:54:24.095 | + local ref= | |
2015-08-26 19:54:24.096 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:24.098 | + return 1 | |
2015-08-26 19:54:24.099 | + git_has_branch openstack/zaqar master | |
2015-08-26 19:54:24.101 | + local project=openstack/zaqar | |
2015-08-26 19:54:24.102 | + local branch=master | |
2015-08-26 19:54:24.104 | + git branch -a | |
2015-08-26 19:54:24.105 | + grep remotes/origin/master | |
2015-08-26 19:54:24.107 | + return 0 | |
2015-08-26 19:54:28.685 | + git_checkout openstack/zaqar master | |
2015-08-26 19:54:28.686 | + local project=openstack/zaqar | |
2015-08-26 19:54:28.688 | + local branch=master | |
2015-08-26 19:54:28.689 | + local reset_branch=master | |
2015-08-26 19:54:28.691 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:28.693 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:28.694 | + git checkout master | |
2015-08-26 19:54:28.695 | Already on 'master' | |
2015-08-26 19:54:28.697 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:28.701 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:28.703 | HEAD is now at 43e805b Merge "Move _(get|inc)_counter out of QueueController" | |
2015-08-26 19:54:28.704 | + git clean -x -f -d -q | |
2015-08-26 19:54:28.705 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:28.707 | + cd /opt/stack/new | |
2015-08-26 19:54:28.709 | + '[' -d /opt/git/openstack/manila-ui ']' | |
2015-08-26 19:54:28.710 | + setup_project openstack/manila-ui master | |
2015-08-26 19:54:28.711 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.713 | + local branch=master | |
2015-08-26 19:54:28.714 | ++ basename openstack/manila-ui | |
2015-08-26 19:54:28.716 | + local short_project=manila-ui | |
2015-08-26 19:54:28.717 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:28.718 | + echo 'Setting up openstack/manila-ui @ master' | |
2015-08-26 19:54:28.720 | Setting up openstack/manila-ui @ master | |
2015-08-26 19:54:28.721 | + git_clone_and_cd openstack/manila-ui manila-ui | |
2015-08-26 19:54:28.722 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.724 | + local short_project=manila-ui | |
2015-08-26 19:54:28.725 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:28.727 | + [[ ! -e manila-ui ]] | |
2015-08-26 19:54:28.728 | + echo ' Need to clone manila-ui' | |
2015-08-26 19:54:28.730 | Need to clone manila-ui | |
2015-08-26 19:54:28.732 | + git clone https://git.openstack.org/openstack/manila-ui | |
2015-08-26 19:54:28.733 | Cloning into 'manila-ui'... | |
2015-08-26 19:54:28.735 | + cd manila-ui | |
2015-08-26 19:54:28.736 | + git_remote_set_url origin https://git.openstack.org/openstack/manila-ui | |
2015-08-26 19:54:28.738 | + git remote set-url origin https://git.openstack.org/openstack/manila-ui | |
2015-08-26 19:54:28.740 | ++ echo manila-ui | |
2015-08-26 19:54:28.741 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:28.742 | ++ tr - _ | |
2015-08-26 19:54:28.744 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:28.745 | + local uc_project=MANILA_UI | |
2015-08-26 19:54:28.746 | + local 'project_branch_var=$OVERRIDE_MANILA_UI_PROJECT_BRANCH' | |
2015-08-26 19:54:28.748 | ++ eval echo '$OVERRIDE_MANILA_UI_PROJECT_BRANCH' | |
2015-08-26 19:54:28.749 | +++ echo | |
2015-08-26 19:54:28.750 | + local project_branch= | |
2015-08-26 19:54:28.752 | + [[ '' != '' ]] | |
2015-08-26 19:54:28.753 | + [[ ! -z master ]] | |
2015-08-26 19:54:28.755 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:28.756 | ++ sed -e s,master,master, | |
2015-08-26 19:54:28.757 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:28.759 | + git_remote_update | |
2015-08-26 19:54:28.760 | + git_timed remote update | |
2015-08-26 19:54:28.761 | + local max_attempts=3 | |
2015-08-26 19:54:28.763 | + local count=0 | |
2015-08-26 19:54:28.764 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:28.765 | Fetching origin | |
2015-08-26 19:54:28.767 | + git_prune | |
2015-08-26 19:54:28.768 | + git_timed remote prune origin | |
2015-08-26 19:54:28.770 | + local max_attempts=3 | |
2015-08-26 19:54:28.771 | + local count=0 | |
2015-08-26 19:54:28.773 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:28.774 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:28.775 | + git_has_branch openstack/manila-ui master | |
2015-08-26 19:54:28.777 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.779 | + local branch=master | |
2015-08-26 19:54:28.780 | + git branch -a | |
2015-08-26 19:54:28.782 | + grep remotes/origin/master | |
2015-08-26 19:54:28.783 | + return 0 | |
2015-08-26 19:54:28.785 | + git_fetch_at_ref openstack/manila-ui refs/changes/85/167885/27 | |
2015-08-26 19:54:28.786 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.787 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:28.789 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:28.790 | + git fetch /home/jenkins/workspace-cache/openstack/manila-ui refs/changes/85/167885/27 | |
2015-08-26 19:54:28.791 | fatal: '/home/jenkins/workspace-cache/openstack/manila-ui' does not appear to be a git repository | |
2015-08-26 19:54:28.793 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:28.794 | | |
2015-08-26 19:54:28.796 | Please make sure you have the correct access rights | |
2015-08-26 19:54:28.797 | and the repository exists. | |
2015-08-26 19:54:28.799 | + return 128 | |
2015-08-26 19:54:28.800 | + git_fetch_at_ref openstack/manila-ui | |
2015-08-26 19:54:28.801 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.803 | + local ref= | |
2015-08-26 19:54:28.804 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:28.806 | + return 1 | |
2015-08-26 19:54:28.807 | + git_has_branch openstack/manila-ui master | |
2015-08-26 19:54:28.809 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.810 | + local branch=master | |
2015-08-26 19:54:28.812 | + git branch -a | |
2015-08-26 19:54:28.813 | + grep remotes/origin/master | |
2015-08-26 19:54:28.814 | + return 0 | |
2015-08-26 19:54:28.816 | + git_checkout openstack/manila-ui master | |
2015-08-26 19:54:28.817 | + local project=openstack/manila-ui | |
2015-08-26 19:54:28.819 | + local branch=master | |
2015-08-26 19:54:28.820 | + local reset_branch=master | |
2015-08-26 19:54:28.821 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:28.823 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:28.824 | + git checkout master | |
2015-08-26 19:54:28.825 | Already on 'master' | |
2015-08-26 19:54:28.827 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:28.828 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:28.829 | HEAD is now at 8fe95c6 Add extend support to manila-ui | |
2015-08-26 19:54:28.831 | + git clean -x -f -d -q | |
2015-08-26 19:54:28.832 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:28.834 | + cd /opt/stack/new | |
2015-08-26 19:54:28.835 | + '[' -d /opt/git/openstack/manila ']' | |
2015-08-26 19:54:28.836 | + setup_project openstack/manila master | |
2015-08-26 19:54:28.838 | + local project=openstack/manila | |
2015-08-26 19:54:28.839 | + local branch=master | |
2015-08-26 19:54:28.841 | ++ basename openstack/manila | |
2015-08-26 19:54:28.842 | + local short_project=manila | |
2015-08-26 19:54:28.843 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:28.845 | + echo 'Setting up openstack/manila @ master' | |
2015-08-26 19:54:28.846 | Setting up openstack/manila @ master | |
2015-08-26 19:54:28.847 | + git_clone_and_cd openstack/manila manila | |
2015-08-26 19:54:28.849 | + local project=openstack/manila | |
2015-08-26 19:54:28.850 | + local short_project=manila | |
2015-08-26 19:54:28.852 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:28.853 | + [[ ! -e manila ]] | |
2015-08-26 19:54:28.854 | + echo ' Need to clone manila' | |
2015-08-26 19:54:28.856 | Need to clone manila | |
2015-08-26 19:54:28.857 | + git clone https://git.openstack.org/openstack/manila | |
2015-08-26 19:54:28.859 | Cloning into 'manila'... | |
2015-08-26 19:54:28.861 | + cd manila | |
2015-08-26 19:54:32.669 | + git_remote_set_url origin https://git.openstack.org/openstack/manila | |
2015-08-26 19:54:32.670 | + git remote set-url origin https://git.openstack.org/openstack/manila | |
2015-08-26 19:54:32.672 | ++ echo manila | |
2015-08-26 19:54:32.674 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:32.676 | ++ tr - _ | |
2015-08-26 19:54:32.677 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:32.679 | + local uc_project=MANILA | |
2015-08-26 19:54:32.680 | + local 'project_branch_var=$OVERRIDE_MANILA_PROJECT_BRANCH' | |
2015-08-26 19:54:32.682 | ++ eval echo '$OVERRIDE_MANILA_PROJECT_BRANCH' | |
2015-08-26 19:54:32.684 | +++ echo | |
2015-08-26 19:54:32.685 | + local project_branch= | |
2015-08-26 19:54:32.688 | + [[ '' != '' ]] | |
2015-08-26 19:54:32.690 | + [[ ! -z master ]] | |
2015-08-26 19:54:32.691 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:32.693 | ++ sed -e s,master,master, | |
2015-08-26 19:54:32.694 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:32.696 | + git_remote_update | |
2015-08-26 19:54:32.697 | + git_timed remote update | |
2015-08-26 19:54:32.699 | + local max_attempts=3 | |
2015-08-26 19:54:32.700 | + local count=0 | |
2015-08-26 19:54:32.702 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:32.703 | Fetching origin | |
2015-08-26 19:54:32.705 | + git_prune | |
2015-08-26 19:54:32.706 | + git_timed remote prune origin | |
2015-08-26 19:54:32.707 | + local max_attempts=3 | |
2015-08-26 19:54:32.709 | + local count=0 | |
2015-08-26 19:54:32.710 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:32.712 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:32.713 | + git_has_branch openstack/manila master | |
2015-08-26 19:54:32.715 | + local project=openstack/manila | |
2015-08-26 19:54:32.716 | + local branch=master | |
2015-08-26 19:54:32.718 | + git branch -a | |
2015-08-26 19:54:32.719 | + grep remotes/origin/master | |
2015-08-26 19:54:32.721 | + return 0 | |
2015-08-26 19:54:32.722 | + git_fetch_at_ref openstack/manila refs/changes/85/167885/27 | |
2015-08-26 19:54:32.723 | + local project=openstack/manila | |
2015-08-26 19:54:32.725 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:32.726 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:32.728 | + git fetch /home/jenkins/workspace-cache/openstack/manila refs/changes/85/167885/27 | |
2015-08-26 19:54:32.729 | fatal: '/home/jenkins/workspace-cache/openstack/manila' does not appear to be a git repository | |
2015-08-26 19:54:32.731 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:32.732 | | |
2015-08-26 19:54:32.734 | Please make sure you have the correct access rights | |
2015-08-26 19:54:32.735 | and the repository exists. | |
2015-08-26 19:54:32.737 | + return 128 | |
2015-08-26 19:54:32.738 | + git_fetch_at_ref openstack/manila | |
2015-08-26 19:54:32.739 | + local project=openstack/manila | |
2015-08-26 19:54:32.741 | + local ref= | |
2015-08-26 19:54:32.742 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:32.744 | + return 1 | |
2015-08-26 19:54:32.745 | + git_has_branch openstack/manila master | |
2015-08-26 19:54:32.747 | + local project=openstack/manila | |
2015-08-26 19:54:32.748 | + local branch=master | |
2015-08-26 19:54:32.750 | + git branch -a | |
2015-08-26 19:54:32.751 | + grep remotes/origin/master | |
2015-08-26 19:54:32.753 | + return 0 | |
2015-08-26 19:54:32.754 | + git_checkout openstack/manila master | |
2015-08-26 19:54:32.756 | + local project=openstack/manila | |
2015-08-26 19:54:32.757 | + local branch=master | |
2015-08-26 19:54:32.758 | + local reset_branch=master | |
2015-08-26 19:54:32.760 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:32.761 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:32.763 | + git checkout master | |
2015-08-26 19:54:32.764 | Already on 'master' | |
2015-08-26 19:54:32.766 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:32.767 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:32.769 | HEAD is now at b9b102e Merge "Add WinRM helper" | |
2015-08-26 19:54:32.770 | + git clean -x -f -d -q | |
2015-08-26 19:54:32.772 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:32.773 | + cd /opt/stack/new | |
2015-08-26 19:54:32.775 | + '[' -d /opt/git/openstack/keystonemiddleware ']' | |
2015-08-26 19:54:32.776 | + setup_project openstack/keystonemiddleware master | |
2015-08-26 19:54:32.778 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:32.779 | + local branch=master | |
2015-08-26 19:54:32.780 | ++ basename openstack/keystonemiddleware | |
2015-08-26 19:54:32.782 | + local short_project=keystonemiddleware | |
2015-08-26 19:54:32.783 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:32.785 | + echo 'Setting up openstack/keystonemiddleware @ master' | |
2015-08-26 19:54:32.786 | Setting up openstack/keystonemiddleware @ master | |
2015-08-26 19:54:32.787 | + git_clone_and_cd openstack/keystonemiddleware keystonemiddleware | |
2015-08-26 19:54:32.789 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:32.790 | + local short_project=keystonemiddleware | |
2015-08-26 19:54:32.791 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:32.792 | + [[ ! -e keystonemiddleware ]] | |
2015-08-26 19:54:32.794 | + echo ' Need to clone keystonemiddleware' | |
2015-08-26 19:54:32.795 | Need to clone keystonemiddleware | |
2015-08-26 19:54:32.796 | + git clone https://git.openstack.org/openstack/keystonemiddleware | |
2015-08-26 19:54:32.798 | Cloning into 'keystonemiddleware'... | |
2015-08-26 19:54:32.799 | + cd keystonemiddleware | |
2015-08-26 19:54:32.800 | + git_remote_set_url origin https://git.openstack.org/openstack/keystonemiddleware | |
2015-08-26 19:54:32.802 | + git remote set-url origin https://git.openstack.org/openstack/keystonemiddleware | |
2015-08-26 19:54:32.803 | ++ echo keystonemiddleware | |
2015-08-26 19:54:32.804 | ++ tr - _ | |
2015-08-26 19:54:32.806 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:32.807 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:32.808 | + local uc_project=KEYSTONEMIDDLEWARE | |
2015-08-26 19:54:32.810 | + local 'project_branch_var=$OVERRIDE_KEYSTONEMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:54:32.811 | ++ eval echo '$OVERRIDE_KEYSTONEMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:54:32.812 | +++ echo | |
2015-08-26 19:54:32.814 | + local project_branch= | |
2015-08-26 19:54:32.821 | + [[ '' != '' ]] | |
2015-08-26 19:54:32.823 | + [[ ! -z master ]] | |
2015-08-26 19:54:32.824 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:32.825 | ++ sed -e s,master,master, | |
2015-08-26 19:54:32.827 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:32.828 | + git_remote_update | |
2015-08-26 19:54:32.830 | + git_timed remote update | |
2015-08-26 19:54:32.831 | + local max_attempts=3 | |
2015-08-26 19:54:32.832 | + local count=0 | |
2015-08-26 19:54:32.834 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:32.835 | Fetching origin | |
2015-08-26 19:54:32.837 | + git_prune | |
2015-08-26 19:54:32.838 | + git_timed remote prune origin | |
2015-08-26 19:54:32.840 | + local max_attempts=3 | |
2015-08-26 19:54:32.841 | + local count=0 | |
2015-08-26 19:54:32.843 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:32.844 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:32.845 | + git_has_branch openstack/keystonemiddleware master | |
2015-08-26 19:54:32.847 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:32.848 | + local branch=master | |
2015-08-26 19:54:32.850 | + git branch -a | |
2015-08-26 19:54:32.851 | + grep remotes/origin/master | |
2015-08-26 19:54:32.853 | + return 0 | |
2015-08-26 19:54:34.515 | + git_fetch_at_ref openstack/keystonemiddleware refs/changes/85/167885/27 | |
2015-08-26 19:54:34.516 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:34.518 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:34.519 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:34.521 | + git fetch /home/jenkins/workspace-cache/openstack/keystonemiddleware refs/changes/85/167885/27 | |
2015-08-26 19:54:34.522 | fatal: '/home/jenkins/workspace-cache/openstack/keystonemiddleware' does not appear to be a git repository | |
2015-08-26 19:54:34.524 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:34.525 | | |
2015-08-26 19:54:34.528 | Please make sure you have the correct access rights | |
2015-08-26 19:54:34.530 | and the repository exists. | |
2015-08-26 19:54:34.531 | + return 128 | |
2015-08-26 19:54:34.533 | + git_fetch_at_ref openstack/keystonemiddleware | |
2015-08-26 19:54:34.534 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:34.536 | + local ref= | |
2015-08-26 19:54:34.538 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:34.539 | + return 1 | |
2015-08-26 19:54:34.541 | + git_has_branch openstack/keystonemiddleware master | |
2015-08-26 19:54:34.543 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:34.544 | + local branch=master | |
2015-08-26 19:54:34.546 | + git branch -a | |
2015-08-26 19:54:34.547 | + grep remotes/origin/master | |
2015-08-26 19:54:34.549 | + return 0 | |
2015-08-26 19:54:34.550 | + git_checkout openstack/keystonemiddleware master | |
2015-08-26 19:54:34.552 | + local project=openstack/keystonemiddleware | |
2015-08-26 19:54:34.553 | + local branch=master | |
2015-08-26 19:54:34.555 | + local reset_branch=master | |
2015-08-26 19:54:34.556 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:34.558 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:34.559 | + git checkout master | |
2015-08-26 19:54:34.562 | Already on 'master' | |
2015-08-26 19:54:34.563 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:34.564 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:34.566 | HEAD is now at ec0c41b Updated from global requirements | |
2015-08-26 19:54:34.567 | + git clean -x -f -d -q | |
2015-08-26 19:54:34.569 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:34.570 | + cd /opt/stack/new | |
2015-08-26 19:54:34.571 | + '[' -d /opt/git/openstack/keystoneauth ']' | |
2015-08-26 19:54:34.572 | + setup_project openstack/keystoneauth master | |
2015-08-26 19:54:34.574 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.575 | + local branch=master | |
2015-08-26 19:54:34.577 | ++ basename openstack/keystoneauth | |
2015-08-26 19:54:34.578 | + local short_project=keystoneauth | |
2015-08-26 19:54:34.580 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:34.581 | + echo 'Setting up openstack/keystoneauth @ master' | |
2015-08-26 19:54:34.582 | Setting up openstack/keystoneauth @ master | |
2015-08-26 19:54:34.584 | + git_clone_and_cd openstack/keystoneauth keystoneauth | |
2015-08-26 19:54:34.585 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.587 | + local short_project=keystoneauth | |
2015-08-26 19:54:34.588 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:34.590 | + [[ ! -e keystoneauth ]] | |
2015-08-26 19:54:34.591 | + echo ' Need to clone keystoneauth' | |
2015-08-26 19:54:34.592 | Need to clone keystoneauth | |
2015-08-26 19:54:34.594 | + git clone https://git.openstack.org/openstack/keystoneauth | |
2015-08-26 19:54:34.595 | Cloning into 'keystoneauth'... | |
2015-08-26 19:54:34.596 | + cd keystoneauth | |
2015-08-26 19:54:34.598 | + git_remote_set_url origin https://git.openstack.org/openstack/keystoneauth | |
2015-08-26 19:54:34.599 | + git remote set-url origin https://git.openstack.org/openstack/keystoneauth | |
2015-08-26 19:54:34.600 | ++ echo keystoneauth | |
2015-08-26 19:54:34.602 | ++ tr - _ | |
2015-08-26 19:54:34.603 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:34.605 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:34.606 | + local uc_project=KEYSTONEAUTH | |
2015-08-26 19:54:34.607 | + local 'project_branch_var=$OVERRIDE_KEYSTONEAUTH_PROJECT_BRANCH' | |
2015-08-26 19:54:34.609 | ++ eval echo '$OVERRIDE_KEYSTONEAUTH_PROJECT_BRANCH' | |
2015-08-26 19:54:34.610 | +++ echo | |
2015-08-26 19:54:34.611 | + local project_branch= | |
2015-08-26 19:54:34.613 | + [[ '' != '' ]] | |
2015-08-26 19:54:34.614 | + [[ ! -z master ]] | |
2015-08-26 19:54:34.616 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:34.617 | ++ sed -e s,master,master, | |
2015-08-26 19:54:34.619 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:34.620 | + git_remote_update | |
2015-08-26 19:54:34.622 | + git_timed remote update | |
2015-08-26 19:54:34.623 | + local max_attempts=3 | |
2015-08-26 19:54:34.625 | + local count=0 | |
2015-08-26 19:54:34.626 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:34.628 | Fetching origin | |
2015-08-26 19:54:34.629 | + git_prune | |
2015-08-26 19:54:34.631 | + git_timed remote prune origin | |
2015-08-26 19:54:34.632 | + local max_attempts=3 | |
2015-08-26 19:54:34.633 | + local count=0 | |
2015-08-26 19:54:34.635 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:34.636 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:34.638 | + git_has_branch openstack/keystoneauth master | |
2015-08-26 19:54:34.639 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.641 | + local branch=master | |
2015-08-26 19:54:34.642 | + git branch -a | |
2015-08-26 19:54:34.644 | + grep remotes/origin/master | |
2015-08-26 19:54:34.649 | + return 0 | |
2015-08-26 19:54:34.651 | + git_fetch_at_ref openstack/keystoneauth refs/changes/85/167885/27 | |
2015-08-26 19:54:34.652 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.653 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:34.655 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:34.656 | + git fetch /home/jenkins/workspace-cache/openstack/keystoneauth refs/changes/85/167885/27 | |
2015-08-26 19:54:34.657 | fatal: '/home/jenkins/workspace-cache/openstack/keystoneauth' does not appear to be a git repository | |
2015-08-26 19:54:34.659 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:34.660 | | |
2015-08-26 19:54:34.661 | Please make sure you have the correct access rights | |
2015-08-26 19:54:34.663 | and the repository exists. | |
2015-08-26 19:54:34.664 | + return 128 | |
2015-08-26 19:54:34.665 | + git_fetch_at_ref openstack/keystoneauth | |
2015-08-26 19:54:34.667 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.668 | + local ref= | |
2015-08-26 19:54:34.669 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:34.671 | + return 1 | |
2015-08-26 19:54:34.672 | + git_has_branch openstack/keystoneauth master | |
2015-08-26 19:54:34.674 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.675 | + local branch=master | |
2015-08-26 19:54:34.676 | + git branch -a | |
2015-08-26 19:54:34.678 | + grep remotes/origin/master | |
2015-08-26 19:54:34.679 | + return 0 | |
2015-08-26 19:54:34.680 | + git_checkout openstack/keystoneauth master | |
2015-08-26 19:54:34.682 | + local project=openstack/keystoneauth | |
2015-08-26 19:54:34.683 | + local branch=master | |
2015-08-26 19:54:34.685 | + local reset_branch=master | |
2015-08-26 19:54:34.686 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:47.103 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:47.105 | + git checkout master | |
2015-08-26 19:54:47.107 | Already on 'master' | |
2015-08-26 19:54:47.108 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:47.109 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:47.111 | HEAD is now at 34368ad Merge "Fix plugin loading tests" | |
2015-08-26 19:54:47.112 | + git clean -x -f -d -q | |
2015-08-26 19:54:47.114 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:47.115 | + cd /opt/stack/new | |
2015-08-26 19:54:47.116 | + '[' -d /opt/git/openstack/keystone ']' | |
2015-08-26 19:54:47.118 | + setup_project openstack/keystone master | |
2015-08-26 19:54:47.119 | + local project=openstack/keystone | |
2015-08-26 19:54:47.120 | + local branch=master | |
2015-08-26 19:54:47.121 | ++ basename openstack/keystone | |
2015-08-26 19:54:47.123 | + local short_project=keystone | |
2015-08-26 19:54:47.124 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:47.125 | + echo 'Setting up openstack/keystone @ master' | |
2015-08-26 19:54:47.127 | Setting up openstack/keystone @ master | |
2015-08-26 19:54:47.128 | + git_clone_and_cd openstack/keystone keystone | |
2015-08-26 19:54:47.129 | + local project=openstack/keystone | |
2015-08-26 19:54:47.130 | + local short_project=keystone | |
2015-08-26 19:54:47.132 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:47.133 | + [[ ! -e keystone ]] | |
2015-08-26 19:54:47.134 | + echo ' Need to clone keystone' | |
2015-08-26 19:54:47.136 | Need to clone keystone | |
2015-08-26 19:54:47.137 | + git clone https://git.openstack.org/openstack/keystone | |
2015-08-26 19:54:47.138 | Cloning into 'keystone'... | |
2015-08-26 19:54:47.140 | + cd keystone | |
2015-08-26 19:54:47.141 | + git_remote_set_url origin https://git.openstack.org/openstack/keystone | |
2015-08-26 19:54:47.142 | + git remote set-url origin https://git.openstack.org/openstack/keystone | |
2015-08-26 19:54:47.146 | ++ echo keystone | |
2015-08-26 19:54:47.147 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:47.149 | ++ tr - _ | |
2015-08-26 19:54:47.150 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:47.151 | + local uc_project=KEYSTONE | |
2015-08-26 19:54:47.153 | + local 'project_branch_var=$OVERRIDE_KEYSTONE_PROJECT_BRANCH' | |
2015-08-26 19:54:47.154 | ++ eval echo '$OVERRIDE_KEYSTONE_PROJECT_BRANCH' | |
2015-08-26 19:54:47.155 | +++ echo | |
2015-08-26 19:54:47.157 | + local project_branch= | |
2015-08-26 19:54:47.158 | + [[ '' != '' ]] | |
2015-08-26 19:54:47.159 | + [[ ! -z master ]] | |
2015-08-26 19:54:47.161 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:47.162 | ++ sed -e s,master,master, | |
2015-08-26 19:54:47.163 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:47.165 | + git_remote_update | |
2015-08-26 19:54:47.166 | + git_timed remote update | |
2015-08-26 19:54:47.168 | + local max_attempts=3 | |
2015-08-26 19:54:47.169 | + local count=0 | |
2015-08-26 19:54:47.170 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:47.172 | Fetching origin | |
2015-08-26 19:54:47.173 | + git_prune | |
2015-08-26 19:54:47.174 | + git_timed remote prune origin | |
2015-08-26 19:54:47.176 | + local max_attempts=3 | |
2015-08-26 19:54:47.177 | + local count=0 | |
2015-08-26 19:54:47.178 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:47.180 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:47.181 | + git_has_branch openstack/keystone master | |
2015-08-26 19:54:47.182 | + local project=openstack/keystone | |
2015-08-26 19:54:47.184 | + local branch=master | |
2015-08-26 19:54:47.185 | + git branch -a | |
2015-08-26 19:54:47.186 | + grep remotes/origin/master | |
2015-08-26 19:54:47.188 | + return 0 | |
2015-08-26 19:54:47.189 | + git_fetch_at_ref openstack/keystone refs/changes/85/167885/27 | |
2015-08-26 19:54:47.191 | + local project=openstack/keystone | |
2015-08-26 19:54:47.192 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:47.194 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:47.195 | + git fetch /home/jenkins/workspace-cache/openstack/keystone refs/changes/85/167885/27 | |
2015-08-26 19:54:47.196 | fatal: '/home/jenkins/workspace-cache/openstack/keystone' does not appear to be a git repository | |
2015-08-26 19:54:47.198 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:47.199 | | |
2015-08-26 19:54:47.201 | Please make sure you have the correct access rights | |
2015-08-26 19:54:47.202 | and the repository exists. | |
2015-08-26 19:54:47.203 | + return 128 | |
2015-08-26 19:54:47.205 | + git_fetch_at_ref openstack/keystone | |
2015-08-26 19:54:47.206 | + local project=openstack/keystone | |
2015-08-26 19:54:47.208 | + local ref= | |
2015-08-26 19:54:47.210 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:47.211 | + return 1 | |
2015-08-26 19:54:47.213 | + git_has_branch openstack/keystone master | |
2015-08-26 19:54:47.214 | + local project=openstack/keystone | |
2015-08-26 19:54:47.216 | + local branch=master | |
2015-08-26 19:54:47.217 | + git branch -a | |
2015-08-26 19:54:47.218 | + grep remotes/origin/master | |
2015-08-26 19:54:47.220 | + return 0 | |
2015-08-26 19:54:47.221 | + git_checkout openstack/keystone master | |
2015-08-26 19:54:47.223 | + local project=openstack/keystone | |
2015-08-26 19:54:47.224 | + local branch=master | |
2015-08-26 19:54:47.226 | + local reset_branch=master | |
2015-08-26 19:54:47.227 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:47.229 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:47.230 | + git checkout master | |
2015-08-26 19:54:47.232 | Already on 'master' | |
2015-08-26 19:54:47.233 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:47.235 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:47.236 | HEAD is now at 94b9a66 Merge "Prevent exception for invalidly encoded parameters" | |
2015-08-26 19:54:47.238 | + git clean -x -f -d -q | |
2015-08-26 19:54:47.242 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:47.243 | + cd /opt/stack/new | |
2015-08-26 19:54:47.245 | + '[' -d /opt/git/openstack/ironic-python-agent ']' | |
2015-08-26 19:54:47.246 | + setup_project openstack/ironic-python-agent master | |
2015-08-26 19:54:47.247 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:47.249 | + local branch=master | |
2015-08-26 19:54:47.250 | ++ basename openstack/ironic-python-agent | |
2015-08-26 19:54:47.252 | + local short_project=ironic-python-agent | |
2015-08-26 19:54:47.253 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:47.255 | + echo 'Setting up openstack/ironic-python-agent @ master' | |
2015-08-26 19:54:47.256 | Setting up openstack/ironic-python-agent @ master | |
2015-08-26 19:54:47.257 | + git_clone_and_cd openstack/ironic-python-agent ironic-python-agent | |
2015-08-26 19:54:47.259 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:47.260 | + local short_project=ironic-python-agent | |
2015-08-26 19:54:47.262 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:47.263 | + [[ ! -e ironic-python-agent ]] | |
2015-08-26 19:54:47.265 | + echo ' Need to clone ironic-python-agent' | |
2015-08-26 19:54:47.266 | Need to clone ironic-python-agent | |
2015-08-26 19:54:47.267 | + git clone https://git.openstack.org/openstack/ironic-python-agent | |
2015-08-26 19:54:47.269 | Cloning into 'ironic-python-agent'... | |
2015-08-26 19:54:47.270 | + cd ironic-python-agent | |
2015-08-26 19:54:49.952 | + git_remote_set_url origin https://git.openstack.org/openstack/ironic-python-agent | |
2015-08-26 19:54:49.954 | + git remote set-url origin https://git.openstack.org/openstack/ironic-python-agent | |
2015-08-26 19:54:49.956 | ++ echo ironic-python-agent | |
2015-08-26 19:54:49.957 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:49.959 | ++ tr - _ | |
2015-08-26 19:54:49.962 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:49.964 | + local uc_project=IRONIC_PYTHON_AGENT | |
2015-08-26 19:54:49.965 | + local 'project_branch_var=$OVERRIDE_IRONIC_PYTHON_AGENT_PROJECT_BRANCH' | |
2015-08-26 19:54:49.967 | ++ eval echo '$OVERRIDE_IRONIC_PYTHON_AGENT_PROJECT_BRANCH' | |
2015-08-26 19:54:49.968 | +++ echo | |
2015-08-26 19:54:49.970 | + local project_branch= | |
2015-08-26 19:54:49.972 | + [[ '' != '' ]] | |
2015-08-26 19:54:49.973 | + [[ ! -z master ]] | |
2015-08-26 19:54:49.975 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:49.976 | ++ sed -e s,master,master, | |
2015-08-26 19:54:49.978 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:49.979 | + git_remote_update | |
2015-08-26 19:54:49.981 | + git_timed remote update | |
2015-08-26 19:54:49.982 | + local max_attempts=3 | |
2015-08-26 19:54:49.984 | + local count=0 | |
2015-08-26 19:54:49.985 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:49.987 | Fetching origin | |
2015-08-26 19:54:49.988 | + git_prune | |
2015-08-26 19:54:49.990 | + git_timed remote prune origin | |
2015-08-26 19:54:49.991 | + local max_attempts=3 | |
2015-08-26 19:54:49.993 | + local count=0 | |
2015-08-26 19:54:49.995 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:49.996 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:49.998 | + git_has_branch openstack/ironic-python-agent master | |
2015-08-26 19:54:50.000 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:50.002 | + local branch=master | |
2015-08-26 19:54:50.003 | + grep remotes/origin/master | |
2015-08-26 19:54:50.005 | + git branch -a | |
2015-08-26 19:54:50.007 | + return 0 | |
2015-08-26 19:54:50.008 | + git_fetch_at_ref openstack/ironic-python-agent refs/changes/85/167885/27 | |
2015-08-26 19:54:50.010 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:50.011 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:50.013 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:50.015 | + git fetch /home/jenkins/workspace-cache/openstack/ironic-python-agent refs/changes/85/167885/27 | |
2015-08-26 19:54:50.016 | fatal: '/home/jenkins/workspace-cache/openstack/ironic-python-agent' does not appear to be a git repository | |
2015-08-26 19:54:50.018 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:50.020 | | |
2015-08-26 19:54:50.022 | Please make sure you have the correct access rights | |
2015-08-26 19:54:50.023 | and the repository exists. | |
2015-08-26 19:54:50.025 | + return 128 | |
2015-08-26 19:54:50.028 | + git_fetch_at_ref openstack/ironic-python-agent | |
2015-08-26 19:54:50.029 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:50.031 | + local ref= | |
2015-08-26 19:54:50.032 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:50.034 | + return 1 | |
2015-08-26 19:54:50.035 | + git_has_branch openstack/ironic-python-agent master | |
2015-08-26 19:54:50.037 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:50.038 | + local branch=master | |
2015-08-26 19:54:50.040 | + git branch -a | |
2015-08-26 19:54:50.041 | + grep remotes/origin/master | |
2015-08-26 19:54:50.043 | + return 0 | |
2015-08-26 19:54:50.044 | + git_checkout openstack/ironic-python-agent master | |
2015-08-26 19:54:50.045 | + local project=openstack/ironic-python-agent | |
2015-08-26 19:54:50.047 | + local branch=master | |
2015-08-26 19:54:50.048 | + local reset_branch=master | |
2015-08-26 19:54:50.050 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:50.051 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:50.053 | + git checkout master | |
2015-08-26 19:54:50.054 | Already on 'master' | |
2015-08-26 19:54:50.055 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:50.057 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:50.058 | HEAD is now at 3de3ca3 Updated from global requirements | |
2015-08-26 19:54:50.060 | + git clean -x -f -d -q | |
2015-08-26 19:54:50.061 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:50.062 | + cd /opt/stack/new | |
2015-08-26 19:54:50.064 | + '[' -d /opt/git/openstack/ironic-lib ']' | |
2015-08-26 19:54:50.066 | + setup_project openstack/ironic-lib master | |
2015-08-26 19:54:50.068 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:50.069 | + local branch=master | |
2015-08-26 19:54:50.071 | ++ basename openstack/ironic-lib | |
2015-08-26 19:54:50.073 | + local short_project=ironic-lib | |
2015-08-26 19:54:50.074 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:50.076 | + echo 'Setting up openstack/ironic-lib @ master' | |
2015-08-26 19:54:50.077 | Setting up openstack/ironic-lib @ master | |
2015-08-26 19:54:50.079 | + git_clone_and_cd openstack/ironic-lib ironic-lib | |
2015-08-26 19:54:50.080 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:50.082 | + local short_project=ironic-lib | |
2015-08-26 19:54:50.083 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:50.085 | + [[ ! -e ironic-lib ]] | |
2015-08-26 19:54:50.087 | + echo ' Need to clone ironic-lib' | |
2015-08-26 19:54:50.088 | Need to clone ironic-lib | |
2015-08-26 19:54:50.090 | + git clone https://git.openstack.org/openstack/ironic-lib | |
2015-08-26 19:54:50.092 | Cloning into 'ironic-lib'... | |
2015-08-26 19:54:50.094 | + cd ironic-lib | |
2015-08-26 19:54:50.095 | + git_remote_set_url origin https://git.openstack.org/openstack/ironic-lib | |
2015-08-26 19:54:50.096 | + git remote set-url origin https://git.openstack.org/openstack/ironic-lib | |
2015-08-26 19:54:50.098 | ++ echo ironic-lib | |
2015-08-26 19:54:50.099 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:50.102 | ++ tr - _ | |
2015-08-26 19:54:50.103 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:50.104 | + local uc_project=IRONIC_LIB | |
2015-08-26 19:54:50.105 | + local 'project_branch_var=$OVERRIDE_IRONIC_LIB_PROJECT_BRANCH' | |
2015-08-26 19:54:50.107 | ++ eval echo '$OVERRIDE_IRONIC_LIB_PROJECT_BRANCH' | |
2015-08-26 19:54:50.108 | +++ echo | |
2015-08-26 19:54:50.109 | + local project_branch= | |
2015-08-26 19:54:50.111 | + [[ '' != '' ]] | |
2015-08-26 19:54:50.112 | + [[ ! -z master ]] | |
2015-08-26 19:54:50.113 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:50.114 | ++ sed -e s,master,master, | |
2015-08-26 19:54:50.116 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:50.117 | + git_remote_update | |
2015-08-26 19:54:50.118 | + git_timed remote update | |
2015-08-26 19:54:50.120 | + local max_attempts=3 | |
2015-08-26 19:54:50.121 | + local count=0 | |
2015-08-26 19:54:50.122 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:50.123 | Fetching origin | |
2015-08-26 19:54:50.125 | + git_prune | |
2015-08-26 19:54:50.126 | + git_timed remote prune origin | |
2015-08-26 19:54:50.128 | + local max_attempts=3 | |
2015-08-26 19:54:50.130 | + local count=0 | |
2015-08-26 19:54:50.131 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:50.133 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:50.135 | + git_has_branch openstack/ironic-lib master | |
2015-08-26 19:54:50.136 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:50.138 | + local branch=master | |
2015-08-26 19:54:50.139 | + git branch -a | |
2015-08-26 19:54:56.343 | + grep remotes/origin/master | |
2015-08-26 19:54:56.344 | + return 0 | |
2015-08-26 19:54:56.346 | + git_fetch_at_ref openstack/ironic-lib refs/changes/85/167885/27 | |
2015-08-26 19:54:56.348 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:56.349 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:56.350 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:56.352 | + git fetch /home/jenkins/workspace-cache/openstack/ironic-lib refs/changes/85/167885/27 | |
2015-08-26 19:54:56.354 | fatal: '/home/jenkins/workspace-cache/openstack/ironic-lib' does not appear to be a git repository | |
2015-08-26 19:54:56.355 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:56.357 | | |
2015-08-26 19:54:56.358 | Please make sure you have the correct access rights | |
2015-08-26 19:54:56.359 | and the repository exists. | |
2015-08-26 19:54:56.361 | + return 128 | |
2015-08-26 19:54:56.362 | + git_fetch_at_ref openstack/ironic-lib | |
2015-08-26 19:54:56.364 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:56.365 | + local ref= | |
2015-08-26 19:54:56.367 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:56.368 | + return 1 | |
2015-08-26 19:54:56.370 | + git_has_branch openstack/ironic-lib master | |
2015-08-26 19:54:56.372 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:56.373 | + local branch=master | |
2015-08-26 19:54:56.375 | + git branch -a | |
2015-08-26 19:54:56.376 | + grep remotes/origin/master | |
2015-08-26 19:54:56.378 | + return 0 | |
2015-08-26 19:54:56.379 | + git_checkout openstack/ironic-lib master | |
2015-08-26 19:54:56.381 | + local project=openstack/ironic-lib | |
2015-08-26 19:54:56.382 | + local branch=master | |
2015-08-26 19:54:56.383 | + local reset_branch=master | |
2015-08-26 19:54:56.385 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:56.386 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:56.388 | + git checkout master | |
2015-08-26 19:54:56.389 | Already on 'master' | |
2015-08-26 19:54:56.391 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:56.392 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:56.394 | HEAD is now at 8622f45 Updated from global requirements | |
2015-08-26 19:54:56.395 | + git clean -x -f -d -q | |
2015-08-26 19:54:56.397 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:54:56.398 | + cd /opt/stack/new | |
2015-08-26 19:54:56.400 | + '[' -d /opt/git/openstack/ironic ']' | |
2015-08-26 19:54:56.401 | + setup_project openstack/ironic master | |
2015-08-26 19:54:56.403 | + local project=openstack/ironic | |
2015-08-26 19:54:56.404 | + local branch=master | |
2015-08-26 19:54:56.406 | ++ basename openstack/ironic | |
2015-08-26 19:54:56.407 | + local short_project=ironic | |
2015-08-26 19:54:56.408 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:56.410 | + echo 'Setting up openstack/ironic @ master' | |
2015-08-26 19:54:56.411 | Setting up openstack/ironic @ master | |
2015-08-26 19:54:56.413 | + git_clone_and_cd openstack/ironic ironic | |
2015-08-26 19:54:56.415 | + local project=openstack/ironic | |
2015-08-26 19:54:56.416 | + local short_project=ironic | |
2015-08-26 19:54:56.418 | + local git_base=https://git.openstack.org | |
2015-08-26 19:54:56.420 | + [[ ! -e ironic ]] | |
2015-08-26 19:54:56.421 | + echo ' Need to clone ironic' | |
2015-08-26 19:54:56.423 | Need to clone ironic | |
2015-08-26 19:54:56.425 | + git clone https://git.openstack.org/openstack/ironic | |
2015-08-26 19:54:56.426 | Cloning into 'ironic'... | |
2015-08-26 19:54:56.428 | + cd ironic | |
2015-08-26 19:54:56.429 | + git_remote_set_url origin https://git.openstack.org/openstack/ironic | |
2015-08-26 19:54:56.431 | + git remote set-url origin https://git.openstack.org/openstack/ironic | |
2015-08-26 19:54:56.432 | ++ echo ironic | |
2015-08-26 19:54:56.434 | ++ tr - _ | |
2015-08-26 19:54:56.436 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:54:56.437 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:54:56.439 | + local uc_project=IRONIC | |
2015-08-26 19:54:56.441 | + local 'project_branch_var=$OVERRIDE_IRONIC_PROJECT_BRANCH' | |
2015-08-26 19:54:56.443 | ++ eval echo '$OVERRIDE_IRONIC_PROJECT_BRANCH' | |
2015-08-26 19:54:56.444 | +++ echo | |
2015-08-26 19:54:56.445 | + local project_branch= | |
2015-08-26 19:54:56.447 | + [[ '' != '' ]] | |
2015-08-26 19:54:56.448 | + [[ ! -z master ]] | |
2015-08-26 19:54:56.450 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:54:56.451 | ++ sed -e s,master,master, | |
2015-08-26 19:54:56.453 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:54:56.454 | + git_remote_update | |
2015-08-26 19:54:56.456 | + git_timed remote update | |
2015-08-26 19:54:56.457 | + local max_attempts=3 | |
2015-08-26 19:54:56.459 | + local count=0 | |
2015-08-26 19:54:56.460 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:54:56.462 | Fetching origin | |
2015-08-26 19:54:56.463 | + git_prune | |
2015-08-26 19:54:56.465 | + git_timed remote prune origin | |
2015-08-26 19:54:56.466 | + local max_attempts=3 | |
2015-08-26 19:54:56.467 | + local count=0 | |
2015-08-26 19:54:56.469 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:54:56.470 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:54:56.472 | + git_has_branch openstack/ironic master | |
2015-08-26 19:54:56.473 | + local project=openstack/ironic | |
2015-08-26 19:54:56.475 | + local branch=master | |
2015-08-26 19:54:56.476 | + git branch -a | |
2015-08-26 19:54:56.478 | + grep remotes/origin/master | |
2015-08-26 19:54:56.480 | + return 0 | |
2015-08-26 19:54:56.481 | + git_fetch_at_ref openstack/ironic refs/changes/85/167885/27 | |
2015-08-26 19:54:56.483 | + local project=openstack/ironic | |
2015-08-26 19:54:56.484 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:54:56.488 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:54:56.490 | + git fetch /home/jenkins/workspace-cache/openstack/ironic refs/changes/85/167885/27 | |
2015-08-26 19:54:56.492 | fatal: '/home/jenkins/workspace-cache/openstack/ironic' does not appear to be a git repository | |
2015-08-26 19:54:56.494 | fatal: Could not read from remote repository. | |
2015-08-26 19:54:56.496 | | |
2015-08-26 19:54:56.497 | Please make sure you have the correct access rights | |
2015-08-26 19:54:56.499 | and the repository exists. | |
2015-08-26 19:54:56.501 | + return 128 | |
2015-08-26 19:54:56.503 | + git_fetch_at_ref openstack/ironic | |
2015-08-26 19:54:56.504 | + local project=openstack/ironic | |
2015-08-26 19:54:56.506 | + local ref= | |
2015-08-26 19:54:56.507 | + '[' '' '!=' '' ']' | |
2015-08-26 19:54:56.509 | + return 1 | |
2015-08-26 19:54:56.511 | + git_has_branch openstack/ironic master | |
2015-08-26 19:54:56.512 | + local project=openstack/ironic | |
2015-08-26 19:54:56.514 | + local branch=master | |
2015-08-26 19:54:56.515 | + git branch -a | |
2015-08-26 19:54:56.517 | + grep remotes/origin/master | |
2015-08-26 19:54:56.519 | + return 0 | |
2015-08-26 19:54:56.520 | + git_checkout openstack/ironic master | |
2015-08-26 19:54:56.522 | + local project=openstack/ironic | |
2015-08-26 19:54:56.524 | + local branch=master | |
2015-08-26 19:54:56.525 | + local reset_branch=master | |
2015-08-26 19:54:56.527 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:54:56.529 | + reset_branch=remotes/origin/master | |
2015-08-26 19:54:56.530 | + git checkout master | |
2015-08-26 19:54:56.532 | Already on 'master' | |
2015-08-26 19:54:56.533 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:54:56.535 | + git reset --hard remotes/origin/master | |
2015-08-26 19:54:56.536 | HEAD is now at 8cd56e3 Merge "Add cleanup in console utils tests" | |
2015-08-26 19:54:56.538 | + git clean -x -f -d -q | |
2015-08-26 19:55:28.059 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:28.061 | + cd /opt/stack/new | |
2015-08-26 19:55:28.062 | + '[' -d /opt/git/openstack/horizon ']' | |
2015-08-26 19:55:28.064 | + setup_project openstack/horizon master | |
2015-08-26 19:55:28.066 | + local project=openstack/horizon | |
2015-08-26 19:55:28.067 | + local branch=master | |
2015-08-26 19:55:28.069 | ++ basename openstack/horizon | |
2015-08-26 19:55:28.070 | + local short_project=horizon | |
2015-08-26 19:55:28.072 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:28.074 | + echo 'Setting up openstack/horizon @ master' | |
2015-08-26 19:55:28.076 | Setting up openstack/horizon @ master | |
2015-08-26 19:55:28.078 | + git_clone_and_cd openstack/horizon horizon | |
2015-08-26 19:55:28.079 | + local project=openstack/horizon | |
2015-08-26 19:55:28.081 | + local short_project=horizon | |
2015-08-26 19:55:28.083 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:28.085 | + [[ ! -e horizon ]] | |
2015-08-26 19:55:28.087 | + echo ' Need to clone horizon' | |
2015-08-26 19:55:28.088 | Need to clone horizon | |
2015-08-26 19:55:28.090 | + git clone https://git.openstack.org/openstack/horizon | |
2015-08-26 19:55:28.092 | Cloning into 'horizon'... | |
2015-08-26 19:55:28.094 | + cd horizon | |
2015-08-26 19:55:28.096 | + git_remote_set_url origin https://git.openstack.org/openstack/horizon | |
2015-08-26 19:55:28.097 | + git remote set-url origin https://git.openstack.org/openstack/horizon | |
2015-08-26 19:55:28.099 | ++ echo horizon | |
2015-08-26 19:55:28.101 | ++ tr - _ | |
2015-08-26 19:55:28.102 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:28.104 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:28.105 | + local uc_project=HORIZON | |
2015-08-26 19:55:28.107 | + local 'project_branch_var=$OVERRIDE_HORIZON_PROJECT_BRANCH' | |
2015-08-26 19:55:28.108 | ++ eval echo '$OVERRIDE_HORIZON_PROJECT_BRANCH' | |
2015-08-26 19:55:28.110 | +++ echo | |
2015-08-26 19:55:28.111 | + local project_branch= | |
2015-08-26 19:55:28.113 | + [[ '' != '' ]] | |
2015-08-26 19:55:28.114 | + [[ ! -z master ]] | |
2015-08-26 19:55:28.116 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:28.117 | ++ sed -e s,master,master, | |
2015-08-26 19:55:28.119 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:28.120 | + git_remote_update | |
2015-08-26 19:55:28.121 | + git_timed remote update | |
2015-08-26 19:55:28.123 | + local max_attempts=3 | |
2015-08-26 19:55:28.124 | + local count=0 | |
2015-08-26 19:55:28.125 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:28.127 | Fetching origin | |
2015-08-26 19:55:28.128 | + git_prune | |
2015-08-26 19:55:28.129 | + git_timed remote prune origin | |
2015-08-26 19:55:28.131 | + local max_attempts=3 | |
2015-08-26 19:55:28.132 | + local count=0 | |
2015-08-26 19:55:28.134 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:28.135 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:28.136 | + git_has_branch openstack/horizon master | |
2015-08-26 19:55:28.138 | + local project=openstack/horizon | |
2015-08-26 19:55:28.139 | + local branch=master | |
2015-08-26 19:55:28.141 | + git branch -a | |
2015-08-26 19:55:28.142 | + grep remotes/origin/master | |
2015-08-26 19:55:28.143 | + return 0 | |
2015-08-26 19:55:28.145 | + git_fetch_at_ref openstack/horizon refs/changes/85/167885/27 | |
2015-08-26 19:55:28.146 | + local project=openstack/horizon | |
2015-08-26 19:55:28.148 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:28.149 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:28.151 | + git fetch /home/jenkins/workspace-cache/openstack/horizon refs/changes/85/167885/27 | |
2015-08-26 19:55:28.152 | fatal: '/home/jenkins/workspace-cache/openstack/horizon' does not appear to be a git repository | |
2015-08-26 19:55:28.154 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:28.155 | | |
2015-08-26 19:55:28.157 | Please make sure you have the correct access rights | |
2015-08-26 19:55:28.158 | and the repository exists. | |
2015-08-26 19:55:28.160 | + return 128 | |
2015-08-26 19:55:28.161 | + git_fetch_at_ref openstack/horizon | |
2015-08-26 19:55:28.162 | + local project=openstack/horizon | |
2015-08-26 19:55:28.164 | + local ref= | |
2015-08-26 19:55:28.165 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:28.167 | + return 1 | |
2015-08-26 19:55:28.168 | + git_has_branch openstack/horizon master | |
2015-08-26 19:55:28.170 | + local project=openstack/horizon | |
2015-08-26 19:55:28.171 | + local branch=master | |
2015-08-26 19:55:28.172 | + git branch -a | |
2015-08-26 19:55:28.174 | + grep remotes/origin/master | |
2015-08-26 19:55:28.175 | + return 0 | |
2015-08-26 19:55:28.177 | + git_checkout openstack/horizon master | |
2015-08-26 19:55:28.178 | + local project=openstack/horizon | |
2015-08-26 19:55:28.180 | + local branch=master | |
2015-08-26 19:55:28.182 | + local reset_branch=master | |
2015-08-26 19:55:28.183 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:28.185 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:28.186 | + git checkout master | |
2015-08-26 19:55:28.188 | Already on 'master' | |
2015-08-26 19:55:28.190 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:28.191 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:28.193 | HEAD is now at d7016d6 Merge "Fixed alignment issues in create firewall" | |
2015-08-26 19:55:28.194 | + git clean -x -f -d -q | |
2015-08-26 19:55:28.195 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:28.197 | + cd /opt/stack/new | |
2015-08-26 19:55:28.198 | + '[' -d /opt/git/openstack/heat-templates ']' | |
2015-08-26 19:55:28.199 | + setup_project openstack/heat-templates master | |
2015-08-26 19:55:28.201 | + local project=openstack/heat-templates | |
2015-08-26 19:55:28.202 | + local branch=master | |
2015-08-26 19:55:28.204 | ++ basename openstack/heat-templates | |
2015-08-26 19:55:28.205 | + local short_project=heat-templates | |
2015-08-26 19:55:28.206 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:28.208 | + echo 'Setting up openstack/heat-templates @ master' | |
2015-08-26 19:55:28.209 | Setting up openstack/heat-templates @ master | |
2015-08-26 19:55:28.210 | + git_clone_and_cd openstack/heat-templates heat-templates | |
2015-08-26 19:55:28.212 | + local project=openstack/heat-templates | |
2015-08-26 19:55:28.213 | + local short_project=heat-templates | |
2015-08-26 19:55:28.215 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:28.216 | + [[ ! -e heat-templates ]] | |
2015-08-26 19:55:28.218 | + echo ' Need to clone heat-templates' | |
2015-08-26 19:55:28.220 | Need to clone heat-templates | |
2015-08-26 19:55:28.221 | + git clone https://git.openstack.org/openstack/heat-templates | |
2015-08-26 19:55:28.223 | Cloning into 'heat-templates'... | |
2015-08-26 19:55:28.225 | + cd heat-templates | |
2015-08-26 19:55:28.226 | + git_remote_set_url origin https://git.openstack.org/openstack/heat-templates | |
2015-08-26 19:55:28.228 | + git remote set-url origin https://git.openstack.org/openstack/heat-templates | |
2015-08-26 19:55:28.230 | ++ echo heat-templates | |
2015-08-26 19:55:28.231 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:28.233 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:28.235 | ++ tr - _ | |
2015-08-26 19:55:28.236 | + local uc_project=HEAT_TEMPLATES | |
2015-08-26 19:55:28.237 | + local 'project_branch_var=$OVERRIDE_HEAT_TEMPLATES_PROJECT_BRANCH' | |
2015-08-26 19:55:28.239 | ++ eval echo '$OVERRIDE_HEAT_TEMPLATES_PROJECT_BRANCH' | |
2015-08-26 19:55:30.973 | +++ echo | |
2015-08-26 19:55:30.974 | + local project_branch= | |
2015-08-26 19:55:30.976 | + [[ '' != '' ]] | |
2015-08-26 19:55:30.978 | + [[ ! -z master ]] | |
2015-08-26 19:55:30.979 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:30.981 | ++ sed -e s,master,master, | |
2015-08-26 19:55:30.982 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:30.984 | + git_remote_update | |
2015-08-26 19:55:30.986 | + git_timed remote update | |
2015-08-26 19:55:30.987 | + local max_attempts=3 | |
2015-08-26 19:55:30.989 | + local count=0 | |
2015-08-26 19:55:30.990 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:30.992 | Fetching origin | |
2015-08-26 19:55:30.993 | + git_prune | |
2015-08-26 19:55:30.995 | + git_timed remote prune origin | |
2015-08-26 19:55:30.996 | + local max_attempts=3 | |
2015-08-26 19:55:30.998 | + local count=0 | |
2015-08-26 19:55:30.999 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:31.001 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:31.002 | + git_has_branch openstack/heat-templates master | |
2015-08-26 19:55:31.004 | + local project=openstack/heat-templates | |
2015-08-26 19:55:31.005 | + local branch=master | |
2015-08-26 19:55:31.006 | + git branch -a | |
2015-08-26 19:55:31.008 | + grep remotes/origin/master | |
2015-08-26 19:55:31.009 | + return 0 | |
2015-08-26 19:55:31.010 | + git_fetch_at_ref openstack/heat-templates refs/changes/85/167885/27 | |
2015-08-26 19:55:31.012 | + local project=openstack/heat-templates | |
2015-08-26 19:55:31.013 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:31.015 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:31.016 | + git fetch /home/jenkins/workspace-cache/openstack/heat-templates refs/changes/85/167885/27 | |
2015-08-26 19:55:31.018 | fatal: '/home/jenkins/workspace-cache/openstack/heat-templates' does not appear to be a git repository | |
2015-08-26 19:55:31.019 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:31.020 | | |
2015-08-26 19:55:31.022 | Please make sure you have the correct access rights | |
2015-08-26 19:55:31.023 | and the repository exists. | |
2015-08-26 19:55:31.025 | + return 128 | |
2015-08-26 19:55:31.030 | + git_fetch_at_ref openstack/heat-templates | |
2015-08-26 19:55:31.032 | + local project=openstack/heat-templates | |
2015-08-26 19:55:31.034 | + local ref= | |
2015-08-26 19:55:31.035 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:31.037 | + return 1 | |
2015-08-26 19:55:31.039 | + git_has_branch openstack/heat-templates master | |
2015-08-26 19:55:31.040 | + local project=openstack/heat-templates | |
2015-08-26 19:55:31.042 | + local branch=master | |
2015-08-26 19:55:31.044 | + git branch -a | |
2015-08-26 19:55:31.045 | + grep remotes/origin/master | |
2015-08-26 19:55:31.047 | + return 0 | |
2015-08-26 19:55:31.048 | + git_checkout openstack/heat-templates master | |
2015-08-26 19:55:31.050 | + local project=openstack/heat-templates | |
2015-08-26 19:55:31.051 | + local branch=master | |
2015-08-26 19:55:31.053 | + local reset_branch=master | |
2015-08-26 19:55:31.054 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:31.056 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:31.057 | + git checkout master | |
2015-08-26 19:55:31.059 | Already on 'master' | |
2015-08-26 19:55:31.060 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:31.062 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:31.063 | HEAD is now at 37efe6f Use deployment name rather than id for compose project | |
2015-08-26 19:55:31.065 | + git clean -x -f -d -q | |
2015-08-26 19:55:31.066 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:31.068 | + cd /opt/stack/new | |
2015-08-26 19:55:31.069 | + '[' -d /opt/git/openstack/heat-cfntools ']' | |
2015-08-26 19:55:31.071 | + setup_project openstack/heat-cfntools master | |
2015-08-26 19:55:31.072 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:31.073 | + local branch=master | |
2015-08-26 19:55:31.075 | ++ basename openstack/heat-cfntools | |
2015-08-26 19:55:31.076 | + local short_project=heat-cfntools | |
2015-08-26 19:55:31.078 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:31.079 | + echo 'Setting up openstack/heat-cfntools @ master' | |
2015-08-26 19:55:31.081 | Setting up openstack/heat-cfntools @ master | |
2015-08-26 19:55:31.082 | + git_clone_and_cd openstack/heat-cfntools heat-cfntools | |
2015-08-26 19:55:31.084 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:31.086 | + local short_project=heat-cfntools | |
2015-08-26 19:55:31.087 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:31.089 | + [[ ! -e heat-cfntools ]] | |
2015-08-26 19:55:31.090 | + echo ' Need to clone heat-cfntools' | |
2015-08-26 19:55:31.092 | Need to clone heat-cfntools | |
2015-08-26 19:55:31.093 | + git clone https://git.openstack.org/openstack/heat-cfntools | |
2015-08-26 19:55:31.095 | Cloning into 'heat-cfntools'... | |
2015-08-26 19:55:31.096 | + cd heat-cfntools | |
2015-08-26 19:55:31.098 | + git_remote_set_url origin https://git.openstack.org/openstack/heat-cfntools | |
2015-08-26 19:55:31.099 | + git remote set-url origin https://git.openstack.org/openstack/heat-cfntools | |
2015-08-26 19:55:31.101 | ++ echo heat-cfntools | |
2015-08-26 19:55:31.102 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:31.104 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:31.105 | ++ tr - _ | |
2015-08-26 19:55:31.107 | + local uc_project=HEAT_CFNTOOLS | |
2015-08-26 19:55:31.108 | + local 'project_branch_var=$OVERRIDE_HEAT_CFNTOOLS_PROJECT_BRANCH' | |
2015-08-26 19:55:31.110 | ++ eval echo '$OVERRIDE_HEAT_CFNTOOLS_PROJECT_BRANCH' | |
2015-08-26 19:55:31.112 | +++ echo | |
2015-08-26 19:55:31.114 | + local project_branch= | |
2015-08-26 19:55:31.116 | + [[ '' != '' ]] | |
2015-08-26 19:55:31.118 | + [[ ! -z master ]] | |
2015-08-26 19:55:31.120 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:31.121 | ++ sed -e s,master,master, | |
2015-08-26 19:55:31.123 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:31.125 | + git_remote_update | |
2015-08-26 19:55:31.126 | + git_timed remote update | |
2015-08-26 19:55:31.128 | + local max_attempts=3 | |
2015-08-26 19:55:31.129 | + local count=0 | |
2015-08-26 19:55:31.131 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:31.132 | Fetching origin | |
2015-08-26 19:55:31.134 | + git_prune | |
2015-08-26 19:55:31.135 | + git_timed remote prune origin | |
2015-08-26 19:55:31.137 | + local max_attempts=3 | |
2015-08-26 19:55:31.138 | + local count=0 | |
2015-08-26 19:55:31.140 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:31.141 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:31.143 | + git_has_branch openstack/heat-cfntools master | |
2015-08-26 19:55:31.145 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:31.146 | + local branch=master | |
2015-08-26 19:55:31.148 | + git branch -a | |
2015-08-26 19:55:31.150 | + grep remotes/origin/master | |
2015-08-26 19:55:31.152 | + return 0 | |
2015-08-26 19:55:31.154 | + git_fetch_at_ref openstack/heat-cfntools refs/changes/85/167885/27 | |
2015-08-26 19:55:31.155 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:31.157 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:31.159 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:31.161 | + git fetch /home/jenkins/workspace-cache/openstack/heat-cfntools refs/changes/85/167885/27 | |
2015-08-26 19:55:43.307 | fatal: '/home/jenkins/workspace-cache/openstack/heat-cfntools' does not appear to be a git repository | |
2015-08-26 19:55:43.309 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:43.311 | | |
2015-08-26 19:55:43.313 | Please make sure you have the correct access rights | |
2015-08-26 19:55:43.315 | and the repository exists. | |
2015-08-26 19:55:43.316 | + return 128 | |
2015-08-26 19:55:43.318 | + git_fetch_at_ref openstack/heat-cfntools | |
2015-08-26 19:55:43.320 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:43.321 | + local ref= | |
2015-08-26 19:55:43.323 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:43.325 | + return 1 | |
2015-08-26 19:55:43.326 | + git_has_branch openstack/heat-cfntools master | |
2015-08-26 19:55:43.328 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:43.329 | + local branch=master | |
2015-08-26 19:55:43.331 | + git branch -a | |
2015-08-26 19:55:43.333 | + grep remotes/origin/master | |
2015-08-26 19:55:43.334 | + return 0 | |
2015-08-26 19:55:43.336 | + git_checkout openstack/heat-cfntools master | |
2015-08-26 19:55:43.338 | + local project=openstack/heat-cfntools | |
2015-08-26 19:55:43.339 | + local branch=master | |
2015-08-26 19:55:43.341 | + local reset_branch=master | |
2015-08-26 19:55:43.343 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:43.345 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:43.346 | + git checkout master | |
2015-08-26 19:55:43.348 | Already on 'master' | |
2015-08-26 19:55:43.349 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:43.351 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:43.352 | HEAD is now at 20049ea Fix unit tests | |
2015-08-26 19:55:43.354 | + git clean -x -f -d -q | |
2015-08-26 19:55:43.356 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:43.357 | + cd /opt/stack/new | |
2015-08-26 19:55:43.359 | + '[' -d /opt/git/openstack/heat ']' | |
2015-08-26 19:55:43.360 | + setup_project openstack/heat master | |
2015-08-26 19:55:43.362 | + local project=openstack/heat | |
2015-08-26 19:55:43.363 | + local branch=master | |
2015-08-26 19:55:43.365 | ++ basename openstack/heat | |
2015-08-26 19:55:43.366 | + local short_project=heat | |
2015-08-26 19:55:43.368 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:43.370 | + echo 'Setting up openstack/heat @ master' | |
2015-08-26 19:55:43.371 | Setting up openstack/heat @ master | |
2015-08-26 19:55:43.373 | + git_clone_and_cd openstack/heat heat | |
2015-08-26 19:55:43.374 | + local project=openstack/heat | |
2015-08-26 19:55:43.376 | + local short_project=heat | |
2015-08-26 19:55:43.377 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:43.379 | + [[ ! -e heat ]] | |
2015-08-26 19:55:43.381 | + echo ' Need to clone heat' | |
2015-08-26 19:55:43.382 | Need to clone heat | |
2015-08-26 19:55:43.383 | + git clone https://git.openstack.org/openstack/heat | |
2015-08-26 19:55:43.385 | Cloning into 'heat'... | |
2015-08-26 19:55:43.387 | + cd heat | |
2015-08-26 19:55:43.388 | + git_remote_set_url origin https://git.openstack.org/openstack/heat | |
2015-08-26 19:55:43.390 | + git remote set-url origin https://git.openstack.org/openstack/heat | |
2015-08-26 19:55:43.391 | ++ echo heat | |
2015-08-26 19:55:43.393 | ++ tr - _ | |
2015-08-26 19:55:43.394 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:43.396 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:43.398 | + local uc_project=HEAT | |
2015-08-26 19:55:43.399 | + local 'project_branch_var=$OVERRIDE_HEAT_PROJECT_BRANCH' | |
2015-08-26 19:55:43.401 | ++ eval echo '$OVERRIDE_HEAT_PROJECT_BRANCH' | |
2015-08-26 19:55:43.402 | +++ echo | |
2015-08-26 19:55:43.404 | + local project_branch= | |
2015-08-26 19:55:43.406 | + [[ '' != '' ]] | |
2015-08-26 19:55:43.407 | + [[ ! -z master ]] | |
2015-08-26 19:55:43.409 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:43.410 | ++ sed -e s,master,master, | |
2015-08-26 19:55:43.412 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:43.414 | + git_remote_update | |
2015-08-26 19:55:43.416 | + git_timed remote update | |
2015-08-26 19:55:43.417 | + local max_attempts=3 | |
2015-08-26 19:55:43.419 | + local count=0 | |
2015-08-26 19:55:43.420 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:43.422 | Fetching origin | |
2015-08-26 19:55:43.423 | + git_prune | |
2015-08-26 19:55:43.425 | + git_timed remote prune origin | |
2015-08-26 19:55:43.427 | + local max_attempts=3 | |
2015-08-26 19:55:43.428 | + local count=0 | |
2015-08-26 19:55:43.430 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:43.432 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:43.433 | + git_has_branch openstack/heat master | |
2015-08-26 19:55:43.435 | + local project=openstack/heat | |
2015-08-26 19:55:43.437 | + local branch=master | |
2015-08-26 19:55:43.439 | + git branch -a | |
2015-08-26 19:55:43.440 | + grep remotes/origin/master | |
2015-08-26 19:55:43.442 | + return 0 | |
2015-08-26 19:55:43.443 | + git_fetch_at_ref openstack/heat refs/changes/85/167885/27 | |
2015-08-26 19:55:43.445 | + local project=openstack/heat | |
2015-08-26 19:55:43.447 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:43.448 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:43.450 | + git fetch /home/jenkins/workspace-cache/openstack/heat refs/changes/85/167885/27 | |
2015-08-26 19:55:43.452 | fatal: '/home/jenkins/workspace-cache/openstack/heat' does not appear to be a git repository | |
2015-08-26 19:55:43.453 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:43.455 | | |
2015-08-26 19:55:43.457 | Please make sure you have the correct access rights | |
2015-08-26 19:55:43.458 | and the repository exists. | |
2015-08-26 19:55:43.460 | + return 128 | |
2015-08-26 19:55:43.462 | + git_fetch_at_ref openstack/heat | |
2015-08-26 19:55:43.463 | + local project=openstack/heat | |
2015-08-26 19:55:43.465 | + local ref= | |
2015-08-26 19:55:43.466 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:43.468 | + return 1 | |
2015-08-26 19:55:43.469 | + git_has_branch openstack/heat master | |
2015-08-26 19:55:43.471 | + local project=openstack/heat | |
2015-08-26 19:55:43.472 | + local branch=master | |
2015-08-26 19:55:43.474 | + git branch -a | |
2015-08-26 19:55:43.475 | + grep remotes/origin/master | |
2015-08-26 19:55:43.477 | + return 0 | |
2015-08-26 19:55:43.478 | + git_checkout openstack/heat master | |
2015-08-26 19:55:43.480 | + local project=openstack/heat | |
2015-08-26 19:55:43.481 | + local branch=master | |
2015-08-26 19:55:43.483 | + local reset_branch=master | |
2015-08-26 19:55:43.484 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:43.486 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:43.488 | + git checkout master | |
2015-08-26 19:55:43.489 | Already on 'master' | |
2015-08-26 19:55:43.490 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:43.492 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:43.493 | HEAD is now at d5c02aa Merge "unify REST word" | |
2015-08-26 19:55:43.495 | + git clean -x -f -d -q | |
2015-08-26 19:55:43.496 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:43.498 | + cd /opt/stack/new | |
2015-08-26 19:55:43.499 | + '[' -d /opt/git/openstack/glance_store ']' | |
2015-08-26 19:55:43.501 | + setup_project openstack/glance_store master | |
2015-08-26 19:55:43.502 | + local project=openstack/glance_store | |
2015-08-26 19:55:43.504 | + local branch=master | |
2015-08-26 19:55:43.505 | ++ basename openstack/glance_store | |
2015-08-26 19:55:43.507 | + local short_project=glance_store | |
2015-08-26 19:55:43.508 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:43.510 | + echo 'Setting up openstack/glance_store @ master' | |
2015-08-26 19:55:43.511 | Setting up openstack/glance_store @ master | |
2015-08-26 19:55:51.268 | + git_clone_and_cd openstack/glance_store glance_store | |
2015-08-26 19:55:51.270 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.271 | + local short_project=glance_store | |
2015-08-26 19:55:51.273 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:51.275 | + [[ ! -e glance_store ]] | |
2015-08-26 19:55:51.277 | + echo ' Need to clone glance_store' | |
2015-08-26 19:55:51.278 | Need to clone glance_store | |
2015-08-26 19:55:51.280 | + git clone https://git.openstack.org/openstack/glance_store | |
2015-08-26 19:55:51.282 | Cloning into 'glance_store'... | |
2015-08-26 19:55:51.283 | + cd glance_store | |
2015-08-26 19:55:51.284 | + git_remote_set_url origin https://git.openstack.org/openstack/glance_store | |
2015-08-26 19:55:51.286 | + git remote set-url origin https://git.openstack.org/openstack/glance_store | |
2015-08-26 19:55:51.287 | ++ echo glance_store | |
2015-08-26 19:55:51.289 | ++ tr - _ | |
2015-08-26 19:55:51.290 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:51.291 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:51.293 | + local uc_project=GLANCE_STORE | |
2015-08-26 19:55:51.294 | + local 'project_branch_var=$OVERRIDE_GLANCE_STORE_PROJECT_BRANCH' | |
2015-08-26 19:55:51.295 | ++ eval echo '$OVERRIDE_GLANCE_STORE_PROJECT_BRANCH' | |
2015-08-26 19:55:51.297 | +++ echo | |
2015-08-26 19:55:51.298 | + local project_branch= | |
2015-08-26 19:55:51.300 | + [[ '' != '' ]] | |
2015-08-26 19:55:51.301 | + [[ ! -z master ]] | |
2015-08-26 19:55:51.302 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:51.304 | ++ sed -e s,master,master, | |
2015-08-26 19:55:51.305 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:51.307 | + git_remote_update | |
2015-08-26 19:55:51.310 | + git_timed remote update | |
2015-08-26 19:55:51.312 | + local max_attempts=3 | |
2015-08-26 19:55:51.313 | + local count=0 | |
2015-08-26 19:55:51.315 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:51.316 | Fetching origin | |
2015-08-26 19:55:51.318 | + git_prune | |
2015-08-26 19:55:51.319 | + git_timed remote prune origin | |
2015-08-26 19:55:51.321 | + local max_attempts=3 | |
2015-08-26 19:55:51.322 | + local count=0 | |
2015-08-26 19:55:51.324 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:51.325 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:51.326 | + git_has_branch openstack/glance_store master | |
2015-08-26 19:55:51.328 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.329 | + local branch=master | |
2015-08-26 19:55:51.331 | + git branch -a | |
2015-08-26 19:55:51.333 | + grep remotes/origin/master | |
2015-08-26 19:55:51.334 | + return 0 | |
2015-08-26 19:55:51.336 | + git_fetch_at_ref openstack/glance_store refs/changes/85/167885/27 | |
2015-08-26 19:55:51.337 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.339 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:51.340 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:51.341 | + git fetch /home/jenkins/workspace-cache/openstack/glance_store refs/changes/85/167885/27 | |
2015-08-26 19:55:51.343 | fatal: '/home/jenkins/workspace-cache/openstack/glance_store' does not appear to be a git repository | |
2015-08-26 19:55:51.344 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:51.346 | | |
2015-08-26 19:55:51.347 | Please make sure you have the correct access rights | |
2015-08-26 19:55:51.349 | and the repository exists. | |
2015-08-26 19:55:51.350 | + return 128 | |
2015-08-26 19:55:51.351 | + git_fetch_at_ref openstack/glance_store | |
2015-08-26 19:55:51.353 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.354 | + local ref= | |
2015-08-26 19:55:51.356 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:51.358 | + return 1 | |
2015-08-26 19:55:51.360 | + git_has_branch openstack/glance_store master | |
2015-08-26 19:55:51.361 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.363 | + local branch=master | |
2015-08-26 19:55:51.365 | + git branch -a | |
2015-08-26 19:55:51.366 | + grep remotes/origin/master | |
2015-08-26 19:55:51.368 | + return 0 | |
2015-08-26 19:55:51.370 | + git_checkout openstack/glance_store master | |
2015-08-26 19:55:51.372 | + local project=openstack/glance_store | |
2015-08-26 19:55:51.373 | + local branch=master | |
2015-08-26 19:55:51.375 | + local reset_branch=master | |
2015-08-26 19:55:51.377 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:51.379 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:51.381 | + git checkout master | |
2015-08-26 19:55:51.382 | Already on 'master' | |
2015-08-26 19:55:51.384 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:51.386 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:51.388 | HEAD is now at d19a18c Merge "Add proxy support to S3 Store" | |
2015-08-26 19:55:51.390 | + git clean -x -f -d -q | |
2015-08-26 19:55:51.392 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:51.393 | + cd /opt/stack/new | |
2015-08-26 19:55:51.395 | + '[' -d /opt/git/openstack/glance ']' | |
2015-08-26 19:55:51.396 | + setup_project openstack/glance master | |
2015-08-26 19:55:51.398 | + local project=openstack/glance | |
2015-08-26 19:55:51.400 | + local branch=master | |
2015-08-26 19:55:51.401 | ++ basename openstack/glance | |
2015-08-26 19:55:51.403 | + local short_project=glance | |
2015-08-26 19:55:51.404 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:51.406 | + echo 'Setting up openstack/glance @ master' | |
2015-08-26 19:55:51.408 | Setting up openstack/glance @ master | |
2015-08-26 19:55:51.410 | + git_clone_and_cd openstack/glance glance | |
2015-08-26 19:55:51.411 | + local project=openstack/glance | |
2015-08-26 19:55:51.413 | + local short_project=glance | |
2015-08-26 19:55:51.415 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:51.416 | + [[ ! -e glance ]] | |
2015-08-26 19:55:51.418 | + echo ' Need to clone glance' | |
2015-08-26 19:55:51.419 | Need to clone glance | |
2015-08-26 19:55:51.421 | + git clone https://git.openstack.org/openstack/glance | |
2015-08-26 19:55:51.422 | Cloning into 'glance'... | |
2015-08-26 19:55:51.424 | + cd glance | |
2015-08-26 19:55:51.425 | + git_remote_set_url origin https://git.openstack.org/openstack/glance | |
2015-08-26 19:55:51.427 | + git remote set-url origin https://git.openstack.org/openstack/glance | |
2015-08-26 19:55:51.428 | ++ echo glance | |
2015-08-26 19:55:51.430 | ++ tr - _ | |
2015-08-26 19:55:51.431 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:51.432 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:51.434 | + local uc_project=GLANCE | |
2015-08-26 19:55:51.435 | + local 'project_branch_var=$OVERRIDE_GLANCE_PROJECT_BRANCH' | |
2015-08-26 19:55:51.437 | ++ eval echo '$OVERRIDE_GLANCE_PROJECT_BRANCH' | |
2015-08-26 19:55:51.438 | +++ echo | |
2015-08-26 19:55:51.440 | + local project_branch= | |
2015-08-26 19:55:51.441 | + [[ '' != '' ]] | |
2015-08-26 19:55:51.443 | + [[ ! -z master ]] | |
2015-08-26 19:55:51.444 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:51.446 | ++ sed -e s,master,master, | |
2015-08-26 19:55:51.447 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:51.449 | + git_remote_update | |
2015-08-26 19:55:51.450 | + git_timed remote update | |
2015-08-26 19:55:51.452 | + local max_attempts=3 | |
2015-08-26 19:55:51.453 | + local count=0 | |
2015-08-26 19:55:51.455 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:51.456 | Fetching origin | |
2015-08-26 19:55:51.457 | + git_prune | |
2015-08-26 19:55:51.459 | + git_timed remote prune origin | |
2015-08-26 19:55:51.460 | + local max_attempts=3 | |
2015-08-26 19:55:51.462 | + local count=0 | |
2015-08-26 19:55:53.847 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:53.850 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:53.852 | + git_has_branch openstack/glance master | |
2015-08-26 19:55:53.854 | + local project=openstack/glance | |
2015-08-26 19:55:53.856 | + local branch=master | |
2015-08-26 19:55:53.858 | + git branch -a | |
2015-08-26 19:55:53.860 | + grep remotes/origin/master | |
2015-08-26 19:55:53.862 | + return 0 | |
2015-08-26 19:55:53.864 | + git_fetch_at_ref openstack/glance refs/changes/85/167885/27 | |
2015-08-26 19:55:53.865 | + local project=openstack/glance | |
2015-08-26 19:55:53.867 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:53.869 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:53.871 | + git fetch /home/jenkins/workspace-cache/openstack/glance refs/changes/85/167885/27 | |
2015-08-26 19:55:53.873 | fatal: '/home/jenkins/workspace-cache/openstack/glance' does not appear to be a git repository | |
2015-08-26 19:55:53.874 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:53.876 | | |
2015-08-26 19:55:53.878 | Please make sure you have the correct access rights | |
2015-08-26 19:55:53.880 | and the repository exists. | |
2015-08-26 19:55:53.881 | + return 128 | |
2015-08-26 19:55:53.883 | + git_fetch_at_ref openstack/glance | |
2015-08-26 19:55:53.885 | + local project=openstack/glance | |
2015-08-26 19:55:53.887 | + local ref= | |
2015-08-26 19:55:53.889 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:53.891 | + return 1 | |
2015-08-26 19:55:53.892 | + git_has_branch openstack/glance master | |
2015-08-26 19:55:53.894 | + local project=openstack/glance | |
2015-08-26 19:55:53.896 | + local branch=master | |
2015-08-26 19:55:53.898 | + git branch -a | |
2015-08-26 19:55:53.899 | + grep remotes/origin/master | |
2015-08-26 19:55:53.901 | + return 0 | |
2015-08-26 19:55:53.902 | + git_checkout openstack/glance master | |
2015-08-26 19:55:53.904 | + local project=openstack/glance | |
2015-08-26 19:55:53.905 | + local branch=master | |
2015-08-26 19:55:53.907 | + local reset_branch=master | |
2015-08-26 19:55:53.908 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:53.910 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:53.911 | + git checkout master | |
2015-08-26 19:55:53.912 | Already on 'master' | |
2015-08-26 19:55:53.914 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:53.915 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:53.917 | HEAD is now at e0243b4 Fix spelling mistake in test_images.py | |
2015-08-26 19:55:53.918 | + git clean -x -f -d -q | |
2015-08-26 19:55:53.920 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:53.921 | + cd /opt/stack/new | |
2015-08-26 19:55:53.923 | + '[' -d /opt/git/openstack/futurist ']' | |
2015-08-26 19:55:53.924 | + setup_project openstack/futurist master | |
2015-08-26 19:55:53.926 | + local project=openstack/futurist | |
2015-08-26 19:55:53.927 | + local branch=master | |
2015-08-26 19:55:53.929 | ++ basename openstack/futurist | |
2015-08-26 19:55:53.930 | + local short_project=futurist | |
2015-08-26 19:55:53.932 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:53.933 | + echo 'Setting up openstack/futurist @ master' | |
2015-08-26 19:55:53.934 | Setting up openstack/futurist @ master | |
2015-08-26 19:55:53.936 | + git_clone_and_cd openstack/futurist futurist | |
2015-08-26 19:55:53.937 | + local project=openstack/futurist | |
2015-08-26 19:55:53.939 | + local short_project=futurist | |
2015-08-26 19:55:53.940 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:53.942 | + [[ ! -e futurist ]] | |
2015-08-26 19:55:53.943 | + echo ' Need to clone futurist' | |
2015-08-26 19:55:53.945 | Need to clone futurist | |
2015-08-26 19:55:53.947 | + git clone https://git.openstack.org/openstack/futurist | |
2015-08-26 19:55:53.948 | Cloning into 'futurist'... | |
2015-08-26 19:55:53.950 | + cd futurist | |
2015-08-26 19:55:53.952 | + git_remote_set_url origin https://git.openstack.org/openstack/futurist | |
2015-08-26 19:55:53.954 | + git remote set-url origin https://git.openstack.org/openstack/futurist | |
2015-08-26 19:55:53.956 | ++ echo futurist | |
2015-08-26 19:55:53.957 | ++ tr - _ | |
2015-08-26 19:55:53.959 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:53.961 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:53.963 | + local uc_project=FUTURIST | |
2015-08-26 19:55:53.964 | + local 'project_branch_var=$OVERRIDE_FUTURIST_PROJECT_BRANCH' | |
2015-08-26 19:55:53.966 | ++ eval echo '$OVERRIDE_FUTURIST_PROJECT_BRANCH' | |
2015-08-26 19:55:53.967 | +++ echo | |
2015-08-26 19:55:53.969 | + local project_branch= | |
2015-08-26 19:55:53.970 | + [[ '' != '' ]] | |
2015-08-26 19:55:53.971 | + [[ ! -z master ]] | |
2015-08-26 19:55:53.973 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:53.974 | ++ sed -e s,master,master, | |
2015-08-26 19:55:53.975 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:53.977 | + git_remote_update | |
2015-08-26 19:55:53.979 | + git_timed remote update | |
2015-08-26 19:55:53.980 | + local max_attempts=3 | |
2015-08-26 19:55:53.982 | + local count=0 | |
2015-08-26 19:55:53.983 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:53.985 | Fetching origin | |
2015-08-26 19:55:53.986 | + git_prune | |
2015-08-26 19:55:53.988 | + git_timed remote prune origin | |
2015-08-26 19:55:53.989 | + local max_attempts=3 | |
2015-08-26 19:55:53.991 | + local count=0 | |
2015-08-26 19:55:53.992 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:53.994 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:53.995 | + git_has_branch openstack/futurist master | |
2015-08-26 19:55:54.002 | + local project=openstack/futurist | |
2015-08-26 19:55:54.003 | + local branch=master | |
2015-08-26 19:55:54.005 | + git branch -a | |
2015-08-26 19:55:54.007 | + grep remotes/origin/master | |
2015-08-26 19:55:54.009 | + return 0 | |
2015-08-26 19:55:54.010 | + git_fetch_at_ref openstack/futurist refs/changes/85/167885/27 | |
2015-08-26 19:55:54.012 | + local project=openstack/futurist | |
2015-08-26 19:55:54.013 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:54.015 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:54.017 | + git fetch /home/jenkins/workspace-cache/openstack/futurist refs/changes/85/167885/27 | |
2015-08-26 19:55:54.018 | fatal: '/home/jenkins/workspace-cache/openstack/futurist' does not appear to be a git repository | |
2015-08-26 19:55:54.020 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:54.021 | | |
2015-08-26 19:55:54.022 | Please make sure you have the correct access rights | |
2015-08-26 19:55:54.024 | and the repository exists. | |
2015-08-26 19:55:54.025 | + return 128 | |
2015-08-26 19:55:54.026 | + git_fetch_at_ref openstack/futurist | |
2015-08-26 19:55:54.028 | + local project=openstack/futurist | |
2015-08-26 19:55:54.029 | + local ref= | |
2015-08-26 19:55:54.030 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:54.032 | + return 1 | |
2015-08-26 19:55:54.033 | + git_has_branch openstack/futurist master | |
2015-08-26 19:55:54.035 | + local project=openstack/futurist | |
2015-08-26 19:55:54.037 | + local branch=master | |
2015-08-26 19:55:54.039 | + git branch -a | |
2015-08-26 19:55:54.041 | + grep remotes/origin/master | |
2015-08-26 19:55:54.042 | + return 0 | |
2015-08-26 19:55:54.044 | + git_checkout openstack/futurist master | |
2015-08-26 19:55:54.045 | + local project=openstack/futurist | |
2015-08-26 19:55:54.047 | + local branch=master | |
2015-08-26 19:55:54.049 | + local reset_branch=master | |
2015-08-26 19:55:54.050 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:54.052 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:54.053 | + git checkout master | |
2015-08-26 19:55:56.076 | Already on 'master' | |
2015-08-26 19:55:56.078 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:56.080 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:56.081 | HEAD is now at 32c3fa2 Merge "Provide a thread differentiation attribute on executors" | |
2015-08-26 19:55:56.083 | + git clean -x -f -d -q | |
2015-08-26 19:55:56.085 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:56.086 | + cd /opt/stack/new | |
2015-08-26 19:55:56.088 | + '[' -d /opt/git/openstack/django_openstack_auth ']' | |
2015-08-26 19:55:56.090 | + setup_project openstack/django_openstack_auth master | |
2015-08-26 19:55:56.092 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.093 | + local branch=master | |
2015-08-26 19:55:56.095 | ++ basename openstack/django_openstack_auth | |
2015-08-26 19:55:56.097 | + local short_project=django_openstack_auth | |
2015-08-26 19:55:56.098 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:56.100 | + echo 'Setting up openstack/django_openstack_auth @ master' | |
2015-08-26 19:55:56.102 | Setting up openstack/django_openstack_auth @ master | |
2015-08-26 19:55:56.105 | + git_clone_and_cd openstack/django_openstack_auth django_openstack_auth | |
2015-08-26 19:55:56.107 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.109 | + local short_project=django_openstack_auth | |
2015-08-26 19:55:56.111 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:56.113 | + [[ ! -e django_openstack_auth ]] | |
2015-08-26 19:55:56.114 | + echo ' Need to clone django_openstack_auth' | |
2015-08-26 19:55:56.116 | Need to clone django_openstack_auth | |
2015-08-26 19:55:56.117 | + git clone https://git.openstack.org/openstack/django_openstack_auth | |
2015-08-26 19:55:56.119 | Cloning into 'django_openstack_auth'... | |
2015-08-26 19:55:56.120 | + cd django_openstack_auth | |
2015-08-26 19:55:56.122 | + git_remote_set_url origin https://git.openstack.org/openstack/django_openstack_auth | |
2015-08-26 19:55:56.124 | + git remote set-url origin https://git.openstack.org/openstack/django_openstack_auth | |
2015-08-26 19:55:56.125 | ++ echo django_openstack_auth | |
2015-08-26 19:55:56.127 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:55:56.129 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:55:56.131 | ++ tr - _ | |
2015-08-26 19:55:56.133 | + local uc_project=DJANGO_OPENSTACK_AUTH | |
2015-08-26 19:55:56.134 | + local 'project_branch_var=$OVERRIDE_DJANGO_OPENSTACK_AUTH_PROJECT_BRANCH' | |
2015-08-26 19:55:56.136 | ++ eval echo '$OVERRIDE_DJANGO_OPENSTACK_AUTH_PROJECT_BRANCH' | |
2015-08-26 19:55:56.138 | +++ echo | |
2015-08-26 19:55:56.139 | + local project_branch= | |
2015-08-26 19:55:56.140 | + [[ '' != '' ]] | |
2015-08-26 19:55:56.142 | + [[ ! -z master ]] | |
2015-08-26 19:55:56.143 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:55:56.145 | ++ sed -e s,master,master, | |
2015-08-26 19:55:56.147 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:55:56.148 | + git_remote_update | |
2015-08-26 19:55:56.150 | + git_timed remote update | |
2015-08-26 19:55:56.152 | + local max_attempts=3 | |
2015-08-26 19:55:56.153 | + local count=0 | |
2015-08-26 19:55:56.155 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:55:56.156 | Fetching origin | |
2015-08-26 19:55:56.158 | + git_prune | |
2015-08-26 19:55:56.159 | + git_timed remote prune origin | |
2015-08-26 19:55:56.161 | + local max_attempts=3 | |
2015-08-26 19:55:56.162 | + local count=0 | |
2015-08-26 19:55:56.164 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:55:56.166 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:55:56.168 | + git_has_branch openstack/django_openstack_auth master | |
2015-08-26 19:55:56.169 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.171 | + local branch=master | |
2015-08-26 19:55:56.173 | + git branch -a | |
2015-08-26 19:55:56.174 | + grep remotes/origin/master | |
2015-08-26 19:55:56.176 | + return 0 | |
2015-08-26 19:55:56.177 | + git_fetch_at_ref openstack/django_openstack_auth refs/changes/85/167885/27 | |
2015-08-26 19:55:56.179 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.180 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:55:56.182 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:55:56.183 | + git fetch /home/jenkins/workspace-cache/openstack/django_openstack_auth refs/changes/85/167885/27 | |
2015-08-26 19:55:56.185 | fatal: '/home/jenkins/workspace-cache/openstack/django_openstack_auth' does not appear to be a git repository | |
2015-08-26 19:55:56.186 | fatal: Could not read from remote repository. | |
2015-08-26 19:55:56.188 | | |
2015-08-26 19:55:56.190 | Please make sure you have the correct access rights | |
2015-08-26 19:55:56.191 | and the repository exists. | |
2015-08-26 19:55:56.193 | + return 128 | |
2015-08-26 19:55:56.194 | + git_fetch_at_ref openstack/django_openstack_auth | |
2015-08-26 19:55:56.196 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.198 | + local ref= | |
2015-08-26 19:55:56.200 | + '[' '' '!=' '' ']' | |
2015-08-26 19:55:56.201 | + return 1 | |
2015-08-26 19:55:56.203 | + git_has_branch openstack/django_openstack_auth master | |
2015-08-26 19:55:56.204 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.206 | + local branch=master | |
2015-08-26 19:55:56.207 | + git branch -a | |
2015-08-26 19:55:56.209 | + grep remotes/origin/master | |
2015-08-26 19:55:56.210 | + return 0 | |
2015-08-26 19:55:56.211 | + git_checkout openstack/django_openstack_auth master | |
2015-08-26 19:55:56.213 | + local project=openstack/django_openstack_auth | |
2015-08-26 19:55:56.214 | + local branch=master | |
2015-08-26 19:55:56.216 | + local reset_branch=master | |
2015-08-26 19:55:56.217 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:55:56.219 | + reset_branch=remotes/origin/master | |
2015-08-26 19:55:56.220 | + git checkout master | |
2015-08-26 19:55:56.222 | Already on 'master' | |
2015-08-26 19:55:56.223 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:55:56.225 | + git reset --hard remotes/origin/master | |
2015-08-26 19:55:56.227 | HEAD is now at 829cbee Merge "Imported Translations from Transifex" | |
2015-08-26 19:55:56.228 | + git clean -x -f -d -q | |
2015-08-26 19:55:56.230 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:55:56.232 | + cd /opt/stack/new | |
2015-08-26 19:55:56.234 | + '[' -d /opt/git/openstack/diskimage-builder ']' | |
2015-08-26 19:55:56.235 | + setup_project openstack/diskimage-builder master | |
2015-08-26 19:55:56.237 | + local project=openstack/diskimage-builder | |
2015-08-26 19:55:56.239 | + local branch=master | |
2015-08-26 19:55:56.240 | ++ basename openstack/diskimage-builder | |
2015-08-26 19:55:56.242 | + local short_project=diskimage-builder | |
2015-08-26 19:55:56.244 | + local git_base=https://git.openstack.org | |
2015-08-26 19:55:56.245 | + echo 'Setting up openstack/diskimage-builder @ master' | |
2015-08-26 19:55:56.247 | Setting up openstack/diskimage-builder @ master | |
2015-08-26 19:55:56.249 | + git_clone_and_cd openstack/diskimage-builder diskimage-builder | |
2015-08-26 19:56:00.553 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.555 | + local short_project=diskimage-builder | |
2015-08-26 19:56:00.557 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:00.558 | + [[ ! -e diskimage-builder ]] | |
2015-08-26 19:56:00.560 | + echo ' Need to clone diskimage-builder' | |
2015-08-26 19:56:00.561 | Need to clone diskimage-builder | |
2015-08-26 19:56:00.563 | + git clone https://git.openstack.org/openstack/diskimage-builder | |
2015-08-26 19:56:00.565 | Cloning into 'diskimage-builder'... | |
2015-08-26 19:56:00.567 | + cd diskimage-builder | |
2015-08-26 19:56:00.568 | + git_remote_set_url origin https://git.openstack.org/openstack/diskimage-builder | |
2015-08-26 19:56:00.569 | + git remote set-url origin https://git.openstack.org/openstack/diskimage-builder | |
2015-08-26 19:56:00.571 | ++ echo diskimage-builder | |
2015-08-26 19:56:00.573 | ++ tr - _ | |
2015-08-26 19:56:00.574 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:00.576 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:00.577 | + local uc_project=DISKIMAGE_BUILDER | |
2015-08-26 19:56:00.578 | + local 'project_branch_var=$OVERRIDE_DISKIMAGE_BUILDER_PROJECT_BRANCH' | |
2015-08-26 19:56:00.580 | ++ eval echo '$OVERRIDE_DISKIMAGE_BUILDER_PROJECT_BRANCH' | |
2015-08-26 19:56:00.581 | +++ echo | |
2015-08-26 19:56:00.583 | + local project_branch= | |
2015-08-26 19:56:00.584 | + [[ '' != '' ]] | |
2015-08-26 19:56:00.586 | + [[ ! -z master ]] | |
2015-08-26 19:56:00.587 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:00.589 | ++ sed -e s,master,master, | |
2015-08-26 19:56:00.591 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:00.592 | + git_remote_update | |
2015-08-26 19:56:00.594 | + git_timed remote update | |
2015-08-26 19:56:00.597 | + local max_attempts=3 | |
2015-08-26 19:56:00.599 | + local count=0 | |
2015-08-26 19:56:00.601 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:00.603 | Fetching origin | |
2015-08-26 19:56:00.605 | + git_prune | |
2015-08-26 19:56:00.607 | + git_timed remote prune origin | |
2015-08-26 19:56:00.609 | + local max_attempts=3 | |
2015-08-26 19:56:00.610 | + local count=0 | |
2015-08-26 19:56:00.612 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:00.614 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:00.616 | + git_has_branch openstack/diskimage-builder master | |
2015-08-26 19:56:00.618 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.619 | + local branch=master | |
2015-08-26 19:56:00.621 | + git branch -a | |
2015-08-26 19:56:00.622 | + grep remotes/origin/master | |
2015-08-26 19:56:00.623 | + return 0 | |
2015-08-26 19:56:00.625 | + git_fetch_at_ref openstack/diskimage-builder refs/changes/85/167885/27 | |
2015-08-26 19:56:00.626 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.628 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:00.629 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:00.631 | + git fetch /home/jenkins/workspace-cache/openstack/diskimage-builder refs/changes/85/167885/27 | |
2015-08-26 19:56:00.632 | fatal: '/home/jenkins/workspace-cache/openstack/diskimage-builder' does not appear to be a git repository | |
2015-08-26 19:56:00.633 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:00.635 | | |
2015-08-26 19:56:00.637 | Please make sure you have the correct access rights | |
2015-08-26 19:56:00.638 | and the repository exists. | |
2015-08-26 19:56:00.640 | + return 128 | |
2015-08-26 19:56:00.641 | + git_fetch_at_ref openstack/diskimage-builder | |
2015-08-26 19:56:00.643 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.644 | + local ref= | |
2015-08-26 19:56:00.646 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:00.647 | + return 1 | |
2015-08-26 19:56:00.649 | + git_has_branch openstack/diskimage-builder master | |
2015-08-26 19:56:00.651 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.652 | + local branch=master | |
2015-08-26 19:56:00.654 | + git branch -a | |
2015-08-26 19:56:00.656 | + grep remotes/origin/master | |
2015-08-26 19:56:00.657 | + return 0 | |
2015-08-26 19:56:00.659 | + git_checkout openstack/diskimage-builder master | |
2015-08-26 19:56:00.660 | + local project=openstack/diskimage-builder | |
2015-08-26 19:56:00.662 | + local branch=master | |
2015-08-26 19:56:00.663 | + local reset_branch=master | |
2015-08-26 19:56:00.665 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:00.666 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:00.668 | + git checkout master | |
2015-08-26 19:56:00.670 | Already on 'master' | |
2015-08-26 19:56:00.672 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:00.674 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:00.676 | HEAD is now at 9618974 Merge "create growroot element" | |
2015-08-26 19:56:00.678 | + git clean -x -f -d -q | |
2015-08-26 19:56:00.680 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:00.681 | + cd /opt/stack/new | |
2015-08-26 19:56:00.683 | + '[' -d /opt/git/openstack/dib-utils ']' | |
2015-08-26 19:56:00.685 | + setup_project openstack/dib-utils master | |
2015-08-26 19:56:00.687 | + local project=openstack/dib-utils | |
2015-08-26 19:56:00.688 | + local branch=master | |
2015-08-26 19:56:00.690 | ++ basename openstack/dib-utils | |
2015-08-26 19:56:00.692 | + local short_project=dib-utils | |
2015-08-26 19:56:00.693 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:00.695 | + echo 'Setting up openstack/dib-utils @ master' | |
2015-08-26 19:56:00.697 | Setting up openstack/dib-utils @ master | |
2015-08-26 19:56:00.698 | + git_clone_and_cd openstack/dib-utils dib-utils | |
2015-08-26 19:56:00.700 | + local project=openstack/dib-utils | |
2015-08-26 19:56:00.702 | + local short_project=dib-utils | |
2015-08-26 19:56:00.704 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:00.706 | + [[ ! -e dib-utils ]] | |
2015-08-26 19:56:00.708 | + echo ' Need to clone dib-utils' | |
2015-08-26 19:56:00.709 | Need to clone dib-utils | |
2015-08-26 19:56:00.711 | + git clone https://git.openstack.org/openstack/dib-utils | |
2015-08-26 19:56:00.713 | Cloning into 'dib-utils'... | |
2015-08-26 19:56:00.714 | + cd dib-utils | |
2015-08-26 19:56:00.716 | + git_remote_set_url origin https://git.openstack.org/openstack/dib-utils | |
2015-08-26 19:56:00.717 | + git remote set-url origin https://git.openstack.org/openstack/dib-utils | |
2015-08-26 19:56:00.719 | ++ echo dib-utils | |
2015-08-26 19:56:00.720 | ++ tr - _ | |
2015-08-26 19:56:00.722 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:00.723 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:00.725 | + local uc_project=DIB_UTILS | |
2015-08-26 19:56:00.727 | + local 'project_branch_var=$OVERRIDE_DIB_UTILS_PROJECT_BRANCH' | |
2015-08-26 19:56:00.729 | ++ eval echo '$OVERRIDE_DIB_UTILS_PROJECT_BRANCH' | |
2015-08-26 19:56:00.731 | +++ echo | |
2015-08-26 19:56:00.733 | + local project_branch= | |
2015-08-26 19:56:00.734 | + [[ '' != '' ]] | |
2015-08-26 19:56:00.736 | + [[ ! -z master ]] | |
2015-08-26 19:56:00.738 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:00.740 | ++ sed -e s,master,master, | |
2015-08-26 19:56:00.741 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:00.743 | + git_remote_update | |
2015-08-26 19:56:00.745 | + git_timed remote update | |
2015-08-26 19:56:00.747 | + local max_attempts=3 | |
2015-08-26 19:56:00.749 | + local count=0 | |
2015-08-26 19:56:00.751 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:02.617 | Fetching origin | |
2015-08-26 19:56:02.619 | + git_prune | |
2015-08-26 19:56:02.621 | + git_timed remote prune origin | |
2015-08-26 19:56:02.622 | + local max_attempts=3 | |
2015-08-26 19:56:02.624 | + local count=0 | |
2015-08-26 19:56:02.625 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:02.627 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:02.628 | + git_has_branch openstack/dib-utils master | |
2015-08-26 19:56:02.630 | + local project=openstack/dib-utils | |
2015-08-26 19:56:02.631 | + local branch=master | |
2015-08-26 19:56:02.633 | + git branch -a | |
2015-08-26 19:56:02.635 | + grep remotes/origin/master | |
2015-08-26 19:56:02.636 | + return 0 | |
2015-08-26 19:56:02.637 | + git_fetch_at_ref openstack/dib-utils refs/changes/85/167885/27 | |
2015-08-26 19:56:02.639 | + local project=openstack/dib-utils | |
2015-08-26 19:56:02.640 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:02.641 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:02.643 | + git fetch /home/jenkins/workspace-cache/openstack/dib-utils refs/changes/85/167885/27 | |
2015-08-26 19:56:02.644 | fatal: '/home/jenkins/workspace-cache/openstack/dib-utils' does not appear to be a git repository | |
2015-08-26 19:56:02.645 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:02.647 | | |
2015-08-26 19:56:02.648 | Please make sure you have the correct access rights | |
2015-08-26 19:56:02.650 | and the repository exists. | |
2015-08-26 19:56:02.651 | + return 128 | |
2015-08-26 19:56:02.653 | + git_fetch_at_ref openstack/dib-utils | |
2015-08-26 19:56:02.654 | + local project=openstack/dib-utils | |
2015-08-26 19:56:02.655 | + local ref= | |
2015-08-26 19:56:02.657 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:02.658 | + return 1 | |
2015-08-26 19:56:02.659 | + git_has_branch openstack/dib-utils master | |
2015-08-26 19:56:02.661 | + local project=openstack/dib-utils | |
2015-08-26 19:56:02.662 | + local branch=master | |
2015-08-26 19:56:02.664 | + git branch -a | |
2015-08-26 19:56:02.665 | + grep remotes/origin/master | |
2015-08-26 19:56:02.667 | + return 0 | |
2015-08-26 19:56:02.668 | + git_checkout openstack/dib-utils master | |
2015-08-26 19:56:02.670 | + local project=openstack/dib-utils | |
2015-08-26 19:56:02.671 | + local branch=master | |
2015-08-26 19:56:02.673 | + local reset_branch=master | |
2015-08-26 19:56:02.674 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:02.676 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:02.678 | + git checkout master | |
2015-08-26 19:56:02.679 | Already on 'master' | |
2015-08-26 19:56:02.681 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:02.682 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:02.684 | HEAD is now at ddd80ea Depend on awk rather than python | |
2015-08-26 19:56:02.686 | + git clean -x -f -d -q | |
2015-08-26 19:56:02.687 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:02.689 | + cd /opt/stack/new | |
2015-08-26 19:56:02.690 | + '[' -d /opt/git/openstack/debtcollector ']' | |
2015-08-26 19:56:02.692 | + setup_project openstack/debtcollector master | |
2015-08-26 19:56:02.693 | + local project=openstack/debtcollector | |
2015-08-26 19:56:02.695 | + local branch=master | |
2015-08-26 19:56:02.696 | ++ basename openstack/debtcollector | |
2015-08-26 19:56:02.698 | + local short_project=debtcollector | |
2015-08-26 19:56:02.699 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:02.701 | + echo 'Setting up openstack/debtcollector @ master' | |
2015-08-26 19:56:02.702 | Setting up openstack/debtcollector @ master | |
2015-08-26 19:56:02.704 | + git_clone_and_cd openstack/debtcollector debtcollector | |
2015-08-26 19:56:02.705 | + local project=openstack/debtcollector | |
2015-08-26 19:56:02.707 | + local short_project=debtcollector | |
2015-08-26 19:56:02.708 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:02.709 | + [[ ! -e debtcollector ]] | |
2015-08-26 19:56:02.711 | + echo ' Need to clone debtcollector' | |
2015-08-26 19:56:02.712 | Need to clone debtcollector | |
2015-08-26 19:56:02.714 | + git clone https://git.openstack.org/openstack/debtcollector | |
2015-08-26 19:56:02.715 | Cloning into 'debtcollector'... | |
2015-08-26 19:56:02.717 | + cd debtcollector | |
2015-08-26 19:56:02.718 | + git_remote_set_url origin https://git.openstack.org/openstack/debtcollector | |
2015-08-26 19:56:02.720 | + git remote set-url origin https://git.openstack.org/openstack/debtcollector | |
2015-08-26 19:56:02.721 | ++ echo debtcollector | |
2015-08-26 19:56:02.723 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:02.724 | ++ tr - _ | |
2015-08-26 19:56:02.726 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:02.727 | + local uc_project=DEBTCOLLECTOR | |
2015-08-26 19:56:02.729 | + local 'project_branch_var=$OVERRIDE_DEBTCOLLECTOR_PROJECT_BRANCH' | |
2015-08-26 19:56:02.730 | ++ eval echo '$OVERRIDE_DEBTCOLLECTOR_PROJECT_BRANCH' | |
2015-08-26 19:56:02.732 | +++ echo | |
2015-08-26 19:56:02.733 | + local project_branch= | |
2015-08-26 19:56:02.735 | + [[ '' != '' ]] | |
2015-08-26 19:56:02.736 | + [[ ! -z master ]] | |
2015-08-26 19:56:02.738 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:02.739 | ++ sed -e s,master,master, | |
2015-08-26 19:56:02.741 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:02.742 | + git_remote_update | |
2015-08-26 19:56:02.744 | + git_timed remote update | |
2015-08-26 19:56:02.746 | + local max_attempts=3 | |
2015-08-26 19:56:02.747 | + local count=0 | |
2015-08-26 19:56:02.749 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:02.750 | Fetching origin | |
2015-08-26 19:56:02.752 | + git_prune | |
2015-08-26 19:56:02.753 | + git_timed remote prune origin | |
2015-08-26 19:56:02.755 | + local max_attempts=3 | |
2015-08-26 19:56:02.756 | + local count=0 | |
2015-08-26 19:56:02.758 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:02.760 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:02.761 | + git_has_branch openstack/debtcollector master | |
2015-08-26 19:56:02.763 | + local project=openstack/debtcollector | |
2015-08-26 19:56:02.764 | + local branch=master | |
2015-08-26 19:56:02.766 | + git branch -a | |
2015-08-26 19:56:02.768 | + grep remotes/origin/master | |
2015-08-26 19:56:02.769 | + return 0 | |
2015-08-26 19:56:02.771 | + git_fetch_at_ref openstack/debtcollector refs/changes/85/167885/27 | |
2015-08-26 19:56:02.772 | + local project=openstack/debtcollector | |
2015-08-26 19:56:02.774 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:02.776 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:02.777 | + git fetch /home/jenkins/workspace-cache/openstack/debtcollector refs/changes/85/167885/27 | |
2015-08-26 19:56:02.779 | fatal: '/home/jenkins/workspace-cache/openstack/debtcollector' does not appear to be a git repository | |
2015-08-26 19:56:02.780 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:02.782 | | |
2015-08-26 19:56:02.784 | Please make sure you have the correct access rights | |
2015-08-26 19:56:02.786 | and the repository exists. | |
2015-08-26 19:56:02.787 | + return 128 | |
2015-08-26 19:56:02.789 | + git_fetch_at_ref openstack/debtcollector | |
2015-08-26 19:56:02.791 | + local project=openstack/debtcollector | |
2015-08-26 19:56:02.792 | + local ref= | |
2015-08-26 19:56:02.794 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:02.796 | + return 1 | |
2015-08-26 19:56:02.798 | + git_has_branch openstack/debtcollector master | |
2015-08-26 19:56:02.800 | + local project=openstack/debtcollector | |
2015-08-26 19:56:19.878 | + local branch=master | |
2015-08-26 19:56:19.880 | + git branch -a | |
2015-08-26 19:56:19.882 | + grep remotes/origin/master | |
2015-08-26 19:56:19.884 | + return 0 | |
2015-08-26 19:56:19.885 | + git_checkout openstack/debtcollector master | |
2015-08-26 19:56:19.887 | + local project=openstack/debtcollector | |
2015-08-26 19:56:19.889 | + local branch=master | |
2015-08-26 19:56:19.892 | + local reset_branch=master | |
2015-08-26 19:56:19.894 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:19.895 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:19.897 | + git checkout master | |
2015-08-26 19:56:19.899 | Already on 'master' | |
2015-08-26 19:56:19.900 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:19.902 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:19.903 | HEAD is now at ceb020b Updated from global requirements | |
2015-08-26 19:56:19.905 | + git clean -x -f -d -q | |
2015-08-26 19:56:19.906 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:19.908 | + cd /opt/stack/new | |
2015-08-26 19:56:19.910 | + '[' -d /opt/git/openstack/cliff ']' | |
2015-08-26 19:56:19.911 | + setup_project openstack/cliff master | |
2015-08-26 19:56:19.913 | + local project=openstack/cliff | |
2015-08-26 19:56:19.915 | + local branch=master | |
2015-08-26 19:56:19.917 | ++ basename openstack/cliff | |
2015-08-26 19:56:19.919 | + local short_project=cliff | |
2015-08-26 19:56:19.920 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:19.922 | + echo 'Setting up openstack/cliff @ master' | |
2015-08-26 19:56:19.924 | Setting up openstack/cliff @ master | |
2015-08-26 19:56:19.926 | + git_clone_and_cd openstack/cliff cliff | |
2015-08-26 19:56:19.928 | + local project=openstack/cliff | |
2015-08-26 19:56:19.930 | + local short_project=cliff | |
2015-08-26 19:56:19.932 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:19.934 | + [[ ! -e cliff ]] | |
2015-08-26 19:56:19.936 | + echo ' Need to clone cliff' | |
2015-08-26 19:56:19.938 | Need to clone cliff | |
2015-08-26 19:56:19.940 | + git clone https://git.openstack.org/openstack/cliff | |
2015-08-26 19:56:19.941 | Cloning into 'cliff'... | |
2015-08-26 19:56:19.943 | + cd cliff | |
2015-08-26 19:56:19.945 | + git_remote_set_url origin https://git.openstack.org/openstack/cliff | |
2015-08-26 19:56:19.946 | + git remote set-url origin https://git.openstack.org/openstack/cliff | |
2015-08-26 19:56:19.948 | ++ echo cliff | |
2015-08-26 19:56:19.949 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:19.950 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:19.952 | ++ tr - _ | |
2015-08-26 19:56:19.953 | + local uc_project=CLIFF | |
2015-08-26 19:56:19.954 | + local 'project_branch_var=$OVERRIDE_CLIFF_PROJECT_BRANCH' | |
2015-08-26 19:56:19.956 | ++ eval echo '$OVERRIDE_CLIFF_PROJECT_BRANCH' | |
2015-08-26 19:56:19.957 | +++ echo | |
2015-08-26 19:56:19.959 | + local project_branch= | |
2015-08-26 19:56:19.960 | + [[ '' != '' ]] | |
2015-08-26 19:56:19.961 | + [[ ! -z master ]] | |
2015-08-26 19:56:19.963 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:19.964 | ++ sed -e s,master,master, | |
2015-08-26 19:56:19.965 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:19.967 | + git_remote_update | |
2015-08-26 19:56:19.968 | + git_timed remote update | |
2015-08-26 19:56:19.969 | + local max_attempts=3 | |
2015-08-26 19:56:19.971 | + local count=0 | |
2015-08-26 19:56:19.972 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:19.973 | Fetching origin | |
2015-08-26 19:56:19.975 | + git_prune | |
2015-08-26 19:56:19.976 | + git_timed remote prune origin | |
2015-08-26 19:56:19.978 | + local max_attempts=3 | |
2015-08-26 19:56:19.979 | + local count=0 | |
2015-08-26 19:56:19.980 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:19.982 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:19.983 | + git_has_branch openstack/cliff master | |
2015-08-26 19:56:19.984 | + local project=openstack/cliff | |
2015-08-26 19:56:19.986 | + local branch=master | |
2015-08-26 19:56:19.987 | + git branch -a | |
2015-08-26 19:56:19.989 | + grep remotes/origin/master | |
2015-08-26 19:56:19.990 | + return 0 | |
2015-08-26 19:56:19.991 | + git_fetch_at_ref openstack/cliff refs/changes/85/167885/27 | |
2015-08-26 19:56:19.993 | + local project=openstack/cliff | |
2015-08-26 19:56:19.995 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:19.997 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:19.999 | + git fetch /home/jenkins/workspace-cache/openstack/cliff refs/changes/85/167885/27 | |
2015-08-26 19:56:20.000 | fatal: '/home/jenkins/workspace-cache/openstack/cliff' does not appear to be a git repository | |
2015-08-26 19:56:20.002 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:20.003 | | |
2015-08-26 19:56:20.005 | Please make sure you have the correct access rights | |
2015-08-26 19:56:20.007 | and the repository exists. | |
2015-08-26 19:56:20.008 | + return 128 | |
2015-08-26 19:56:20.010 | + git_fetch_at_ref openstack/cliff | |
2015-08-26 19:56:20.012 | + local project=openstack/cliff | |
2015-08-26 19:56:20.014 | + local ref= | |
2015-08-26 19:56:20.015 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:20.017 | + return 1 | |
2015-08-26 19:56:20.019 | + git_has_branch openstack/cliff master | |
2015-08-26 19:56:20.021 | + local project=openstack/cliff | |
2015-08-26 19:56:20.023 | + local branch=master | |
2015-08-26 19:56:20.025 | + git branch -a | |
2015-08-26 19:56:20.026 | + grep remotes/origin/master | |
2015-08-26 19:56:20.028 | + return 0 | |
2015-08-26 19:56:20.030 | + git_checkout openstack/cliff master | |
2015-08-26 19:56:20.032 | + local project=openstack/cliff | |
2015-08-26 19:56:20.034 | + local branch=master | |
2015-08-26 19:56:20.035 | + local reset_branch=master | |
2015-08-26 19:56:20.037 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:20.039 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:20.041 | + git checkout master | |
2015-08-26 19:56:20.043 | Already on 'master' | |
2015-08-26 19:56:20.045 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:20.048 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:20.050 | HEAD is now at 2a1f0cd Merge "Replace '\r' with ' ' for prettytable" | |
2015-08-26 19:56:20.052 | + git clean -x -f -d -q | |
2015-08-26 19:56:20.054 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:20.056 | + cd /opt/stack/new | |
2015-08-26 19:56:20.057 | + '[' -d /opt/git/openstack/cinder ']' | |
2015-08-26 19:56:20.059 | + setup_project openstack/cinder master | |
2015-08-26 19:56:20.061 | + local project=openstack/cinder | |
2015-08-26 19:56:20.062 | + local branch=master | |
2015-08-26 19:56:20.064 | ++ basename openstack/cinder | |
2015-08-26 19:56:20.066 | + local short_project=cinder | |
2015-08-26 19:56:20.067 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:20.069 | + echo 'Setting up openstack/cinder @ master' | |
2015-08-26 19:56:20.071 | Setting up openstack/cinder @ master | |
2015-08-26 19:56:20.072 | + git_clone_and_cd openstack/cinder cinder | |
2015-08-26 19:56:20.074 | + local project=openstack/cinder | |
2015-08-26 19:56:20.075 | + local short_project=cinder | |
2015-08-26 19:56:20.077 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:20.079 | + [[ ! -e cinder ]] | |
2015-08-26 19:56:20.080 | + echo ' Need to clone cinder' | |
2015-08-26 19:56:20.082 | Need to clone cinder | |
2015-08-26 19:56:20.083 | + git clone https://git.openstack.org/openstack/cinder | |
2015-08-26 19:56:20.085 | Cloning into 'cinder'... | |
2015-08-26 19:56:20.087 | + cd cinder | |
2015-08-26 19:56:20.089 | + git_remote_set_url origin https://git.openstack.org/openstack/cinder | |
2015-08-26 19:56:24.477 | + git remote set-url origin https://git.openstack.org/openstack/cinder | |
2015-08-26 19:56:24.478 | ++ echo cinder | |
2015-08-26 19:56:24.480 | ++ tr - _ | |
2015-08-26 19:56:24.482 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:24.483 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:24.485 | + local uc_project=CINDER | |
2015-08-26 19:56:24.487 | + local 'project_branch_var=$OVERRIDE_CINDER_PROJECT_BRANCH' | |
2015-08-26 19:56:24.489 | ++ eval echo '$OVERRIDE_CINDER_PROJECT_BRANCH' | |
2015-08-26 19:56:24.490 | +++ echo | |
2015-08-26 19:56:24.492 | + local project_branch= | |
2015-08-26 19:56:24.493 | + [[ '' != '' ]] | |
2015-08-26 19:56:24.498 | + [[ ! -z master ]] | |
2015-08-26 19:56:24.500 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:24.502 | ++ sed -e s,master,master, | |
2015-08-26 19:56:24.503 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:24.505 | + git_remote_update | |
2015-08-26 19:56:24.507 | + git_timed remote update | |
2015-08-26 19:56:24.508 | + local max_attempts=3 | |
2015-08-26 19:56:24.510 | + local count=0 | |
2015-08-26 19:56:24.511 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:24.513 | Fetching origin | |
2015-08-26 19:56:24.515 | + git_prune | |
2015-08-26 19:56:24.517 | + git_timed remote prune origin | |
2015-08-26 19:56:24.519 | + local max_attempts=3 | |
2015-08-26 19:56:24.521 | + local count=0 | |
2015-08-26 19:56:24.523 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:24.524 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:24.526 | + git_has_branch openstack/cinder master | |
2015-08-26 19:56:24.528 | + local project=openstack/cinder | |
2015-08-26 19:56:24.530 | + local branch=master | |
2015-08-26 19:56:24.532 | + git branch -a | |
2015-08-26 19:56:24.534 | + grep remotes/origin/master | |
2015-08-26 19:56:24.535 | + return 0 | |
2015-08-26 19:56:24.537 | + git_fetch_at_ref openstack/cinder refs/changes/85/167885/27 | |
2015-08-26 19:56:24.539 | + local project=openstack/cinder | |
2015-08-26 19:56:24.540 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:24.542 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:24.544 | + git fetch /home/jenkins/workspace-cache/openstack/cinder refs/changes/85/167885/27 | |
2015-08-26 19:56:24.546 | fatal: '/home/jenkins/workspace-cache/openstack/cinder' does not appear to be a git repository | |
2015-08-26 19:56:24.548 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:24.550 | | |
2015-08-26 19:56:24.551 | Please make sure you have the correct access rights | |
2015-08-26 19:56:24.553 | and the repository exists. | |
2015-08-26 19:56:24.554 | + return 128 | |
2015-08-26 19:56:24.556 | + git_fetch_at_ref openstack/cinder | |
2015-08-26 19:56:24.557 | + local project=openstack/cinder | |
2015-08-26 19:56:24.559 | + local ref= | |
2015-08-26 19:56:24.561 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:24.562 | + return 1 | |
2015-08-26 19:56:24.564 | + git_has_branch openstack/cinder master | |
2015-08-26 19:56:24.566 | + local project=openstack/cinder | |
2015-08-26 19:56:24.568 | + local branch=master | |
2015-08-26 19:56:24.570 | + git branch -a | |
2015-08-26 19:56:24.571 | + grep remotes/origin/master | |
2015-08-26 19:56:24.572 | + return 0 | |
2015-08-26 19:56:24.574 | + git_checkout openstack/cinder master | |
2015-08-26 19:56:24.576 | + local project=openstack/cinder | |
2015-08-26 19:56:24.577 | + local branch=master | |
2015-08-26 19:56:24.579 | + local reset_branch=master | |
2015-08-26 19:56:24.582 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:24.584 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:24.586 | + git checkout master | |
2015-08-26 19:56:24.588 | Already on 'master' | |
2015-08-26 19:56:24.590 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:24.592 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:24.593 | HEAD is now at ea6e852 Merge "Filter out extra-specs from type get for non-admin" | |
2015-08-26 19:56:24.595 | + git clean -x -f -d -q | |
2015-08-26 19:56:24.597 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:24.598 | + cd /opt/stack/new | |
2015-08-26 19:56:24.600 | + '[' -d /opt/git/openstack/ceilometermiddleware ']' | |
2015-08-26 19:56:24.602 | + setup_project openstack/ceilometermiddleware master | |
2015-08-26 19:56:24.603 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:24.605 | + local branch=master | |
2015-08-26 19:56:24.607 | ++ basename openstack/ceilometermiddleware | |
2015-08-26 19:56:24.608 | + local short_project=ceilometermiddleware | |
2015-08-26 19:56:24.610 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:24.611 | + echo 'Setting up openstack/ceilometermiddleware @ master' | |
2015-08-26 19:56:24.613 | Setting up openstack/ceilometermiddleware @ master | |
2015-08-26 19:56:24.615 | + git_clone_and_cd openstack/ceilometermiddleware ceilometermiddleware | |
2015-08-26 19:56:24.616 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:24.618 | + local short_project=ceilometermiddleware | |
2015-08-26 19:56:24.620 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:24.621 | + [[ ! -e ceilometermiddleware ]] | |
2015-08-26 19:56:24.623 | + echo ' Need to clone ceilometermiddleware' | |
2015-08-26 19:56:24.624 | Need to clone ceilometermiddleware | |
2015-08-26 19:56:24.626 | + git clone https://git.openstack.org/openstack/ceilometermiddleware | |
2015-08-26 19:56:24.627 | Cloning into 'ceilometermiddleware'... | |
2015-08-26 19:56:24.629 | + cd ceilometermiddleware | |
2015-08-26 19:56:24.630 | + git_remote_set_url origin https://git.openstack.org/openstack/ceilometermiddleware | |
2015-08-26 19:56:24.632 | + git remote set-url origin https://git.openstack.org/openstack/ceilometermiddleware | |
2015-08-26 19:56:24.633 | ++ echo ceilometermiddleware | |
2015-08-26 19:56:24.635 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:24.637 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:24.638 | ++ tr - _ | |
2015-08-26 19:56:24.640 | + local uc_project=CEILOMETERMIDDLEWARE | |
2015-08-26 19:56:24.642 | + local 'project_branch_var=$OVERRIDE_CEILOMETERMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:56:24.643 | ++ eval echo '$OVERRIDE_CEILOMETERMIDDLEWARE_PROJECT_BRANCH' | |
2015-08-26 19:56:24.645 | +++ echo | |
2015-08-26 19:56:24.647 | + local project_branch= | |
2015-08-26 19:56:24.648 | + [[ '' != '' ]] | |
2015-08-26 19:56:24.650 | + [[ ! -z master ]] | |
2015-08-26 19:56:24.651 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:24.653 | ++ sed -e s,master,master, | |
2015-08-26 19:56:24.654 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:24.656 | + git_remote_update | |
2015-08-26 19:56:24.657 | + git_timed remote update | |
2015-08-26 19:56:24.659 | + local max_attempts=3 | |
2015-08-26 19:56:24.660 | + local count=0 | |
2015-08-26 19:56:24.662 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:24.663 | Fetching origin | |
2015-08-26 19:56:24.665 | + git_prune | |
2015-08-26 19:56:24.666 | + git_timed remote prune origin | |
2015-08-26 19:56:24.668 | + local max_attempts=3 | |
2015-08-26 19:56:24.669 | + local count=0 | |
2015-08-26 19:56:24.670 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:24.672 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:24.673 | + git_has_branch openstack/ceilometermiddleware master | |
2015-08-26 19:56:24.675 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:24.676 | + local branch=master | |
2015-08-26 19:56:24.678 | + git branch -a | |
2015-08-26 19:56:24.679 | + grep remotes/origin/master | |
2015-08-26 19:56:24.681 | + return 0 | |
2015-08-26 19:56:32.925 | + git_fetch_at_ref openstack/ceilometermiddleware refs/changes/85/167885/27 | |
2015-08-26 19:56:32.927 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:32.928 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:32.930 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:32.931 | + git fetch /home/jenkins/workspace-cache/openstack/ceilometermiddleware refs/changes/85/167885/27 | |
2015-08-26 19:56:32.933 | fatal: '/home/jenkins/workspace-cache/openstack/ceilometermiddleware' does not appear to be a git repository | |
2015-08-26 19:56:32.934 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:32.936 | | |
2015-08-26 19:56:32.937 | Please make sure you have the correct access rights | |
2015-08-26 19:56:32.939 | and the repository exists. | |
2015-08-26 19:56:32.940 | + return 128 | |
2015-08-26 19:56:32.942 | + git_fetch_at_ref openstack/ceilometermiddleware | |
2015-08-26 19:56:32.944 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:32.945 | + local ref= | |
2015-08-26 19:56:32.947 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:32.948 | + return 1 | |
2015-08-26 19:56:32.949 | + git_has_branch openstack/ceilometermiddleware master | |
2015-08-26 19:56:32.951 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:32.952 | + local branch=master | |
2015-08-26 19:56:32.954 | + git branch -a | |
2015-08-26 19:56:32.955 | + grep remotes/origin/master | |
2015-08-26 19:56:32.957 | + return 0 | |
2015-08-26 19:56:32.958 | + git_checkout openstack/ceilometermiddleware master | |
2015-08-26 19:56:32.959 | + local project=openstack/ceilometermiddleware | |
2015-08-26 19:56:32.961 | + local branch=master | |
2015-08-26 19:56:32.963 | + local reset_branch=master | |
2015-08-26 19:56:32.964 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:32.966 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:32.967 | + git checkout master | |
2015-08-26 19:56:32.969 | Already on 'master' | |
2015-08-26 19:56:32.970 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:32.972 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:32.973 | HEAD is now at 45fc416 Merge "Activate pep8 check that _ is imported" | |
2015-08-26 19:56:32.975 | + git clean -x -f -d -q | |
2015-08-26 19:56:32.977 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:32.978 | + cd /opt/stack/new | |
2015-08-26 19:56:32.980 | + '[' -d /opt/git/openstack/ceilometer ']' | |
2015-08-26 19:56:32.981 | + setup_project openstack/ceilometer master | |
2015-08-26 19:56:32.983 | + local project=openstack/ceilometer | |
2015-08-26 19:56:32.984 | + local branch=master | |
2015-08-26 19:56:32.986 | ++ basename openstack/ceilometer | |
2015-08-26 19:56:32.987 | + local short_project=ceilometer | |
2015-08-26 19:56:32.989 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:32.990 | + echo 'Setting up openstack/ceilometer @ master' | |
2015-08-26 19:56:32.991 | Setting up openstack/ceilometer @ master | |
2015-08-26 19:56:32.993 | + git_clone_and_cd openstack/ceilometer ceilometer | |
2015-08-26 19:56:32.994 | + local project=openstack/ceilometer | |
2015-08-26 19:56:32.996 | + local short_project=ceilometer | |
2015-08-26 19:56:32.997 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:32.998 | + [[ ! -e ceilometer ]] | |
2015-08-26 19:56:33.000 | + echo ' Need to clone ceilometer' | |
2015-08-26 19:56:33.002 | Need to clone ceilometer | |
2015-08-26 19:56:33.004 | + git clone https://git.openstack.org/openstack/ceilometer | |
2015-08-26 19:56:33.006 | Cloning into 'ceilometer'... | |
2015-08-26 19:56:33.007 | + cd ceilometer | |
2015-08-26 19:56:33.009 | + git_remote_set_url origin https://git.openstack.org/openstack/ceilometer | |
2015-08-26 19:56:33.011 | + git remote set-url origin https://git.openstack.org/openstack/ceilometer | |
2015-08-26 19:56:33.012 | ++ echo ceilometer | |
2015-08-26 19:56:33.014 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:33.015 | ++ tr - _ | |
2015-08-26 19:56:33.017 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:33.019 | + local uc_project=CEILOMETER | |
2015-08-26 19:56:33.020 | + local 'project_branch_var=$OVERRIDE_CEILOMETER_PROJECT_BRANCH' | |
2015-08-26 19:56:33.022 | ++ eval echo '$OVERRIDE_CEILOMETER_PROJECT_BRANCH' | |
2015-08-26 19:56:33.024 | +++ echo | |
2015-08-26 19:56:33.026 | + local project_branch= | |
2015-08-26 19:56:33.028 | + [[ '' != '' ]] | |
2015-08-26 19:56:33.030 | + [[ ! -z master ]] | |
2015-08-26 19:56:33.032 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:33.033 | ++ sed -e s,master,master, | |
2015-08-26 19:56:33.035 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:33.036 | + git_remote_update | |
2015-08-26 19:56:33.038 | + git_timed remote update | |
2015-08-26 19:56:33.039 | + local max_attempts=3 | |
2015-08-26 19:56:33.041 | + local count=0 | |
2015-08-26 19:56:33.043 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:33.044 | Fetching origin | |
2015-08-26 19:56:33.046 | + git_prune | |
2015-08-26 19:56:33.047 | + git_timed remote prune origin | |
2015-08-26 19:56:33.049 | + local max_attempts=3 | |
2015-08-26 19:56:33.051 | + local count=0 | |
2015-08-26 19:56:33.052 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:33.054 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:33.055 | + git_has_branch openstack/ceilometer master | |
2015-08-26 19:56:33.057 | + local project=openstack/ceilometer | |
2015-08-26 19:56:33.058 | + local branch=master | |
2015-08-26 19:56:33.060 | + git branch -a | |
2015-08-26 19:56:33.062 | + grep remotes/origin/master | |
2015-08-26 19:56:33.063 | + return 0 | |
2015-08-26 19:56:33.064 | + git_fetch_at_ref openstack/ceilometer refs/changes/85/167885/27 | |
2015-08-26 19:56:33.066 | + local project=openstack/ceilometer | |
2015-08-26 19:56:33.067 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:33.069 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:33.070 | + git fetch /home/jenkins/workspace-cache/openstack/ceilometer refs/changes/85/167885/27 | |
2015-08-26 19:56:33.071 | fatal: '/home/jenkins/workspace-cache/openstack/ceilometer' does not appear to be a git repository | |
2015-08-26 19:56:33.073 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:33.074 | | |
2015-08-26 19:56:33.078 | Please make sure you have the correct access rights | |
2015-08-26 19:56:33.079 | and the repository exists. | |
2015-08-26 19:56:33.081 | + return 128 | |
2015-08-26 19:56:33.082 | + git_fetch_at_ref openstack/ceilometer | |
2015-08-26 19:56:33.084 | + local project=openstack/ceilometer | |
2015-08-26 19:56:33.085 | + local ref= | |
2015-08-26 19:56:33.087 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:33.088 | + return 1 | |
2015-08-26 19:56:33.090 | + git_has_branch openstack/ceilometer master | |
2015-08-26 19:56:33.091 | + local project=openstack/ceilometer | |
2015-08-26 19:56:33.093 | + local branch=master | |
2015-08-26 19:56:33.095 | + git branch -a | |
2015-08-26 19:56:33.096 | + grep remotes/origin/master | |
2015-08-26 19:56:33.097 | + return 0 | |
2015-08-26 19:56:33.099 | + git_checkout openstack/ceilometer master | |
2015-08-26 19:56:33.100 | + local project=openstack/ceilometer | |
2015-08-26 19:56:33.102 | + local branch=master | |
2015-08-26 19:56:33.104 | + local reset_branch=master | |
2015-08-26 19:56:33.105 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:33.107 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:33.108 | + git checkout master | |
2015-08-26 19:56:35.477 | Already on 'master' | |
2015-08-26 19:56:35.479 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:35.481 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:35.483 | HEAD is now at b38c500 Merge "Fix description for "Inapt spelling of 'MongoDB'"" | |
2015-08-26 19:56:35.486 | + git clean -x -f -d -q | |
2015-08-26 19:56:35.488 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:35.489 | + cd /opt/stack/new | |
2015-08-26 19:56:35.491 | + '[' -d /opt/git/openstack/automaton ']' | |
2015-08-26 19:56:35.492 | + setup_project openstack/automaton master | |
2015-08-26 19:56:35.494 | + local project=openstack/automaton | |
2015-08-26 19:56:35.496 | + local branch=master | |
2015-08-26 19:56:35.498 | ++ basename openstack/automaton | |
2015-08-26 19:56:35.499 | + local short_project=automaton | |
2015-08-26 19:56:35.500 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:35.502 | + echo 'Setting up openstack/automaton @ master' | |
2015-08-26 19:56:35.503 | Setting up openstack/automaton @ master | |
2015-08-26 19:56:35.504 | + git_clone_and_cd openstack/automaton automaton | |
2015-08-26 19:56:35.506 | + local project=openstack/automaton | |
2015-08-26 19:56:35.507 | + local short_project=automaton | |
2015-08-26 19:56:35.509 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:35.510 | + [[ ! -e automaton ]] | |
2015-08-26 19:56:35.511 | + echo ' Need to clone automaton' | |
2015-08-26 19:56:35.513 | Need to clone automaton | |
2015-08-26 19:56:35.514 | + git clone https://git.openstack.org/openstack/automaton | |
2015-08-26 19:56:35.516 | Cloning into 'automaton'... | |
2015-08-26 19:56:35.518 | + cd automaton | |
2015-08-26 19:56:35.520 | + git_remote_set_url origin https://git.openstack.org/openstack/automaton | |
2015-08-26 19:56:35.521 | + git remote set-url origin https://git.openstack.org/openstack/automaton | |
2015-08-26 19:56:35.523 | ++ echo automaton | |
2015-08-26 19:56:35.525 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:35.526 | ++ tr - _ | |
2015-08-26 19:56:35.528 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:35.530 | + local uc_project=AUTOMATON | |
2015-08-26 19:56:35.531 | + local 'project_branch_var=$OVERRIDE_AUTOMATON_PROJECT_BRANCH' | |
2015-08-26 19:56:35.533 | ++ eval echo '$OVERRIDE_AUTOMATON_PROJECT_BRANCH' | |
2015-08-26 19:56:35.535 | +++ echo | |
2015-08-26 19:56:35.536 | + local project_branch= | |
2015-08-26 19:56:35.538 | + [[ '' != '' ]] | |
2015-08-26 19:56:35.539 | + [[ ! -z master ]] | |
2015-08-26 19:56:35.541 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:35.542 | ++ sed -e s,master,master, | |
2015-08-26 19:56:35.544 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:35.546 | + git_remote_update | |
2015-08-26 19:56:35.547 | + git_timed remote update | |
2015-08-26 19:56:35.549 | + local max_attempts=3 | |
2015-08-26 19:56:35.550 | + local count=0 | |
2015-08-26 19:56:35.552 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:35.553 | Fetching origin | |
2015-08-26 19:56:35.555 | + git_prune | |
2015-08-26 19:56:35.556 | + git_timed remote prune origin | |
2015-08-26 19:56:35.557 | + local max_attempts=3 | |
2015-08-26 19:56:35.559 | + local count=0 | |
2015-08-26 19:56:35.561 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:35.562 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:35.564 | + git_has_branch openstack/automaton master | |
2015-08-26 19:56:35.566 | + local project=openstack/automaton | |
2015-08-26 19:56:35.567 | + local branch=master | |
2015-08-26 19:56:35.569 | + git branch -a | |
2015-08-26 19:56:35.570 | + grep remotes/origin/master | |
2015-08-26 19:56:35.572 | + return 0 | |
2015-08-26 19:56:35.573 | + git_fetch_at_ref openstack/automaton refs/changes/85/167885/27 | |
2015-08-26 19:56:35.575 | + local project=openstack/automaton | |
2015-08-26 19:56:35.576 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:35.578 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:35.579 | + git fetch /home/jenkins/workspace-cache/openstack/automaton refs/changes/85/167885/27 | |
2015-08-26 19:56:35.581 | fatal: '/home/jenkins/workspace-cache/openstack/automaton' does not appear to be a git repository | |
2015-08-26 19:56:35.582 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:35.584 | | |
2015-08-26 19:56:35.585 | Please make sure you have the correct access rights | |
2015-08-26 19:56:35.587 | and the repository exists. | |
2015-08-26 19:56:35.588 | + return 128 | |
2015-08-26 19:56:35.590 | + git_fetch_at_ref openstack/automaton | |
2015-08-26 19:56:35.591 | + local project=openstack/automaton | |
2015-08-26 19:56:35.593 | + local ref= | |
2015-08-26 19:56:35.594 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:35.596 | + return 1 | |
2015-08-26 19:56:35.597 | + git_has_branch openstack/automaton master | |
2015-08-26 19:56:35.599 | + local project=openstack/automaton | |
2015-08-26 19:56:35.600 | + local branch=master | |
2015-08-26 19:56:35.602 | + git branch -a | |
2015-08-26 19:56:35.604 | + grep remotes/origin/master | |
2015-08-26 19:56:35.605 | + return 0 | |
2015-08-26 19:56:35.607 | + git_checkout openstack/automaton master | |
2015-08-26 19:56:35.609 | + local project=openstack/automaton | |
2015-08-26 19:56:35.611 | + local branch=master | |
2015-08-26 19:56:35.612 | + local reset_branch=master | |
2015-08-26 19:56:35.614 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:35.615 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:35.617 | + git checkout master | |
2015-08-26 19:56:35.618 | Already on 'master' | |
2015-08-26 19:56:35.620 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:35.621 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:35.623 | HEAD is now at e5d9c91 Updated from global requirements | |
2015-08-26 19:56:35.624 | + git clean -x -f -d -q | |
2015-08-26 19:56:35.626 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:35.628 | + cd /opt/stack/new | |
2015-08-26 19:56:35.630 | + '[' -d /opt/git/openstack-infra/tripleo-ci ']' | |
2015-08-26 19:56:35.631 | + setup_project openstack-infra/tripleo-ci master | |
2015-08-26 19:56:35.633 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:35.634 | + local branch=master | |
2015-08-26 19:56:35.636 | ++ basename openstack-infra/tripleo-ci | |
2015-08-26 19:56:35.638 | + local short_project=tripleo-ci | |
2015-08-26 19:56:35.639 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:35.640 | + echo 'Setting up openstack-infra/tripleo-ci @ master' | |
2015-08-26 19:56:35.642 | Setting up openstack-infra/tripleo-ci @ master | |
2015-08-26 19:56:35.643 | + git_clone_and_cd openstack-infra/tripleo-ci tripleo-ci | |
2015-08-26 19:56:35.645 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:35.646 | + local short_project=tripleo-ci | |
2015-08-26 19:56:35.648 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:35.649 | + [[ ! -e tripleo-ci ]] | |
2015-08-26 19:56:35.651 | + echo ' Need to clone tripleo-ci' | |
2015-08-26 19:56:35.653 | Need to clone tripleo-ci | |
2015-08-26 19:56:35.654 | + git clone https://git.openstack.org/openstack-infra/tripleo-ci | |
2015-08-26 19:56:35.656 | Cloning into 'tripleo-ci'... | |
2015-08-26 19:56:35.657 | + cd tripleo-ci | |
2015-08-26 19:56:35.659 | + git_remote_set_url origin https://git.openstack.org/openstack-infra/tripleo-ci | |
2015-08-26 19:56:37.929 | + git remote set-url origin https://git.openstack.org/openstack-infra/tripleo-ci | |
2015-08-26 19:56:37.930 | ++ echo tripleo-ci | |
2015-08-26 19:56:37.932 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:37.934 | ++ tr - _ | |
2015-08-26 19:56:37.935 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:37.937 | + local uc_project=TRIPLEO_CI | |
2015-08-26 19:56:37.938 | + local 'project_branch_var=$OVERRIDE_TRIPLEO_CI_PROJECT_BRANCH' | |
2015-08-26 19:56:37.939 | ++ eval echo '$OVERRIDE_TRIPLEO_CI_PROJECT_BRANCH' | |
2015-08-26 19:56:37.941 | +++ echo | |
2015-08-26 19:56:37.943 | + local project_branch= | |
2015-08-26 19:56:37.944 | + [[ '' != '' ]] | |
2015-08-26 19:56:37.946 | + [[ ! -z master ]] | |
2015-08-26 19:56:37.948 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:37.949 | ++ sed -e s,master,master, | |
2015-08-26 19:56:37.951 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:37.953 | + git_remote_update | |
2015-08-26 19:56:37.955 | + git_timed remote update | |
2015-08-26 19:56:37.957 | + local max_attempts=3 | |
2015-08-26 19:56:37.959 | + local count=0 | |
2015-08-26 19:56:37.961 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:37.963 | Fetching origin | |
2015-08-26 19:56:37.964 | + git_prune | |
2015-08-26 19:56:37.966 | + git_timed remote prune origin | |
2015-08-26 19:56:37.968 | + local max_attempts=3 | |
2015-08-26 19:56:37.969 | + local count=0 | |
2015-08-26 19:56:37.971 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:37.972 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:37.974 | + git_has_branch openstack-infra/tripleo-ci master | |
2015-08-26 19:56:37.976 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:37.978 | + local branch=master | |
2015-08-26 19:56:37.980 | + git branch -a | |
2015-08-26 19:56:37.982 | + grep remotes/origin/master | |
2015-08-26 19:56:37.983 | + return 0 | |
2015-08-26 19:56:37.985 | + git_fetch_at_ref openstack-infra/tripleo-ci refs/changes/85/167885/27 | |
2015-08-26 19:56:37.987 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:37.989 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:37.990 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:37.992 | + git fetch /home/jenkins/workspace-cache/openstack-infra/tripleo-ci refs/changes/85/167885/27 | |
2015-08-26 19:56:37.994 | fatal: '/home/jenkins/workspace-cache/openstack-infra/tripleo-ci' does not appear to be a git repository | |
2015-08-26 19:56:37.996 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:37.998 | | |
2015-08-26 19:56:38.000 | Please make sure you have the correct access rights | |
2015-08-26 19:56:38.001 | and the repository exists. | |
2015-08-26 19:56:38.003 | + return 128 | |
2015-08-26 19:56:38.005 | + git_fetch_at_ref openstack-infra/tripleo-ci | |
2015-08-26 19:56:38.006 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:38.008 | + local ref= | |
2015-08-26 19:56:38.010 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:38.011 | + return 1 | |
2015-08-26 19:56:38.013 | + git_has_branch openstack-infra/tripleo-ci master | |
2015-08-26 19:56:38.015 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:38.016 | + local branch=master | |
2015-08-26 19:56:38.018 | + git branch -a | |
2015-08-26 19:56:38.019 | + grep remotes/origin/master | |
2015-08-26 19:56:38.021 | + return 0 | |
2015-08-26 19:56:38.022 | + git_checkout openstack-infra/tripleo-ci master | |
2015-08-26 19:56:38.024 | + local project=openstack-infra/tripleo-ci | |
2015-08-26 19:56:38.025 | + local branch=master | |
2015-08-26 19:56:38.027 | + local reset_branch=master | |
2015-08-26 19:56:38.028 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:38.030 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:38.031 | + git checkout master | |
2015-08-26 19:56:38.033 | Already on 'master' | |
2015-08-26 19:56:38.035 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:38.036 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:38.038 | HEAD is now at 9db10f0 Remove neutron pin | |
2015-08-26 19:56:38.039 | + git clean -x -f -d -q | |
2015-08-26 19:56:38.041 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:38.043 | + cd /opt/stack/new | |
2015-08-26 19:56:38.044 | + '[' -d /opt/git/openstack-infra/pypi-mirror ']' | |
2015-08-26 19:56:38.046 | + setup_project openstack-infra/pypi-mirror master | |
2015-08-26 19:56:38.047 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.049 | + local branch=master | |
2015-08-26 19:56:38.051 | ++ basename openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.053 | + local short_project=pypi-mirror | |
2015-08-26 19:56:38.055 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:38.057 | + echo 'Setting up openstack-infra/pypi-mirror @ master' | |
2015-08-26 19:56:38.059 | Setting up openstack-infra/pypi-mirror @ master | |
2015-08-26 19:56:38.061 | + git_clone_and_cd openstack-infra/pypi-mirror pypi-mirror | |
2015-08-26 19:56:38.062 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.064 | + local short_project=pypi-mirror | |
2015-08-26 19:56:38.066 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:38.067 | + [[ ! -e pypi-mirror ]] | |
2015-08-26 19:56:38.069 | + echo ' Need to clone pypi-mirror' | |
2015-08-26 19:56:38.070 | Need to clone pypi-mirror | |
2015-08-26 19:56:38.072 | + git clone https://git.openstack.org/openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.074 | Cloning into 'pypi-mirror'... | |
2015-08-26 19:56:38.076 | + cd pypi-mirror | |
2015-08-26 19:56:38.078 | + git_remote_set_url origin https://git.openstack.org/openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.079 | + git remote set-url origin https://git.openstack.org/openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.081 | ++ echo pypi-mirror | |
2015-08-26 19:56:38.082 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:38.084 | ++ tr - _ | |
2015-08-26 19:56:38.085 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:38.087 | + local uc_project=PYPI_MIRROR | |
2015-08-26 19:56:38.088 | + local 'project_branch_var=$OVERRIDE_PYPI_MIRROR_PROJECT_BRANCH' | |
2015-08-26 19:56:38.090 | ++ eval echo '$OVERRIDE_PYPI_MIRROR_PROJECT_BRANCH' | |
2015-08-26 19:56:38.091 | +++ echo | |
2015-08-26 19:56:38.093 | + local project_branch= | |
2015-08-26 19:56:38.094 | + [[ '' != '' ]] | |
2015-08-26 19:56:38.096 | + [[ ! -z master ]] | |
2015-08-26 19:56:38.098 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:38.099 | ++ sed -e s,master,master, | |
2015-08-26 19:56:38.101 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:38.102 | + git_remote_update | |
2015-08-26 19:56:38.104 | + git_timed remote update | |
2015-08-26 19:56:38.105 | + local max_attempts=3 | |
2015-08-26 19:56:38.107 | + local count=0 | |
2015-08-26 19:56:38.108 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:38.110 | Fetching origin | |
2015-08-26 19:56:38.112 | + git_prune | |
2015-08-26 19:56:38.113 | + git_timed remote prune origin | |
2015-08-26 19:56:38.115 | + local max_attempts=3 | |
2015-08-26 19:56:38.116 | + local count=0 | |
2015-08-26 19:56:38.117 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:38.119 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:38.120 | + git_has_branch openstack-infra/pypi-mirror master | |
2015-08-26 19:56:38.122 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:38.124 | + local branch=master | |
2015-08-26 19:56:38.125 | + git branch -a | |
2015-08-26 19:56:38.127 | + grep remotes/origin/master | |
2015-08-26 19:56:38.128 | + return 0 | |
2015-08-26 19:56:40.525 | + git_fetch_at_ref openstack-infra/pypi-mirror refs/changes/85/167885/27 | |
2015-08-26 19:56:40.526 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:40.528 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:40.530 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:40.532 | + git fetch /home/jenkins/workspace-cache/openstack-infra/pypi-mirror refs/changes/85/167885/27 | |
2015-08-26 19:56:40.534 | fatal: '/home/jenkins/workspace-cache/openstack-infra/pypi-mirror' does not appear to be a git repository | |
2015-08-26 19:56:40.536 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:40.538 | | |
2015-08-26 19:56:40.540 | Please make sure you have the correct access rights | |
2015-08-26 19:56:40.542 | and the repository exists. | |
2015-08-26 19:56:40.543 | + return 128 | |
2015-08-26 19:56:40.545 | + git_fetch_at_ref openstack-infra/pypi-mirror | |
2015-08-26 19:56:40.547 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:40.548 | + local ref= | |
2015-08-26 19:56:40.550 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:40.552 | + return 1 | |
2015-08-26 19:56:40.554 | + git_has_branch openstack-infra/pypi-mirror master | |
2015-08-26 19:56:40.555 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:40.557 | + local branch=master | |
2015-08-26 19:56:40.558 | + git branch -a | |
2015-08-26 19:56:40.560 | + grep remotes/origin/master | |
2015-08-26 19:56:40.561 | + return 0 | |
2015-08-26 19:56:40.563 | + git_checkout openstack-infra/pypi-mirror master | |
2015-08-26 19:56:40.564 | + local project=openstack-infra/pypi-mirror | |
2015-08-26 19:56:40.565 | + local branch=master | |
2015-08-26 19:56:40.567 | + local reset_branch=master | |
2015-08-26 19:56:40.568 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:40.570 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:40.572 | + git checkout master | |
2015-08-26 19:56:40.574 | Already on 'master' | |
2015-08-26 19:56:40.576 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:40.577 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:40.579 | HEAD is now at 392a70d Update build tools and fix link paths | |
2015-08-26 19:56:40.580 | + git clean -x -f -d -q | |
2015-08-26 19:56:40.582 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:40.583 | + cd /opt/stack/new | |
2015-08-26 19:56:40.585 | + '[' -d /opt/git/openstack-infra/os-loganalyze ']' | |
2015-08-26 19:56:40.586 | + setup_project openstack-infra/os-loganalyze master | |
2015-08-26 19:56:40.588 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.590 | + local branch=master | |
2015-08-26 19:56:40.591 | ++ basename openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.593 | + local short_project=os-loganalyze | |
2015-08-26 19:56:40.594 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:40.596 | + echo 'Setting up openstack-infra/os-loganalyze @ master' | |
2015-08-26 19:56:40.597 | Setting up openstack-infra/os-loganalyze @ master | |
2015-08-26 19:56:40.599 | + git_clone_and_cd openstack-infra/os-loganalyze os-loganalyze | |
2015-08-26 19:56:40.600 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.601 | + local short_project=os-loganalyze | |
2015-08-26 19:56:40.603 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:40.604 | + [[ ! -e os-loganalyze ]] | |
2015-08-26 19:56:40.606 | + echo ' Need to clone os-loganalyze' | |
2015-08-26 19:56:40.607 | Need to clone os-loganalyze | |
2015-08-26 19:56:40.609 | + git clone https://git.openstack.org/openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.610 | Cloning into 'os-loganalyze'... | |
2015-08-26 19:56:40.611 | + cd os-loganalyze | |
2015-08-26 19:56:40.613 | + git_remote_set_url origin https://git.openstack.org/openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.618 | + git remote set-url origin https://git.openstack.org/openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.620 | ++ echo os-loganalyze | |
2015-08-26 19:56:40.621 | ++ tr - _ | |
2015-08-26 19:56:40.623 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:40.625 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:40.626 | + local uc_project=OS_LOGANALYZE | |
2015-08-26 19:56:40.627 | + local 'project_branch_var=$OVERRIDE_OS_LOGANALYZE_PROJECT_BRANCH' | |
2015-08-26 19:56:40.629 | ++ eval echo '$OVERRIDE_OS_LOGANALYZE_PROJECT_BRANCH' | |
2015-08-26 19:56:40.631 | +++ echo | |
2015-08-26 19:56:40.632 | + local project_branch= | |
2015-08-26 19:56:40.633 | + [[ '' != '' ]] | |
2015-08-26 19:56:40.635 | + [[ ! -z master ]] | |
2015-08-26 19:56:40.636 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:40.638 | ++ sed -e s,master,master, | |
2015-08-26 19:56:40.639 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:40.641 | + git_remote_update | |
2015-08-26 19:56:40.642 | + git_timed remote update | |
2015-08-26 19:56:40.644 | + local max_attempts=3 | |
2015-08-26 19:56:40.646 | + local count=0 | |
2015-08-26 19:56:40.647 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:40.649 | Fetching origin | |
2015-08-26 19:56:40.650 | + git_prune | |
2015-08-26 19:56:40.652 | + git_timed remote prune origin | |
2015-08-26 19:56:40.653 | + local max_attempts=3 | |
2015-08-26 19:56:40.655 | + local count=0 | |
2015-08-26 19:56:40.656 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:40.658 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:40.659 | + git_has_branch openstack-infra/os-loganalyze master | |
2015-08-26 19:56:40.660 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.662 | + local branch=master | |
2015-08-26 19:56:40.664 | + git branch -a | |
2015-08-26 19:56:40.665 | + grep remotes/origin/master | |
2015-08-26 19:56:40.667 | + return 0 | |
2015-08-26 19:56:40.668 | + git_fetch_at_ref openstack-infra/os-loganalyze refs/changes/85/167885/27 | |
2015-08-26 19:56:40.670 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.672 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:40.673 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:40.674 | + git fetch /home/jenkins/workspace-cache/openstack-infra/os-loganalyze refs/changes/85/167885/27 | |
2015-08-26 19:56:40.676 | fatal: '/home/jenkins/workspace-cache/openstack-infra/os-loganalyze' does not appear to be a git repository | |
2015-08-26 19:56:40.677 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:40.679 | | |
2015-08-26 19:56:40.680 | Please make sure you have the correct access rights | |
2015-08-26 19:56:40.681 | and the repository exists. | |
2015-08-26 19:56:40.683 | + return 128 | |
2015-08-26 19:56:40.684 | + git_fetch_at_ref openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.686 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.688 | + local ref= | |
2015-08-26 19:56:40.689 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:40.690 | + return 1 | |
2015-08-26 19:56:40.692 | + git_has_branch openstack-infra/os-loganalyze master | |
2015-08-26 19:56:40.693 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:40.695 | + local branch=master | |
2015-08-26 19:56:40.696 | + git branch -a | |
2015-08-26 19:56:40.697 | + grep remotes/origin/master | |
2015-08-26 19:56:40.699 | + return 0 | |
2015-08-26 19:56:43.624 | + git_checkout openstack-infra/os-loganalyze master | |
2015-08-26 19:56:43.626 | + local project=openstack-infra/os-loganalyze | |
2015-08-26 19:56:43.628 | + local branch=master | |
2015-08-26 19:56:43.630 | + local reset_branch=master | |
2015-08-26 19:56:43.632 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:43.634 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:43.635 | + git checkout master | |
2015-08-26 19:56:43.637 | Already on 'master' | |
2015-08-26 19:56:43.638 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:43.640 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:43.641 | HEAD is now at f6bd806 Merge "Fix comment on way indexes are loaded" | |
2015-08-26 19:56:43.643 | + git clean -x -f -d -q | |
2015-08-26 19:56:43.644 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:43.646 | + cd /opt/stack/new | |
2015-08-26 19:56:43.647 | + '[' -d /opt/git/openstack-infra/jeepyb ']' | |
2015-08-26 19:56:43.649 | + setup_project openstack-infra/jeepyb master | |
2015-08-26 19:56:43.650 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.651 | + local branch=master | |
2015-08-26 19:56:43.653 | ++ basename openstack-infra/jeepyb | |
2015-08-26 19:56:43.654 | + local short_project=jeepyb | |
2015-08-26 19:56:43.656 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:43.657 | + echo 'Setting up openstack-infra/jeepyb @ master' | |
2015-08-26 19:56:43.658 | Setting up openstack-infra/jeepyb @ master | |
2015-08-26 19:56:43.660 | + git_clone_and_cd openstack-infra/jeepyb jeepyb | |
2015-08-26 19:56:43.661 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.663 | + local short_project=jeepyb | |
2015-08-26 19:56:43.664 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:43.665 | + [[ ! -e jeepyb ]] | |
2015-08-26 19:56:43.667 | + echo ' Need to clone jeepyb' | |
2015-08-26 19:56:43.668 | Need to clone jeepyb | |
2015-08-26 19:56:43.670 | + git clone https://git.openstack.org/openstack-infra/jeepyb | |
2015-08-26 19:56:43.671 | Cloning into 'jeepyb'... | |
2015-08-26 19:56:43.673 | + cd jeepyb | |
2015-08-26 19:56:43.674 | + git_remote_set_url origin https://git.openstack.org/openstack-infra/jeepyb | |
2015-08-26 19:56:43.676 | + git remote set-url origin https://git.openstack.org/openstack-infra/jeepyb | |
2015-08-26 19:56:43.677 | ++ echo jeepyb | |
2015-08-26 19:56:43.679 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:43.681 | ++ tr - _ | |
2015-08-26 19:56:43.682 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:43.683 | + local uc_project=JEEPYB | |
2015-08-26 19:56:43.685 | + local 'project_branch_var=$OVERRIDE_JEEPYB_PROJECT_BRANCH' | |
2015-08-26 19:56:43.686 | ++ eval echo '$OVERRIDE_JEEPYB_PROJECT_BRANCH' | |
2015-08-26 19:56:43.688 | +++ echo | |
2015-08-26 19:56:43.689 | + local project_branch= | |
2015-08-26 19:56:43.691 | + [[ '' != '' ]] | |
2015-08-26 19:56:43.692 | + [[ ! -z master ]] | |
2015-08-26 19:56:43.694 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:43.695 | ++ sed -e s,master,master, | |
2015-08-26 19:56:43.697 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:43.699 | + git_remote_update | |
2015-08-26 19:56:43.700 | + git_timed remote update | |
2015-08-26 19:56:43.702 | + local max_attempts=3 | |
2015-08-26 19:56:43.703 | + local count=0 | |
2015-08-26 19:56:43.705 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:43.706 | Fetching origin | |
2015-08-26 19:56:43.707 | + git_prune | |
2015-08-26 19:56:43.708 | + git_timed remote prune origin | |
2015-08-26 19:56:43.710 | + local max_attempts=3 | |
2015-08-26 19:56:43.711 | + local count=0 | |
2015-08-26 19:56:43.713 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:43.714 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:43.716 | + git_has_branch openstack-infra/jeepyb master | |
2015-08-26 19:56:43.718 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.719 | + local branch=master | |
2015-08-26 19:56:43.721 | + git branch -a | |
2015-08-26 19:56:43.723 | + grep remotes/origin/master | |
2015-08-26 19:56:43.724 | + return 0 | |
2015-08-26 19:56:43.726 | + git_fetch_at_ref openstack-infra/jeepyb refs/changes/85/167885/27 | |
2015-08-26 19:56:43.728 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.729 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:43.731 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:43.732 | + git fetch /home/jenkins/workspace-cache/openstack-infra/jeepyb refs/changes/85/167885/27 | |
2015-08-26 19:56:43.734 | fatal: '/home/jenkins/workspace-cache/openstack-infra/jeepyb' does not appear to be a git repository | |
2015-08-26 19:56:43.735 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:43.737 | | |
2015-08-26 19:56:43.738 | Please make sure you have the correct access rights | |
2015-08-26 19:56:43.740 | and the repository exists. | |
2015-08-26 19:56:43.742 | + return 128 | |
2015-08-26 19:56:43.743 | + git_fetch_at_ref openstack-infra/jeepyb | |
2015-08-26 19:56:43.745 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.746 | + local ref= | |
2015-08-26 19:56:43.748 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:43.750 | + return 1 | |
2015-08-26 19:56:43.751 | + git_has_branch openstack-infra/jeepyb master | |
2015-08-26 19:56:43.753 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.754 | + local branch=master | |
2015-08-26 19:56:43.756 | + git branch -a | |
2015-08-26 19:56:43.758 | + grep remotes/origin/master | |
2015-08-26 19:56:43.759 | + return 0 | |
2015-08-26 19:56:43.761 | + git_checkout openstack-infra/jeepyb master | |
2015-08-26 19:56:43.762 | + local project=openstack-infra/jeepyb | |
2015-08-26 19:56:43.764 | + local branch=master | |
2015-08-26 19:56:43.765 | + local reset_branch=master | |
2015-08-26 19:56:43.767 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:43.768 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:43.770 | + git checkout master | |
2015-08-26 19:56:43.772 | Already on 'master' | |
2015-08-26 19:56:43.773 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:43.777 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:43.779 | HEAD is now at 7f7b988 Merge "Only add 'groups' file to the repo if it exists" | |
2015-08-26 19:56:43.781 | + git clean -x -f -d -q | |
2015-08-26 19:56:43.783 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:43.784 | + cd /opt/stack/new | |
2015-08-26 19:56:43.786 | + '[' -d /opt/git/openstack-dev/pbr ']' | |
2015-08-26 19:56:43.787 | + setup_project openstack-dev/pbr master | |
2015-08-26 19:56:43.789 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:43.790 | + local branch=master | |
2015-08-26 19:56:43.791 | ++ basename openstack-dev/pbr | |
2015-08-26 19:56:43.793 | + local short_project=pbr | |
2015-08-26 19:56:43.794 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:43.796 | + echo 'Setting up openstack-dev/pbr @ master' | |
2015-08-26 19:56:43.797 | Setting up openstack-dev/pbr @ master | |
2015-08-26 19:56:43.799 | + git_clone_and_cd openstack-dev/pbr pbr | |
2015-08-26 19:56:43.800 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:43.801 | + local short_project=pbr | |
2015-08-26 19:56:43.803 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:43.805 | + [[ ! -e pbr ]] | |
2015-08-26 19:56:43.806 | + echo ' Need to clone pbr' | |
2015-08-26 19:56:43.808 | Need to clone pbr | |
2015-08-26 19:56:43.809 | + git clone https://git.openstack.org/openstack-dev/pbr | |
2015-08-26 19:56:43.811 | Cloning into 'pbr'... | |
2015-08-26 19:56:43.812 | + cd pbr | |
2015-08-26 19:56:46.583 | + git_remote_set_url origin https://git.openstack.org/openstack-dev/pbr | |
2015-08-26 19:56:46.585 | + git remote set-url origin https://git.openstack.org/openstack-dev/pbr | |
2015-08-26 19:56:46.587 | ++ echo pbr | |
2015-08-26 19:56:46.589 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:46.591 | ++ tr - _ | |
2015-08-26 19:56:46.592 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:46.594 | + local uc_project=PBR | |
2015-08-26 19:56:46.595 | + local 'project_branch_var=$OVERRIDE_PBR_PROJECT_BRANCH' | |
2015-08-26 19:56:46.597 | ++ eval echo '$OVERRIDE_PBR_PROJECT_BRANCH' | |
2015-08-26 19:56:46.599 | +++ echo | |
2015-08-26 19:56:46.600 | + local project_branch= | |
2015-08-26 19:56:46.602 | + [[ '' != '' ]] | |
2015-08-26 19:56:46.603 | + [[ ! -z master ]] | |
2015-08-26 19:56:46.605 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:46.607 | ++ sed -e s,master,master, | |
2015-08-26 19:56:46.608 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:46.610 | + git_remote_update | |
2015-08-26 19:56:46.611 | + git_timed remote update | |
2015-08-26 19:56:46.613 | + local max_attempts=3 | |
2015-08-26 19:56:46.614 | + local count=0 | |
2015-08-26 19:56:46.616 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:46.618 | Fetching origin | |
2015-08-26 19:56:46.619 | + git_prune | |
2015-08-26 19:56:46.621 | + git_timed remote prune origin | |
2015-08-26 19:56:46.622 | + local max_attempts=3 | |
2015-08-26 19:56:46.624 | + local count=0 | |
2015-08-26 19:56:46.625 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:46.627 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:46.629 | + git_has_branch openstack-dev/pbr master | |
2015-08-26 19:56:46.630 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:46.631 | + local branch=master | |
2015-08-26 19:56:46.633 | + git branch -a | |
2015-08-26 19:56:46.635 | + grep remotes/origin/master | |
2015-08-26 19:56:46.636 | + return 0 | |
2015-08-26 19:56:46.640 | + git_fetch_at_ref openstack-dev/pbr refs/changes/85/167885/27 | |
2015-08-26 19:56:46.642 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:46.644 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:46.645 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:46.647 | + git fetch /home/jenkins/workspace-cache/openstack-dev/pbr refs/changes/85/167885/27 | |
2015-08-26 19:56:46.648 | fatal: '/home/jenkins/workspace-cache/openstack-dev/pbr' does not appear to be a git repository | |
2015-08-26 19:56:46.650 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:46.651 | | |
2015-08-26 19:56:46.653 | Please make sure you have the correct access rights | |
2015-08-26 19:56:46.654 | and the repository exists. | |
2015-08-26 19:56:46.656 | + return 128 | |
2015-08-26 19:56:46.658 | + git_fetch_at_ref openstack-dev/pbr | |
2015-08-26 19:56:46.659 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:46.661 | + local ref= | |
2015-08-26 19:56:46.662 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:46.664 | + return 1 | |
2015-08-26 19:56:46.665 | + git_has_branch openstack-dev/pbr master | |
2015-08-26 19:56:46.666 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:46.668 | + local branch=master | |
2015-08-26 19:56:46.670 | + git branch -a | |
2015-08-26 19:56:46.672 | + grep remotes/origin/master | |
2015-08-26 19:56:46.674 | + return 0 | |
2015-08-26 19:56:46.675 | + git_checkout openstack-dev/pbr master | |
2015-08-26 19:56:46.677 | + local project=openstack-dev/pbr | |
2015-08-26 19:56:46.678 | + local branch=master | |
2015-08-26 19:56:46.680 | + local reset_branch=master | |
2015-08-26 19:56:46.681 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:46.683 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:46.684 | + git checkout master | |
2015-08-26 19:56:46.686 | Already on 'master' | |
2015-08-26 19:56:46.688 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:46.689 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:46.691 | HEAD is now at 1e05037 Strip comments in requirements files | |
2015-08-26 19:56:46.692 | + git clean -x -f -d -q | |
2015-08-26 19:56:46.694 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:46.696 | + cd /opt/stack/new | |
2015-08-26 19:56:46.697 | + '[' -d /opt/git/openstack-dev/grenade ']' | |
2015-08-26 19:56:46.699 | + setup_project openstack-dev/grenade master | |
2015-08-26 19:56:46.700 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:46.702 | + local branch=master | |
2015-08-26 19:56:46.703 | ++ basename openstack-dev/grenade | |
2015-08-26 19:56:46.705 | + local short_project=grenade | |
2015-08-26 19:56:46.706 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:46.707 | + echo 'Setting up openstack-dev/grenade @ master' | |
2015-08-26 19:56:46.709 | Setting up openstack-dev/grenade @ master | |
2015-08-26 19:56:46.710 | + git_clone_and_cd openstack-dev/grenade grenade | |
2015-08-26 19:56:46.711 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:46.713 | + local short_project=grenade | |
2015-08-26 19:56:46.714 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:46.716 | + [[ ! -e grenade ]] | |
2015-08-26 19:56:46.717 | + echo ' Need to clone grenade' | |
2015-08-26 19:56:46.719 | Need to clone grenade | |
2015-08-26 19:56:46.720 | + git clone https://git.openstack.org/openstack-dev/grenade | |
2015-08-26 19:56:46.722 | Cloning into 'grenade'... | |
2015-08-26 19:56:46.723 | + cd grenade | |
2015-08-26 19:56:46.725 | + git_remote_set_url origin https://git.openstack.org/openstack-dev/grenade | |
2015-08-26 19:56:46.726 | + git remote set-url origin https://git.openstack.org/openstack-dev/grenade | |
2015-08-26 19:56:46.728 | ++ echo grenade | |
2015-08-26 19:56:46.729 | ++ tr - _ | |
2015-08-26 19:56:46.731 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:46.733 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:46.734 | + local uc_project=GRENADE | |
2015-08-26 19:56:46.736 | + local 'project_branch_var=$OVERRIDE_GRENADE_PROJECT_BRANCH' | |
2015-08-26 19:56:46.737 | ++ eval echo '$OVERRIDE_GRENADE_PROJECT_BRANCH' | |
2015-08-26 19:56:46.739 | +++ echo | |
2015-08-26 19:56:46.740 | + local project_branch= | |
2015-08-26 19:56:46.742 | + [[ '' != '' ]] | |
2015-08-26 19:56:46.744 | + [[ ! -z master ]] | |
2015-08-26 19:56:46.745 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:46.747 | ++ sed -e s,master,master, | |
2015-08-26 19:56:46.749 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:46.751 | + git_remote_update | |
2015-08-26 19:56:46.752 | + git_timed remote update | |
2015-08-26 19:56:46.754 | + local max_attempts=3 | |
2015-08-26 19:56:46.755 | + local count=0 | |
2015-08-26 19:56:46.757 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:46.759 | Fetching origin | |
2015-08-26 19:56:46.760 | + git_prune | |
2015-08-26 19:56:46.762 | + git_timed remote prune origin | |
2015-08-26 19:56:46.763 | + local max_attempts=3 | |
2015-08-26 19:56:46.765 | + local count=0 | |
2015-08-26 19:56:46.766 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:46.768 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:46.769 | + git_has_branch openstack-dev/grenade master | |
2015-08-26 19:56:46.771 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:46.772 | + local branch=master | |
2015-08-26 19:56:46.773 | + git branch -a | |
2015-08-26 19:56:46.775 | + grep remotes/origin/master | |
2015-08-26 19:56:46.776 | + return 0 | |
2015-08-26 19:56:46.778 | + git_fetch_at_ref openstack-dev/grenade refs/changes/85/167885/27 | |
2015-08-26 19:56:46.779 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:46.781 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:46.782 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:53.851 | + git fetch /home/jenkins/workspace-cache/openstack-dev/grenade refs/changes/85/167885/27 | |
2015-08-26 19:56:53.853 | fatal: '/home/jenkins/workspace-cache/openstack-dev/grenade' does not appear to be a git repository | |
2015-08-26 19:56:53.855 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:53.857 | | |
2015-08-26 19:56:53.859 | Please make sure you have the correct access rights | |
2015-08-26 19:56:53.860 | and the repository exists. | |
2015-08-26 19:56:53.862 | + return 128 | |
2015-08-26 19:56:53.864 | + git_fetch_at_ref openstack-dev/grenade | |
2015-08-26 19:56:53.866 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:53.867 | + local ref= | |
2015-08-26 19:56:53.869 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:53.870 | + return 1 | |
2015-08-26 19:56:53.872 | + git_has_branch openstack-dev/grenade master | |
2015-08-26 19:56:53.873 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:53.874 | + local branch=master | |
2015-08-26 19:56:53.876 | + git branch -a | |
2015-08-26 19:56:53.877 | + grep remotes/origin/master | |
2015-08-26 19:56:53.878 | + return 0 | |
2015-08-26 19:56:53.880 | + git_checkout openstack-dev/grenade master | |
2015-08-26 19:56:53.881 | + local project=openstack-dev/grenade | |
2015-08-26 19:56:53.883 | + local branch=master | |
2015-08-26 19:56:53.884 | + local reset_branch=master | |
2015-08-26 19:56:53.885 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:53.887 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:53.888 | + git checkout master | |
2015-08-26 19:56:53.890 | Already on 'master' | |
2015-08-26 19:56:53.891 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:53.893 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:53.894 | HEAD is now at 7230183 Merge "Remove ceilometer in favor of plugin" | |
2015-08-26 19:56:53.896 | + git clean -x -f -d -q | |
2015-08-26 19:56:53.897 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:53.899 | + cd /opt/stack/new | |
2015-08-26 19:56:53.900 | + '[' -d /opt/git/openstack-dev/devstack ']' | |
2015-08-26 19:56:53.901 | + setup_project openstack-dev/devstack master | |
2015-08-26 19:56:53.903 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:53.904 | + local branch=master | |
2015-08-26 19:56:53.906 | ++ basename openstack-dev/devstack | |
2015-08-26 19:56:53.908 | + local short_project=devstack | |
2015-08-26 19:56:53.909 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:53.911 | + echo 'Setting up openstack-dev/devstack @ master' | |
2015-08-26 19:56:53.913 | Setting up openstack-dev/devstack @ master | |
2015-08-26 19:56:53.915 | + git_clone_and_cd openstack-dev/devstack devstack | |
2015-08-26 19:56:53.916 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:53.917 | + local short_project=devstack | |
2015-08-26 19:56:53.919 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:53.920 | + [[ ! -e devstack ]] | |
2015-08-26 19:56:53.921 | + echo ' Need to clone devstack' | |
2015-08-26 19:56:53.923 | Need to clone devstack | |
2015-08-26 19:56:53.924 | + git clone https://git.openstack.org/openstack-dev/devstack | |
2015-08-26 19:56:53.926 | Cloning into 'devstack'... | |
2015-08-26 19:56:53.927 | + cd devstack | |
2015-08-26 19:56:53.929 | + git_remote_set_url origin https://git.openstack.org/openstack-dev/devstack | |
2015-08-26 19:56:53.930 | + git remote set-url origin https://git.openstack.org/openstack-dev/devstack | |
2015-08-26 19:56:53.932 | ++ echo devstack | |
2015-08-26 19:56:53.933 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:53.935 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:53.936 | ++ tr - _ | |
2015-08-26 19:56:53.938 | + local uc_project=DEVSTACK | |
2015-08-26 19:56:53.940 | + local 'project_branch_var=$OVERRIDE_DEVSTACK_PROJECT_BRANCH' | |
2015-08-26 19:56:53.941 | ++ eval echo '$OVERRIDE_DEVSTACK_PROJECT_BRANCH' | |
2015-08-26 19:56:53.943 | +++ echo | |
2015-08-26 19:56:53.944 | + local project_branch= | |
2015-08-26 19:56:53.946 | + [[ '' != '' ]] | |
2015-08-26 19:56:53.947 | + [[ ! -z master ]] | |
2015-08-26 19:56:53.949 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:53.950 | ++ sed -e s,master,master, | |
2015-08-26 19:56:53.952 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:53.954 | + git_remote_update | |
2015-08-26 19:56:53.955 | + git_timed remote update | |
2015-08-26 19:56:53.957 | + local max_attempts=3 | |
2015-08-26 19:56:53.958 | + local count=0 | |
2015-08-26 19:56:53.960 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:53.962 | Fetching origin | |
2015-08-26 19:56:53.963 | + git_prune | |
2015-08-26 19:56:53.965 | + git_timed remote prune origin | |
2015-08-26 19:56:53.966 | + local max_attempts=3 | |
2015-08-26 19:56:53.968 | + local count=0 | |
2015-08-26 19:56:53.970 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:53.972 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:53.973 | + git_has_branch openstack-dev/devstack master | |
2015-08-26 19:56:53.975 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:53.977 | + local branch=master | |
2015-08-26 19:56:53.978 | + git branch -a | |
2015-08-26 19:56:53.980 | + grep remotes/origin/master | |
2015-08-26 19:56:53.982 | + return 0 | |
2015-08-26 19:56:53.983 | + git_fetch_at_ref openstack-dev/devstack refs/changes/85/167885/27 | |
2015-08-26 19:56:53.985 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:53.987 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:53.988 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:53.990 | + git fetch /home/jenkins/workspace-cache/openstack-dev/devstack refs/changes/85/167885/27 | |
2015-08-26 19:56:53.992 | fatal: '/home/jenkins/workspace-cache/openstack-dev/devstack' does not appear to be a git repository | |
2015-08-26 19:56:53.994 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:53.995 | | |
2015-08-26 19:56:53.997 | Please make sure you have the correct access rights | |
2015-08-26 19:56:53.999 | and the repository exists. | |
2015-08-26 19:56:54.001 | + return 128 | |
2015-08-26 19:56:54.002 | + git_fetch_at_ref openstack-dev/devstack | |
2015-08-26 19:56:54.004 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:54.006 | + local ref= | |
2015-08-26 19:56:54.007 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:54.009 | + return 1 | |
2015-08-26 19:56:54.010 | + git_has_branch openstack-dev/devstack master | |
2015-08-26 19:56:54.012 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:54.014 | + local branch=master | |
2015-08-26 19:56:54.015 | + git branch -a | |
2015-08-26 19:56:54.017 | + grep remotes/origin/master | |
2015-08-26 19:56:54.018 | + return 0 | |
2015-08-26 19:56:54.020 | + git_checkout openstack-dev/devstack master | |
2015-08-26 19:56:54.022 | + local project=openstack-dev/devstack | |
2015-08-26 19:56:54.023 | + local branch=master | |
2015-08-26 19:56:54.025 | + local reset_branch=master | |
2015-08-26 19:56:54.026 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:54.028 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:54.029 | + git checkout master | |
2015-08-26 19:56:54.031 | Already on 'master' | |
2015-08-26 19:56:54.033 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:54.034 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:54.036 | HEAD is now at 4ebfea9 Merge "Ability to specify keystone v3 in nova.conf for neutron" | |
2015-08-26 19:56:54.037 | + git clean -x -f -d -q | |
2015-08-26 19:56:54.039 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:58.550 | + cd /opt/stack/new | |
2015-08-26 19:56:58.553 | + '[' -d /opt/git/openstack/python-barbicanclient ']' | |
2015-08-26 19:56:58.555 | + setup_project openstack/python-barbicanclient master | |
2015-08-26 19:56:58.556 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.558 | + local branch=master | |
2015-08-26 19:56:58.559 | ++ basename openstack/python-barbicanclient | |
2015-08-26 19:56:58.561 | + local short_project=python-barbicanclient | |
2015-08-26 19:56:58.562 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:58.563 | + echo 'Setting up openstack/python-barbicanclient @ master' | |
2015-08-26 19:56:58.565 | Setting up openstack/python-barbicanclient @ master | |
2015-08-26 19:56:58.566 | + git_clone_and_cd openstack/python-barbicanclient python-barbicanclient | |
2015-08-26 19:56:58.568 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.569 | + local short_project=python-barbicanclient | |
2015-08-26 19:56:58.570 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:58.572 | + [[ ! -e python-barbicanclient ]] | |
2015-08-26 19:56:58.573 | + echo ' Need to clone python-barbicanclient' | |
2015-08-26 19:56:58.575 | Need to clone python-barbicanclient | |
2015-08-26 19:56:58.576 | + git clone https://git.openstack.org/openstack/python-barbicanclient | |
2015-08-26 19:56:58.578 | Cloning into 'python-barbicanclient'... | |
2015-08-26 19:56:58.579 | + cd python-barbicanclient | |
2015-08-26 19:56:58.580 | + git_remote_set_url origin https://git.openstack.org/openstack/python-barbicanclient | |
2015-08-26 19:56:58.582 | + git remote set-url origin https://git.openstack.org/openstack/python-barbicanclient | |
2015-08-26 19:56:58.583 | ++ echo python-barbicanclient | |
2015-08-26 19:56:58.585 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:58.586 | ++ tr - _ | |
2015-08-26 19:56:58.587 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:58.589 | + local uc_project=PYTHON_BARBICANCLIENT | |
2015-08-26 19:56:58.590 | + local 'project_branch_var=$OVERRIDE_PYTHON_BARBICANCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:56:58.592 | ++ eval echo '$OVERRIDE_PYTHON_BARBICANCLIENT_PROJECT_BRANCH' | |
2015-08-26 19:56:58.593 | +++ echo | |
2015-08-26 19:56:58.595 | + local project_branch= | |
2015-08-26 19:56:58.596 | + [[ '' != '' ]] | |
2015-08-26 19:56:58.598 | + [[ ! -z master ]] | |
2015-08-26 19:56:58.599 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:58.601 | ++ sed -e s,master,master, | |
2015-08-26 19:56:58.602 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:58.604 | + git_remote_update | |
2015-08-26 19:56:58.605 | + git_timed remote update | |
2015-08-26 19:56:58.607 | + local max_attempts=3 | |
2015-08-26 19:56:58.608 | + local count=0 | |
2015-08-26 19:56:58.610 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:58.611 | Fetching origin | |
2015-08-26 19:56:58.613 | + git_prune | |
2015-08-26 19:56:58.615 | + git_timed remote prune origin | |
2015-08-26 19:56:58.616 | + local max_attempts=3 | |
2015-08-26 19:56:58.618 | + local count=0 | |
2015-08-26 19:56:58.619 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:58.621 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:58.622 | + git_has_branch openstack/python-barbicanclient master | |
2015-08-26 19:56:58.624 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.625 | + local branch=master | |
2015-08-26 19:56:58.627 | + git branch -a | |
2015-08-26 19:56:58.628 | + grep remotes/origin/master | |
2015-08-26 19:56:58.630 | + return 0 | |
2015-08-26 19:56:58.631 | + git_fetch_at_ref openstack/python-barbicanclient refs/changes/85/167885/27 | |
2015-08-26 19:56:58.633 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.634 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:58.636 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:58.637 | + git fetch /home/jenkins/workspace-cache/openstack/python-barbicanclient refs/changes/85/167885/27 | |
2015-08-26 19:56:58.639 | fatal: '/home/jenkins/workspace-cache/openstack/python-barbicanclient' does not appear to be a git repository | |
2015-08-26 19:56:58.640 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:58.642 | | |
2015-08-26 19:56:58.643 | Please make sure you have the correct access rights | |
2015-08-26 19:56:58.645 | and the repository exists. | |
2015-08-26 19:56:58.647 | + return 128 | |
2015-08-26 19:56:58.648 | + git_fetch_at_ref openstack/python-barbicanclient | |
2015-08-26 19:56:58.650 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.652 | + local ref= | |
2015-08-26 19:56:58.653 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:58.655 | + return 1 | |
2015-08-26 19:56:58.656 | + git_has_branch openstack/python-barbicanclient master | |
2015-08-26 19:56:58.658 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.659 | + local branch=master | |
2015-08-26 19:56:58.661 | + git branch -a | |
2015-08-26 19:56:58.662 | + grep remotes/origin/master | |
2015-08-26 19:56:58.664 | + return 0 | |
2015-08-26 19:56:58.665 | + git_checkout openstack/python-barbicanclient master | |
2015-08-26 19:56:58.667 | + local project=openstack/python-barbicanclient | |
2015-08-26 19:56:58.668 | + local branch=master | |
2015-08-26 19:56:58.669 | + local reset_branch=master | |
2015-08-26 19:56:58.671 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:58.672 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:58.674 | + git checkout master | |
2015-08-26 19:56:58.675 | Already on 'master' | |
2015-08-26 19:56:58.677 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:58.678 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:58.679 | HEAD is now at a5f7531 Updated from global requirements | |
2015-08-26 19:56:58.681 | + git clean -x -f -d -q | |
2015-08-26 19:56:58.682 | + for PROJECT in '$PROJECTS' | |
2015-08-26 19:56:58.684 | + cd /opt/stack/new | |
2015-08-26 19:56:58.685 | + '[' -d /opt/git/openstack/barbican ']' | |
2015-08-26 19:56:58.687 | + setup_project openstack/barbican master | |
2015-08-26 19:56:58.688 | + local project=openstack/barbican | |
2015-08-26 19:56:58.690 | + local branch=master | |
2015-08-26 19:56:58.691 | ++ basename openstack/barbican | |
2015-08-26 19:56:58.693 | + local short_project=barbican | |
2015-08-26 19:56:58.694 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:58.696 | + echo 'Setting up openstack/barbican @ master' | |
2015-08-26 19:56:58.697 | Setting up openstack/barbican @ master | |
2015-08-26 19:56:58.699 | + git_clone_and_cd openstack/barbican barbican | |
2015-08-26 19:56:58.700 | + local project=openstack/barbican | |
2015-08-26 19:56:58.702 | + local short_project=barbican | |
2015-08-26 19:56:58.703 | + local git_base=https://git.openstack.org | |
2015-08-26 19:56:58.705 | + [[ ! -e barbican ]] | |
2015-08-26 19:56:58.706 | + echo ' Need to clone barbican' | |
2015-08-26 19:56:58.708 | Need to clone barbican | |
2015-08-26 19:56:58.710 | + git clone https://git.openstack.org/openstack/barbican | |
2015-08-26 19:56:58.712 | Cloning into 'barbican'... | |
2015-08-26 19:56:58.713 | + cd barbican | |
2015-08-26 19:56:59.737 | + git_remote_set_url origin https://git.openstack.org/openstack/barbican | |
2015-08-26 19:56:59.739 | + git remote set-url origin https://git.openstack.org/openstack/barbican | |
2015-08-26 19:56:59.741 | ++ echo barbican | |
2015-08-26 19:56:59.742 | ++ tr '[:lower:]' '[:upper:]' | |
2015-08-26 19:56:59.744 | ++ tr - _ | |
2015-08-26 19:56:59.745 | ++ sed 's/[^A-Z_]//' | |
2015-08-26 19:56:59.747 | + local uc_project=BARBICAN | |
2015-08-26 19:56:59.748 | + local 'project_branch_var=$OVERRIDE_BARBICAN_PROJECT_BRANCH' | |
2015-08-26 19:56:59.750 | ++ eval echo '$OVERRIDE_BARBICAN_PROJECT_BRANCH' | |
2015-08-26 19:56:59.751 | +++ echo | |
2015-08-26 19:56:59.752 | + local project_branch= | |
2015-08-26 19:56:59.754 | + [[ '' != '' ]] | |
2015-08-26 19:56:59.755 | + [[ ! -z master ]] | |
2015-08-26 19:56:59.757 | ++ echo refs/changes/85/167885/27 | |
2015-08-26 19:56:59.758 | ++ sed -e s,master,master, | |
2015-08-26 19:56:59.760 | + OVERRIDE_ZUUL_REF=refs/changes/85/167885/27 | |
2015-08-26 19:56:59.761 | + git_remote_update | |
2015-08-26 19:56:59.762 | + git_timed remote update | |
2015-08-26 19:56:59.764 | + local max_attempts=3 | |
2015-08-26 19:56:59.765 | + local count=0 | |
2015-08-26 19:56:59.767 | + timeout -k 1m 5m git remote update | |
2015-08-26 19:56:59.768 | Fetching origin | |
2015-08-26 19:56:59.769 | + git_prune | |
2015-08-26 19:56:59.771 | + git_timed remote prune origin | |
2015-08-26 19:56:59.772 | + local max_attempts=3 | |
2015-08-26 19:56:59.773 | + local count=0 | |
2015-08-26 19:56:59.775 | + timeout -k 1m 5m git remote prune origin | |
2015-08-26 19:56:59.776 | + FALLBACK_ZUUL_REF= | |
2015-08-26 19:56:59.778 | + git_has_branch openstack/barbican master | |
2015-08-26 19:56:59.779 | + local project=openstack/barbican | |
2015-08-26 19:56:59.781 | + local branch=master | |
2015-08-26 19:56:59.782 | + git branch -a | |
2015-08-26 19:56:59.783 | + grep remotes/origin/master | |
2015-08-26 19:56:59.785 | + return 0 | |
2015-08-26 19:56:59.786 | + git_fetch_at_ref openstack/barbican refs/changes/85/167885/27 | |
2015-08-26 19:56:59.788 | + local project=openstack/barbican | |
2015-08-26 19:56:59.789 | + local ref=refs/changes/85/167885/27 | |
2015-08-26 19:56:59.791 | + '[' refs/changes/85/167885/27 '!=' '' ']' | |
2015-08-26 19:56:59.792 | + git fetch /home/jenkins/workspace-cache/openstack/barbican refs/changes/85/167885/27 | |
2015-08-26 19:56:59.794 | fatal: '/home/jenkins/workspace-cache/openstack/barbican' does not appear to be a git repository | |
2015-08-26 19:56:59.795 | fatal: Could not read from remote repository. | |
2015-08-26 19:56:59.797 | | |
2015-08-26 19:56:59.798 | Please make sure you have the correct access rights | |
2015-08-26 19:56:59.799 | and the repository exists. | |
2015-08-26 19:56:59.801 | + return 128 | |
2015-08-26 19:56:59.802 | + git_fetch_at_ref openstack/barbican | |
2015-08-26 19:56:59.804 | + local project=openstack/barbican | |
2015-08-26 19:56:59.805 | + local ref= | |
2015-08-26 19:56:59.807 | + '[' '' '!=' '' ']' | |
2015-08-26 19:56:59.808 | + return 1 | |
2015-08-26 19:56:59.810 | + git_has_branch openstack/barbican master | |
2015-08-26 19:56:59.811 | + local project=openstack/barbican | |
2015-08-26 19:56:59.813 | + local branch=master | |
2015-08-26 19:56:59.814 | + git branch -a | |
2015-08-26 19:56:59.815 | + grep remotes/origin/master | |
2015-08-26 19:56:59.817 | + return 0 | |
2015-08-26 19:56:59.818 | + git_checkout openstack/barbican master | |
2015-08-26 19:56:59.820 | + local project=openstack/barbican | |
2015-08-26 19:56:59.821 | + local branch=master | |
2015-08-26 19:56:59.823 | + local reset_branch=master | |
2015-08-26 19:56:59.824 | + [[ master != \F\E\T\C\H\_\H\E\A\D ]] | |
2015-08-26 19:56:59.825 | + reset_branch=remotes/origin/master | |
2015-08-26 19:56:59.827 | + git checkout master | |
2015-08-26 19:56:59.828 | Already on 'master' | |
2015-08-26 19:56:59.830 | Your branch is up-to-date with 'origin/master'. | |
2015-08-26 19:56:59.831 | + git reset --hard remotes/origin/master | |
2015-08-26 19:56:59.833 | HEAD is now at d38ea74 Merge "Cleanup database after functional test runs" | |
2015-08-26 19:56:59.834 | + git clean -x -f -d -q | |
2015-08-26 19:56:59.836 | + cd /opt/stack/new | |
2015-08-26 19:56:59.837 | + '[' -n '' ']' | |
2015-08-26 19:56:59.839 | + find /home/jenkins/cache/files/ -mindepth 1 -maxdepth 1 -exec mv '{}' /opt/stack/new/devstack/files/ ';' | |
2015-08-26 19:56:59.840 | find: `/home/jenkins/cache/files/': No such file or directory | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment