Running with gitlab-runner 12.5.0 (577f813d)
  on landing page gCnQN1L7
section_start:1574436285:prepare_executor
Using Shell executor...
section_end:1574436285:prepare_executor
section_start:1574436285:prepare_script
Running on prod-git...
section_end:1574436286:prepare_script
section_start:1574436286:get_sources
Fetching changes...
Reinitialized existing Git repository in /opt/tomcat9/builds/gCnQN1L7/0/gitlab/root/m4lab_landing_page/.git/
From https://transfer.hft-stuttgart.de/gitlab/root/m4lab_landing_page
 * [new ref]         refs/pipelines/221 -> refs/pipelines/221
   6a0e0fe..b8b8499  devel      -> origin/devel
Checking out b8b84992 as devel...
Removing public/
Skipping Git submodules setup
section_end:1574436286:get_sources
section_start:1574436286:restore_cache
section_end:1574436286:restore_cache
section_start:1574436286:download_artifacts
section_end:1574436286:download_artifacts
section_start:1574436286:build_script
$ echo $EXPORT_PAGES_DIR
/opt/tomcat9/webapps/ROOT/
$ mkdir .public
$ cp -r css .public
$ cp -r images .public
$ cp -r js .public
$ cp -r includes .public
$ cp *.html .public
$ mv .public public
$ UPLOADPATH=file://$(pwd)/public
$ curl -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true&war=$UPLOADPATH"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2499  100  2499    0     0  21591      0 --:--:-- --:--:-- --:--:-- 21730
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
 <head>
  <title>401 Unauthorized</title>
  <style type="text/css">
    <!--
    BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;font-size:12px;}
    H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
    PRE, TT {border: 1px dotted #525D76}
    A {color : black;}A.name {color : black;}
    -->
  </style>
 </head>
 <body>
   <h1>401 Unauthorized</h1>
   <p>
    You are not authorized to view this page. If you have not changed
    any configuration files, please examine the file
    <tt>conf/tomcat-users.xml</tt> in your installation. That
    file must contain the credentials to let you use this webapp.
   </p>
   <p>
    For example, to add the <tt>manager-gui</tt> role to a user named
    <tt>tomcat</tt> with a password of <tt>s3cret</tt>, add the following to the
    config file listed above.
   </p>
<pre>
&lt;role rolename="manager-gui"/&gt;
&lt;user username="tomcat" password="s3cret" roles="manager-gui"/&gt;
</pre>
   <p>
    Note that for Tomcat 7 onwards, the roles required to use the manager
    application were changed from the single <tt>manager</tt> role to the
    following four roles. You will need to assign the role(s) required for
    the functionality you wish to access.
   </p>
    <ul>
      <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
          pages</li>
      <li><tt>manager-script</tt> - allows access to the text interface and the
          status pages</li>
      <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
          pages</li>
      <li><tt>manager-status</tt> - allows access to the status pages only</li>
    </ul>
   <p>
    The HTML interface is protected against CSRF but the text and JMX interfaces
    are not. To maintain the CSRF protection:
   </p>
   <ul>
    <li>Users with the <tt>manager-gui</tt> role should not be granted either
        the <tt>manager-script</tt> or <tt>manager-jmx</tt> roles.</li>
    <li>If the text or jmx interfaces are accessed through a browser (e.g. for
        testing since these interfaces are intended for tools not humans) then
        the browser must be closed afterwards to terminate the session.</li>
   </ul>
   <p>
    For more information - please see the
    <a href="/docs/manager-howto.html" rel="noopener noreferrer">Manager App How-To</a>.
   </p>
 </body>

</html>
section_end:1574436287:build_script
section_start:1574436287:after_script
section_end:1574436287:after_script
section_start:1574436287:archive_cache
section_end:1574436287:archive_cache
section_start:1574436287:upload_artifacts_on_success
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=15878 revision=577f813d version=12.5.0
public: found 88 matching files                    
Uploading artifacts to coordinator... ok            id=416 responseStatus=201 Created token=cCFZ6D66
section_end:1574436290:upload_artifacts_on_success
Job succeeded