See 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/5734/display/redirect>

Changes:


------------------------------------------
[...truncated 29.01 KB...]
Setting up libkrb5-3:amd64 (1.15-1+deb9u3) ...
Setting up lynx (2.8.9dev11-1+deb9u1) ...
update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser 
(www-browser) in auto mode
update-alternatives: warning: skip creation of 
/usr/share/man/man1/www-browser.1.gz because associated file 
/usr/share/man/man1/lynx.1.gz (of link group www-browser) doesn't exist
Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u3) ...
Setting up libcurl3:amd64 (7.52.1-5+deb9u16) ...
Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u16) ...
Setting up git (1:2.11.0-3+deb9u7) ...
Setting up curl (7.52.1-5+deb9u16) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for ca-certificates (20200601~deb9u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
+ apt-get autoremove -yqq --purge
+ apt-get clean
+ rm -rf 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch-updates_InRelease 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release.gpg 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/lock /var/lib/apt/lists/partial 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_InRelease
 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_main_binary-amd64_Packages.lz4
Removing intermediate container dfea8d51d5e7
 ---> c053ef5dc9ec
Step 5/8 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -     && 
apt-get update     && apt-get install -y --no-install-recommends         nodejs 
    && apt-get autoremove -yqq --purge     && apt-get clean     && rm -rf 
/var/lib/apt/lists/*
 ---> Running in d93153eb8bc9
+ curl -sL https://deb.nodesource.com/setup_10.x
+ bash -

================================================================================
================================================================================

                              DEPRECATION WARNING                            

  Node.js 10.x is no longer actively supported!

  You will not receive security or critical stability updates for this version.

  You should migrate to a supported version of Node.js as soon as possible.
  Use the installation script that corresponds to the version of Node.js you
  wish to install. e.g.

   * https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium"
   * https://deb.nodesource.com/setup_14.x — Node.js 14 LTS "Fermium" 
(recommended)
   * https://deb.nodesource.com/setup_16.x — Node.js 16 "Gallium"

  Please see https://github.com/nodejs/Release for details about which
  version may be appropriate for you.

  The NodeSource Node.js distributions repository contains
  information both about supported versions of Node.js and supported Linux
  distributions. To learn more about usage, see the repository:
    https://github.com/nodesource/distributions

================================================================================
================================================================================

Continuing in 20 seconds ...


## Installing the NodeSource Node.js 10.x repo...


## Populating apt-get cache...

+ apt-get update
Get:1 http://security.debian.org/debian-security stretch/updates InRelease 
[59.1 kB]
Ign:2 http://deb.debian.org/debian stretch InRelease
Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 http://deb.debian.org/debian stretch Release [118 kB]
Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 
Packages [782 kB]
Get:6 http://deb.debian.org/debian stretch Release.gpg [3177 B]
Get:7 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
Fetched 8135 kB in 1s (4508 kB/s)
Reading package lists...

## Installing packages required for setup: apt-transport-https lsb-release...

+ apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1

## Confirming "stretch" is supported...

+ curl -sLf -o /dev/null 
'https://deb.nodesource.com/node_10.x/dists/stretch/Release'

## Adding the NodeSource signing key to your keyring...

+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor 
| tee /usr/share/keyrings/nodesource.gpg >/dev/null

## Creating apt sources list file for the NodeSource Node.js 10.x repo...

+ echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] 
https://deb.nodesource.com/node_10.x stretch main' > 
/etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] 
https://deb.nodesource.com/node_10.x stretch main' >> 
/etc/apt/sources.list.d/nodesource.list

## Running `apt-get update` for you...

+ apt-get update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:4 http://deb.debian.org/debian stretch Release
Get:5 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]
Get:7 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [767 B]
Fetched 5352 B in 0s (7523 B/s)
Reading package lists...

## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm
## You may also need development tools to build native addons:
     sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo 
tee /usr/share/keyrings/yarnkey.gpg >/dev/null
     echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] 
https://dl.yarnpkg.com/debian stable main" | sudo tee 
/etc/apt/sources.list.d/yarn.list
     sudo apt-get update && sudo apt-get install yarn


+ apt-get update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:4 https://deb.nodesource.com/node_10.x stretch InRelease
Hit:5 http://deb.debian.org/debian stretch Release
Reading package lists...
+ apt-get install -y --no-install-recommends nodejs
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpython2.7-minimal python-minimal python2.7-minimal
Suggested packages:
  binfmt-support
Recommended packages:
  libpython2.7-stdlib python python2.7
The following NEW packages will be installed:
  libpython2.7-minimal nodejs python-minimal python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
Need to get 17.8 MB of archives.
After this operation, 87.4 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 
2.7.13-2 [40.5 kB]
Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 
libpython2.7-minimal amd64 2.7.13-2+deb9u6 [390 kB]
Get:3 https://deb.nodesource.com/node_10.x stretch/main amd64 nodejs amd64 
10.24.1-1nodesource1 [15.9 MB]
Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 
python2.7-minimal amd64 2.7.13-2+deb9u6 [1382 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 17.8 MB in 0s (44.7 MB/s)
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading 
database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading 
database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading 
database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading 
database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading 
database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading 
database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading 
database ... 10954 files and directories currently installed.)
Preparing to unpack .../libpython2.7-minimal_2.7.13-2+deb9u6_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u6) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.13-2+deb9u6_amd64.deb ...
Unpacking python2.7-minimal (2.7.13-2+deb9u6) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.13-2_amd64.deb ...
Unpacking python-minimal (2.7.13-2) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_10.24.1-1nodesource1_amd64.deb ...
Unpacking nodejs (10.24.1-1nodesource1) ...
Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u6) ...
Setting up python2.7-minimal (2.7.13-2+deb9u6) ...
Setting up python-minimal (2.7.13-2) ...
Setting up nodejs (10.24.1-1nodesource1) ...
+ apt-get autoremove -yqq --purge
+ apt-get clean
+ rm -rf 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch-updates_InRelease 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release.gpg 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/deb.nodesource.com_node%5f10.x_dists_stretch_InRelease 
/var/lib/apt/lists/deb.nodesource.com_node%5f10.x_dists_stretch_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/lock /var/lib/apt/lists/partial 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_InRelease
 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_main_binary-amd64_Packages.lz4
Removing intermediate container d93153eb8bc9
 ---> 9e386cbb36e2
Step 6/8 : RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add 
-     && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee 
/etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install 
-y --no-install-recommends yarn     && apt-get autoremove -yqq --purge     && 
apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Running in 2cb81a31cdc5
+ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg
+ apt-key add -
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
+ echo 'deb https://dl.yarnpkg.com/debian/ stable main'
+ tee /etc/apt/sources.list.d/yarn.list
deb https://dl.yarnpkg.com/debian/ stable main
+ apt-get update
Get:1 http://security.debian.org/debian-security stretch/updates InRelease 
[59.1 kB]
Ign:2 http://deb.debian.org/debian stretch InRelease
Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:5 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]
Get:6 http://deb.debian.org/debian stretch Release [118 kB]
Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 
Packages [782 kB]
Get:8 http://deb.debian.org/debian stretch Release.gpg [3177 B]
Get:9 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB]
Get:10 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB]
Get:11 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [767 B]
Get:12 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
Fetched 8180 kB in 2s (4043 kB/s)
Reading package lists...
+ apt-get install -y --no-install-recommends yarn
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  yarn
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 893 kB of archives.
After this operation, 5415 kB of additional disk space will be used.
Get:1 https://dl.yarnpkg.com/debian stable/main amd64 yarn all 1.22.19-1 [893 
kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 893 kB in 0s (4476 kB/s)
Selecting previously unselected package yarn.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading 
database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading 
database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading 
database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading 
database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading 
database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading 
database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading 
database ... 15947 files and directories currently installed.)
Preparing to unpack .../yarn_1.22.19-1_all.deb ...
Unpacking yarn (1.22.19-1) ...
Setting up yarn (1.22.19-1) ...
+ apt-get autoremove -yqq --purge
+ apt-get clean
+ rm -rf 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch-updates_InRelease 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_Release.gpg 
/var/lib/apt/lists/deb.debian.org_debian_dists_stretch_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/deb.nodesource.com_node%5f10.x_dists_stretch_InRelease 
/var/lib/apt/lists/deb.nodesource.com_node%5f10.x_dists_stretch_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/dl.yarnpkg.com_debian_dists_stable_InRelease 
/var/lib/apt/lists/dl.yarnpkg.com_debian_dists_stable_main_binary-all_Packages.lz4
 
/var/lib/apt/lists/dl.yarnpkg.com_debian_dists_stable_main_binary-amd64_Packages.lz4
 /var/lib/apt/lists/lock /var/lib/apt/lists/partial 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_InRelease
 
/var/lib/apt/lists/security.debian.org_debian-security_dists_stretch_updates_main_binary-amd64_Packages.lz4
Removing intermediate container 2cb81a31cdc5
 ---> c5bf4053c02e
Step 7/8 : RUN HUGOHOME="$(mktemp -d)"     && export HUGOHOME     && curl -sL 
https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz
 > "${HUGOHOME}/hugo.tar.gz"     && tar -xzvf "${HUGOHOME}/hugo.tar.gz" hugo    
 && mv hugo /usr/local/bin/hugo     && chmod +x /usr/local/bin/hugo     && rm 
-r "${HUGOHOME}"
 ---> Running in 3e2d4f91ac93
++ mktemp -d
+ HUGOHOME=/tmp/tmp.GkQau0whfL
+ export HUGOHOME
+ curl -sL 
https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz
+ tar -xzvf /tmp/tmp.GkQau0whfL/hugo.tar.gz hugo

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/bash -o pipefail -e -u -x -c HUGOHOME="$(mktemp -d)"     
&& export HUGOHOME     && curl -sL 
https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz
 > "${HUGOHOME}/hugo.tar.gz"     && tar -xzvf "${HUGOHOME}/hugo.tar.gz" hugo    
 && mv hugo /usr/local/bin/hugo     && chmod +x /usr/local/bin/hugo     && rm 
-r "${HUGOHOME}"' returned a non-zero code: 2

> Task :website:buildDockerImage FAILED

> Task :website:setupVirtualenvWithDependencies
Collecting beautifulsoup4
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
Installing collected packages: soupsieve, beautifulsoup4
Successfully installed beautifulsoup4-4.11.1 soupsieve-2.3.2.post1

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildDockerImage'.
> Process 'command 'docker'' finished with non-zero exit value 2

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 23s
12 actionable tasks: 6 executed, 4 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/aqouq7s5olexk

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to