openshift / origin

Conformance test suite for OpenShift
http://www.openshift.org
Apache License 2.0
8.45k stars 4.69k forks source link

[infra] openshift-origin-bot synchronization issues #18826

Closed mfojtik closed 4 years ago

mfojtik commented 6 years ago

This is an issue tracker for openshift-origin-bot. The bot will report any errors that happened during synchronization under this issue.

(this is not a bug, just a placeholder for the bot to log errors)

openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502954029): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 05:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 05:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 05:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf. > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 05:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 05:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502960000): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 05:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 05:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 05:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf. > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 06:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 06:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502966917): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 06:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 06:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 06:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf. > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > Running git filter-branch ... > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 06:32 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf > + '[' c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit c6aa71cd2dcb60c3cefa79f57a32504c206b5aaf.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 06:32 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502975152): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 06:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 06:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 06:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 07:02 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 07:02 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502984484): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 07:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 07:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 07:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 07:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 07:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-502994244): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 07:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 07:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 07:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 08:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 08:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503004621): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 08:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 08:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 08:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > Running git filter-branch ... > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 08:32 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 08:32 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503015784): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 08:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 08:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 08:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 09:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 09:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503026715): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 09:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 09:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 09:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ grep '^Origin-commit: ' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > Running git filter-branch ... > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 09:32 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ grep '^Origin-commit: ' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 09:32 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503037882): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 09:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 09:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 09:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 10:02 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 10:02 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503047322): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 10:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 10:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 10:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > Fetching upstream changes. > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'bedb69591ebec103652aa739f5b4b69545ddc310'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310. > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 10:32 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=bedb69591ebec103652aa739f5b4b69545ddc310 > + '[' bedb69591ebec103652aa739f5b4b69545ddc310 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''bedb69591ebec103652aa739f5b4b69545ddc310'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit bedb69591ebec103652aa739f5b4b69545ddc310.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 10:32 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503056134): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 10:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 10:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 10:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 11:02 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 11:02 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503065732): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 11:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 11:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 11:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > 6e5f1ac8b3017d155add822287a4310a3ba8619f > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 11:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 11:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503074191): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 11:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 11:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 11:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > Fetching upstream changes. > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > Running git filter-branch ... > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 12:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 12:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503084912): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 12:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 12:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 12:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Fetching from origin. > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ wc -l > ++ ls -1 > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > Fixing up go.mod after a complete sync > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 12:37 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ wc -l > ++ ls -1 > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 12:37 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503125631): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 12:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 12:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 12:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 13:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 13:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503137684): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 13:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 13:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 13:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 13:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 13:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503149737): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 13:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 13:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 13:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56. > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 14:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 > + '[' 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 8002cc0ef4c89ae88f3f0e3eb1d0482b72232b56.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 14:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503163168): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 14:27 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 14:27 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 14:27 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=1d6a6444dff59af70d2c4446d387a9122d865bed > + '[' 1d6a6444dff59af70d2c4446d387a9122d865bed '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''1d6a6444dff59af70d2c4446d387a9122d865bed'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '1d6a6444dff59af70d2c4446d387a9122d865bed'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 1d6a6444dff59af70d2c4446d387a9122d865bed. > + echo 'Checked out source commit 1d6a6444dff59af70d2c4446d387a9122d865bed.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 14:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=1d6a6444dff59af70d2c4446d387a9122d865bed > + '[' 1d6a6444dff59af70d2c4446d387a9122d865bed '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''1d6a6444dff59af70d2c4446d387a9122d865bed'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 1d6a6444dff59af70d2c4446d387a9122d865bed.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 14:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503177441): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 14:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 14:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 14:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > Running git filter-branch ... > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 15:05 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 15:05 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503190004): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 15:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 15:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 15:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > Branch upstream-branch set up to track remote branch master from upstream. > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ head -n 1 > ++ git log --oneline --first-parent --merges > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 15:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ head -n 1 > ++ git log --oneline --first-parent --merges > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 15:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503202517): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 15:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 15:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 15:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + grep -w -q upstream > + git remote > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 16:04 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + grep -w -q upstream > + git remote > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 16:04 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503213326): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 16:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 16:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 16:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 16:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 16:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503224368): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 16:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 16:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 16:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > Fixing up go.mod after a complete sync > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 17:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 17:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503235670): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 17:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 17:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 17:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '35c9c9a90f15782917187c8e820b723477834613'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 35c9c9a90f15782917187c8e820b723477834613. > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 17:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=35c9c9a90f15782917187c8e820b723477834613 > + '[' 35c9c9a90f15782917187c8e820b723477834613 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''35c9c9a90f15782917187c8e820b723477834613'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 35c9c9a90f15782917187c8e820b723477834613.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 17:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503247135): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 17:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 17:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 17:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 18:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 18:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503258354): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 18:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 18:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 18:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ sed 's/^./\L\u&/' > ++ echo origin > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 18:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ sed 's/^./\L\u&/' > ++ echo origin > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 18:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503270529): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 18:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 18:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 18:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ sed 's/^Origin-commit: //g' > ++ head -n 1 > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > Fixing up go.mod after a complete sync > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ head -n 1 > ++ git log --oneline --first-parent --merges > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 19:06 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ sed 's/^Origin-commit: //g' > ++ head -n 1 > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ head -n 1 > ++ git log --oneline --first-parent --merges > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 19:06 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503279620): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 19:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 19:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 19:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 19:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 19:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503289997): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 19:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 19:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 19:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > Running git filter-branch ... > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 20:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 20:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503300702): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 20:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 20:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 20:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > Fetching upstream changes. > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > Fixing up go.mod after a complete sync > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ sed 's/^./\L\u&/' > ++ echo origin > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 20:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ sed 's/^./\L\u&/' > ++ echo origin > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 20:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503311350): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 20:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 20:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 20:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + grep -w -q upstream > + git remote > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > 6e5f1ac8b3017d155add822287a4310a3ba8619f > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ grep '^Origin-commit: ' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 21:04 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + grep -w -q upstream > + git remote > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ grep '^Origin-commit: ' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 21:04 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503320543): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 21:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 21:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 21:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 21:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 21:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503329362): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 21:57 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 21:57 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 21:57 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'cb71574f97b8e1abd60085ef681595e3cfce7f38'. We have to sync. > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38. > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 22:04 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=cb71574f97b8e1abd60085ef681595e3cfce7f38 > + '[' cb71574f97b8e1abd60085ef681595e3cfce7f38 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''cb71574f97b8e1abd60085ef681595e3cfce7f38'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit cb71574f97b8e1abd60085ef681595e3cfce7f38.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 22:04 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503336884): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 22:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 22:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 22:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > Fetching upstream changes. > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 22:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 22:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503343743): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 22:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 22:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 22:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 23:04 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 23:04 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503349649): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 23:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 23:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 23:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[18 Jun 19 23:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[18 Jun 19 23:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503355428): >/reopen > >The last publishing run failed: exit status 1 >``` >[18 Jun 19 23:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[18 Jun 19 23:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[18 Jun 19 23:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > Fixing up go.mod after a complete sync > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 00:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 00:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503360925): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 00:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 00:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 00:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Fetching from origin. > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 00:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 00:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503365746): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 00:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 00:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 00:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > Running git filter-branch ... > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 01:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 01:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503371210): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 01:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 01:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 01:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 01:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ tail -1 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 01:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503376420): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 01:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 01:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 01:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to 'ce74f2a241a824eb698543be4327e49ea20519a2'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2. > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Running git filter-branch ... > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 02:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=ce74f2a241a824eb698543be4327e49ea20519a2 > + '[' ce74f2a241a824eb698543be4327e49ea20519a2 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''ce74f2a241a824eb698543be4327e49ea20519a2'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit ce74f2a241a824eb698543be4327e49ea20519a2.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ grep '^Origin-commit: ' > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 02:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503381777): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 02:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 02:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 02:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 02:33 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 02:33 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503387374): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 02:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 02:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 02:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > Fixing up go.mod after a complete sync > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 03:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 03:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503392689): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 03:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 03:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 03:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > Running garbage collection. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Fetching from origin. > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > Running git filter-branch ... > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > Checking out branch origin-4.2-kubernetes-1.14.0. > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > Fixing up go.mod after a complete sync > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 03:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 03:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503397282): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 03:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 03:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 03:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 04:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 04:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503402470): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 04:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 04:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 04:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > Cleaning up checkout. > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > Fixing up go.mod after a complete sync > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 04:35 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 04:35 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503407422): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 04:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 04:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 04:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > Running garbage collection. > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > Cleaning up checkout. > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > Fetching upstream changes. > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > Running git filter-branch ... > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > Checking out branch origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > Fixing up go.mod after a complete sync > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 05:04 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 05:04 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503413123): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 05:28 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 05:28 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 05:28 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > Cleaning up checkout. > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > Branch upstream-branch set up to track remote branch master from upstream. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > Running git filter-branch ... > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > Checking out branch origin-4.2-kubernetes-1.14.0. > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 05:34 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ grep '^Origin-commit: ' > ++ head -n 1 > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ echo origin > ++ sed 's/^./\L\u&/' > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 05:34 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
openshift-ci-robot commented 4 years ago

