See 
<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/6646/display/redirect?page=changes>

Changes:

[daniel.o.programmer] [BEAM-3301] Consolidating starcgen method names in 
graph/fn.go and

[daniel.o.programmer] [BEAM-10289] Fixing miscalculated SDF split fraction.

[noreply] [BEAM-10701] Generate Codecov XML (#12566)

[noreply] [BEAM-9979] Fix read index being reported to be reset after any 
metrics

[noreply] [BEAM-9546] DataframeTransform can now consume a schema-aware


------------------------------------------
[...truncated 32.34 KB...]
Get:7 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [766 B]
Fetched 5351 B in 0s (8539 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 | sudo apt-key add -
     echo "deb 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
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:4 http://deb.debian.org/debian stretch Release
Hit:5 https://deb.nodesource.com/node_10.x stretch InRelease
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 0 not upgraded.
Need to get 18.0 MB of archives.
After this operation, 88.2 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal 
amd64 2.7.13-2+deb9u3 [389 kB]
Get:2 https://deb.nodesource.com/node_10.x stretch/main amd64 nodejs amd64 
10.22.0-1nodesource1 [16.2 MB]
Get:3 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 
2.7.13-2+deb9u3 [1382 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 python-minimal amd64 
2.7.13-2 [40.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 18.0 MB in 0s (58.9 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 ... 10945 files and directories 
currently installed.)
Preparing to unpack .../libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
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.22.0-1nodesource1_amd64.deb ...
Unpacking nodejs (10.22.0-1nodesource1) ...
Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
Setting up python-minimal (2.7.13-2) ...
Setting up nodejs (10.22.0-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-updates_main_binary-amd64_Packages.lz4
 /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 a462d25dce13
 ---> 65e26af631fe
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 404b14988db9
+ 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 
[53.0 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://deb.debian.org/debian stretch Release.gpg [2410 B]
Get:6 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]
Get:7 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 
Packages [553 kB]
Get:9 http://deb.debian.org/debian stretch-updates/main amd64 Packages [2596 B]
Get:10 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
Get:11 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [766 B]
Get:12 https://dl.yarnpkg.com/debian stable/main amd64 Packages [9953 B]
Get:13 https://dl.yarnpkg.com/debian stable/main all Packages [9953 B]
Fetched 7944 kB in 1s (5669 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 0 not upgraded.
Need to get 891 kB of archives.
After this operation, 5407 kB of additional disk space will be used.
Get:1 https://dl.yarnpkg.com/debian stable/main amd64 yarn all 1.22.4-1 [891 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 891 kB in 0s (6241 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 ... 15894 files and directories 
currently installed.)
Preparing to unpack .../archives/yarn_1.22.4-1_all.deb ...
Unpacking yarn (1.22.4-1) ...
Setting up yarn (1.22.4-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-updates_main_binary-amd64_Packages.lz4
 /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 404b14988db9
 ---> 026dac6d2d34
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 716ea12f71ac
++ mktemp -d
+ HUGOHOME=/tmp/tmp.iUdbmGnJqK
+ 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.iUdbmGnJqK/hugo.tar.gz hugo
hugo
+ mv hugo /usr/local/bin/hugo
+ chmod +x /usr/local/bin/hugo
+ rm -r /tmp/tmp.iUdbmGnJqK
Removing intermediate container 716ea12f71ac
 ---> d1b8f6f7124a
Step 8/8 : WORKDIR /opt/
 ---> Running in c14f4ba02327
Removing intermediate container c14f4ba02327
 ---> 04d1500c7140
Successfully built 04d1500c7140
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
47fd4b692ec0e8088c3ec81642a4102e274a0c678db7e173fecc9c79f688402c

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.4
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-910".
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. 
Excluding it from installation.
[3/4] Linking dependencies...
error Could not write file "/opt/website/www/yarn-error.log": "EACCES: 
permission denied, open '/opt/website/www/yarn-error.log'"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this 
command.
error An unexpected error occurred: "EACCES: permission denied, mkdir 
'/opt/website/www/node_modules'".

> Task :website:installDependencies FAILED

> Task :website:initGitSubmodules FAILED
error: could not lock config file .git/config: Permission denied
fatal: Failed to register url for submodule path 'website/www/site/themes/docsy'

> Task :website:buildCodeSamples FAILED
yarn run v1.22.4
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-910".
$ ./build_code_samples.sh
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: cannot create directory ‘./site/code_samples’: Permission denied
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.

> Task :website:buildApacheWebsite FAILED
yarn run v1.22.4
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-910".
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d 
/opt/build/website/generated-apache-content --config 
/opt/website/www/site/config.toml
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
/bin/sh: 1: cross-env: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.

> Task :website:stopAndRemoveDockerContainer
47fd4b692ec0e8088c3ec81642a4102e274a0c678db7e173fecc9c79f688402c

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':website:installDependencies'.
> Process 'command 'docker'' finished with non-zero exit value 1

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

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

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':website:buildCodeSamples'.
> Process 'command 'docker'' finished with non-zero exit value 1

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

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':website:buildApacheWebsite'.
> Process 'command 'docker'' finished with non-zero exit value 127

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

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

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3m 28s
11 actionable tasks: 9 executed, 2 up-to-date

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

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