See <https://builds.apache.org/job/beam_Dependency_Check/108/display/redirect>

------------------------------------------
GitHub pull request #6060 of commit 6578ceb911031384c3df2723a7a3cf05193fbe18, 
no merge conflicts.
Setting status of 6578ceb911031384c3df2723a7a3cf05193fbe18 to PENDING with url 
https://builds.apache.org/job/beam_Dependency_Check/108/ and message: 'Build 
started for merge commit.'
Using context: Beam Dependency Check
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace 
<https://builds.apache.org/job/beam_Dependency_Check/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/6060/*:refs/remotes/origin/pr/6060/*
 > git rev-parse refs/remotes/origin/pr/6060/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/6060/merge^{commit} # timeout=10
Checking out Revision f8d521ef70fa0b0feac962d1fa71557df5121e8b 
(refs/remotes/origin/pr/6060/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f8d521ef70fa0b0feac962d1fa71557df5121e8b
Commit message: "Merge 6578ceb911031384c3df2723a7a3cf05193fbe18 into 
f2a1fd4307929aa938067058205a5ff79dc0207f"
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[beam_Dependency_Check] $ /bin/bash -xe /tmp/jenkins9216679518934018294.sh
+ cd src
+ bash .test-infra/jenkins/artificial_data/generate_artificial_data.sh

/usr/bin/virtualenv artificial/data
New python executable in 
<https://builds.apache.org/job/beam_Dependency_Check/ws/src/artificial/data/bin/python2>
Also creating executable in 
<https://builds.apache.org/job/beam_Dependency_Check/ws/src/artificial/data/bin/python>
Installing setuptools, pkg_resources, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2
. artificial/data/bin/activate
# This file must be used with "source bin/activate" *from bash*
# you cannot run it directly

deactivate () {
    unset -f pydoc >/dev/null 2>&1

    # reset old environment variables
    # ! [ -z ${VAR+_} ] returns true if VAR is declared at all
    if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then
        PATH="$_OLD_VIRTUAL_PATH"
        export PATH
        unset _OLD_VIRTUAL_PATH
    fi
    if ! [ -z "${_OLD_VIRTUAL_PYTHONHOME+_}" ] ; then
        PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME"
        export PYTHONHOME
        unset _OLD_VIRTUAL_PYTHONHOME
    fi

    # This should detect bash and zsh, which have a hash command that must
    # be called to get it to forget past commands.  Without forgetting
    # past commands the $PATH changes we made may not be respected
    if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
        hash -r 2>/dev/null
    fi

    if ! [ -z "${_OLD_VIRTUAL_PS1+_}" ] ; then
        PS1="$_OLD_VIRTUAL_PS1"
        export PS1
        unset _OLD_VIRTUAL_PS1
    fi

    unset VIRTUAL_ENV
    if [ ! "${1-}" = "nondestructive" ] ; then
    # Self destruct!
        unset -f deactivate
    fi
}

# unset irrelevant variables
deactivate nondestructive

VIRTUAL_ENV="<https://builds.apache.org/job/beam_Dependency_Check/ws/src/artificial/data";>
export VIRTUAL_ENV

_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH

# unset PYTHONHOME if set
if ! [ -z "${PYTHONHOME+_}" ] ; then
    _OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME"
    unset PYTHONHOME
fi

if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then
    _OLD_VIRTUAL_PS1="$PS1"
    if [ "x" != x ] ; then
        PS1="$PS1"
    else
        PS1="(`basename \"$VIRTUAL_ENV\"`) $PS1"
    fi
    export PS1
fi
basename "$VIRTUAL_ENV"

# Make sure to unalias pydoc if it's already there
alias pydoc 2>/dev/null >/dev/null && unalias pydoc

pydoc () {
    python -m pydoc "$@"
}

# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands.  Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
    hash -r 2>/dev/null
fi

mkdir -p $WORKSPACE/src/build/dependencyUpdates
rm -f $WORKSPACE/src/build/dependencyUpdates/report.txt

echo "The following dependencies have later release versions:" > 
$WORKSPACE/src/build/dependencyUpdates/report.txt
ehco ' - groupA:artifactA [1.0 -> 2.0]' > 
$WORKSPACE/src/build/dependencyUpdates/report.txt
.test-infra/jenkins/artificial_data/generate_artificial_data.sh: line 30: ehco: 
command not found
Build step 'Execute shell' marked build as failure

Reply via email to