@openshift-publish-robot: Reopened this issue.

In response to [this](https://github.com/openshift/origin/issues/18826#issuecomment-503419427): >/reopen > >The last publishing run failed: exit status 1 >``` >[19 Jun 19 05:58 UTC]: Successfully ensured /go-workspace/src/github.com/openshift/kubernetes exists >[19 Jun 19 05:58 UTC]: /bin/bash -c "git tag | xargs git tag -d >/dev/null" >[19 Jun 19 05:58 UTC]: /publish_scripts/construct.sh kubernetes master origin-4.2-kubernetes-1.14.0 /go-workspace/src/github.com/openshift/origin/.git vendor/k8s.io/kubernetes origin origin github.com/openshift false a81f242183df90fecdcb54a25f298cee3efba70f > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > Running garbage collection. > + echo 'Running garbage collection.' > + git gc --auto > Fetching from origin. > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > Cleaning up checkout. > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > Switching to origin/origin-4.2-kubernetes-1.14.0. > + git checkout -q origin-4.2-kubernetes-1.14.0 > Fetching upstream changes. > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > Upstream branch upstream/master moved from 'a81f242183df90fecdcb54a25f298cee3efba70f' to '236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'. We have to sync. > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > 6e5f1ac8b3017d155add822287a4310a3ba8619f > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f. > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > Branch upstream-branch set up to track remote branch master from upstream. > ++ git rev-parse upstream-branch > Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130. > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ grep '^Origin-commit: ' > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes. > Running git filter-branch ... > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > Checking out branch origin-4.2-kubernetes-1.14.0. > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > Fixing up go.mod after a complete sync > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0 > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ sed 's/^./\L\u&/' > ++ echo origin > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable >[19 Jun 19 06:03 UTC]: exit status 1 > + '[' '!' 14 -eq 14 ']' > + REPO=kubernetes > + SRC_BRANCH=master > + DST_BRANCH=origin-4.2-kubernetes-1.14.0 > + DEPS= > + REQUIRED= > + SOURCE_REMOTE=/go-workspace/src/github.com/openshift/origin/.git > + SUBDIR=vendor/k8s.io/kubernetes > + SOURCE_REPO_ORG=origin > + SOURCE_REPO_NAME=origin > + shift 9 > + BASE_PACKAGE=github.com/openshift > + IS_LIBRARY=false > + RECURSIVE_DELETE_PATTERN= > + SKIP_TAGS= > + LAST_PUBLISHED_UPSTREAM_HASH=a81f242183df90fecdcb54a25f298cee3efba70f > + readonly REPO SRC_BRANCH DST_BRANCH DEPS REQUIRED SOURCE_REMOTE SOURCE_REPO_ORG SUBDIR SOURCE_REPO_NAME BASE_PACKAGE IS_LIBRARY RECURSIVE_DELETE_PATTERN SKIP_TAGS LAST_PUBLISHED_UPSTREAM_HASH > ++ dirname /publish_scripts/construct.sh > + SCRIPT_DIR=/publish_scripts > + source /publish_scripts/util.sh > ++ set -o errexit > ++ set -o nounset > ++ set -o pipefail > ++ set -o xtrace > + '[' '!' -f .git/info/attributes ']' > + git config user.email k8s-publishing-bot@users.noreply.github.com > + git config user.name 'Kubernetes Publisher' > + echo 'Running garbage collection.' > + git gc --auto > + echo 'Fetching from origin.' > + git fetch origin --no-tags --prune > + echo 'Cleaning up checkout.' > + git rebase --abort > No rebase in progress? > + true > + rm -f .git/index.lock > + git reset -q --hard > + git clean -q -f -f -d > ++ git rev-parse HEAD > + git checkout -q 6e5f1ac8b3017d155add822287a4310a3ba8619f > + git branch -D origin-4.2-kubernetes-1.14.0 > + git remote set-head origin -d > + git rev-parse origin/origin-4.2-kubernetes-1.14.0 > + echo 'Switching to origin/origin-4.2-kubernetes-1.14.0.' > + git branch -f origin-4.2-kubernetes-1.14.0 origin/origin-4.2-kubernetes-1.14.0 > + git checkout -q origin-4.2-kubernetes-1.14.0 > + echo 'Fetching upstream changes.' > + git remote > + grep -w -q upstream > + git remote set-url upstream /go-workspace/src/github.com/openshift/origin/.git > + git fetch -q upstream --no-tags --prune > ++ git rev-parse upstream/master > + UPSTREAM_HASH=236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 > + '[' 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130 '!=' a81f242183df90fecdcb54a25f298cee3efba70f ']' > + echo 'Upstream branch upstream/master moved from '\''a81f242183df90fecdcb54a25f298cee3efba70f'\'' to '\''236b553aaeee5b1c8c5cc9d1c6f664bae26b2130'\''. We have to sync.' > + sync_repo origin origin vendor/k8s.io/kubernetes master origin-4.2-kubernetes-1.14.0 '' '' github.com/openshift false '' > + local source_repo_org=origin > + local source_repo_name=origin > + local subdirectory=vendor/k8s.io/kubernetes > + local src_branch=master > + local dst_branch=origin-4.2-kubernetes-1.14.0 > + local deps= > + local required_packages= > + local base_package=github.com/openshift > + local is_library=false > + shift 9 > + local recursive_delete_pattern= > + local commit_msg_tag=Origin-commit > + readonly subdirectory src_branch dst_branch deps is_library > + local new_branch=false > + local orphan=false > + git rev-parse -q --verify HEAD > ++ ls -1 > ++ wc -l > + '[' 29 = 0 ']' > ++ git rev-parse HEAD > + echo 'Starting at existing origin-4.2-kubernetes-1.14.0 commit 6e5f1ac8b3017d155add822287a4310a3ba8619f.' > + git branch -D filtered-branch > + git branch -f upstream-branch upstream/master > ++ git rev-parse upstream-branch > + echo 'Checked out source commit 236b553aaeee5b1c8c5cc9d1c6f664bae26b2130.' > + git checkout -q upstream-branch -b filtered-branch > + git reset -q --hard upstream-branch > + local f_mainline_commits= > + '[' false = true ']' > + '[' false = true ']' > ++ last-kube-commit Origin-commit origin-4.2-kubernetes-1.14.0 > ++ local commit_msg_tag=Origin-commit > ++ git log --format=%B origin-4.2-kubernetes-1.14.0 > ++ head -n 1 > ++ grep '^Origin-commit: ' > ++ sed 's/^Origin-commit: //g' > ++ true > + local k_base_commit=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > ++ git-find-merge 2d4a4b9f0b15e8e2c164a312a968795da59ea591 upstream/master > ++ tail -1 > +++ git rev-list '2d4a4b9f0b15e8e2c164a312a968795da59ea591^1..upstream/master' --first-parent > ++ awk 'NR==FNR{a[$1]++;next} a[$1] ' /dev/fd/63 /dev/fd/62 > +++ git rev-list 2d4a4b9f0b15e8e2c164a312a968795da59ea591..upstream/master --ancestry-path > +++ git rev-parse 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + local k_base_merge=2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + '[' -z 2d4a4b9f0b15e8e2c164a312a968795da59ea591 ']' > + git branch -f filtered-branch-base 2d4a4b9f0b15e8e2c164a312a968795da59ea591 > + echo 'Rewriting upstream branch master to only include commits for vendor/k8s.io/kubernetes.' > + filter-branch Origin-commit vendor/k8s.io/kubernetes '' filtered-branch filtered-branch-base > + local commit_msg_tag=Origin-commit > + local subdirectory=vendor/k8s.io/kubernetes > + local recursive_delete_pattern= > + echo 'Running git filter-branch ...' > + local index_filter= > + '[' -n '' ']' > + git filter-branch -f --index-filter '' --msg-filter 'awk 1 && echo && echo "Origin-commit: ${GIT_COMMIT}"' --subdirectory-filter vendor/k8s.io/kubernetes -- filtered-branch filtered-branch-base > ++ git rev-parse filtered-branch-base > + local f_base_commit=1887ee5ba339f82b2feef362e3862134a7d00856 > ++ git log --first-parent --format=%H --reverse 1887ee5ba339f82b2feef362e3862134a7d00856..HEAD > + f_mainline_commits= > + echo 'Checking out branch origin-4.2-kubernetes-1.14.0.' > + git checkout -q origin-4.2-kubernetes-1.14.0 > + '[' -f kubernetes-sha ']' > + apply-recursive-delete-pattern '' > + local recursive_delete_pattern= > + '[' -z '' ']' > + return > ++ git rev-parse HEAD > + local dst_old_head=6e5f1ac8b3017d155add822287a4310a3ba8619f > + local k_pending_merge_commit= > + local dst_needs_gomod_update=false > ++ git rev-parse HEAD > + local dst_merge_point_commit=6e5f1ac8b3017d155add822287a4310a3ba8619f > + for f_mainline_commit in ${f_mainline_commits} FLUSH_PENDING_MERGE_COMMIT > + local k_mainline_commit= > + local k_new_pending_merge_commit= > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + k_new_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' -n '' ']' > + k_pending_merge_commit=FLUSH_PENDING_MERGE_COMMIT > + '[' FLUSH_PENDING_MERGE_COMMIT = FLUSH_PENDING_MERGE_COMMIT ']' > + break > + echo 'Fixing up go.mod after a complete sync' > ++ git rev-parse HEAD > + '[' 6e5f1ac8b3017d155add822287a4310a3ba8619f '!=' 6e5f1ac8b3017d155add822287a4310a3ba8619f ']' > + '[' false = true ']' > + fix-gomod '' '' github.com/openshift false true false Origin-commit '' > + '[' true = true ']' > + return 0 > ++ basename /go-workspace/src/github.com/openshift/kubernetes > + local repo=kubernetes > ++ git log --oneline --first-parent --merges > ++ head -n 1 > + '[' -n '6e5f1ac8b30 Merge pull request #23160 from smarterclayton/increase_lb_wait' ']' > + echo 'Writing k8s.io/kubernetes commit lookup table to ../kube-commits-kubernetes-origin-4.2-kubernetes-1.14.0' > ++ echo origin > ++ sed 's/^./\L\u&/' > + /collapsed-kube-commit-mapper --commit-message-tag Origin-commit --source-branch refs/heads/upstream-branch > ++ git rev-parse --abbrev-ref HEAD > + LAST_BRANCH=origin-4.2-kubernetes-1.14.0 > ++ git rev-parse HEAD > + LAST_HEAD=6e5f1ac8b3017d155add822287a4310a3ba8619f > + EXTRA_ARGS=() > + PUSH_SCRIPT=../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + echo '#!/bin/bash' > + chmod +x ../push-tags-kubernetes-origin-4.2-kubernetes-1.14.0.sh > + '[' -z '' ']' > ++ echo origin > ++ sed 's/^./\L\u&/' > ++ echo origin > /publish_scripts/construct.sh: line 146: PUBLISHER_BOT_GENERATE_GODEPS: unbound variable > >[19 Jun 19 06:03 UTC]: exit status 1``` > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.