[
https://issues.apache.org/jira/browse/TEZ-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281077#comment-17281077
]
Tez CI commented on TEZ-4283:
-----------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 20m
13s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} dupname {color} | {color:green} 0m
0s{color} | {color:green} No case conflicting files found. {color} |
| {color:blue}0{color} | {color:blue} shelldocs {color} | {color:blue} 0m
0s{color} | {color:blue} Shelldocs was not available. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:red}-1{color} | {color:red} hadolint {color} | {color:red} 0m
3s{color} | {color:red} The patch generated 3 new + 0 unchanged - 0 fixed = 3
total (was 0) {color} |
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m
0s{color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 1m
1s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 22m 2s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-104/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/tez/pull/104 |
| JIRA Issue | TEZ-4283 |
| Optional Tests | dupname asflicense hadolint shellcheck shelldocs |
| uname | Linux 8d2d5a83c515 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9
06:57:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 26759e06b |
| hadolint |
https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-104/1/artifact/out/diff-patch-hadolint.txt
|
| Max. process+thread count | 46 (vs. ulimit of 5500) |
| modules | C: . U: . |
| Console output |
https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-104/1/console |
| versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 hadolint=1.11.1-0-g0e692dd
|
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
> Docker fails to build on master - upgrade to nodejs10
> -----------------------------------------------------
>
> Key: TEZ-4283
> URL: https://issues.apache.org/jira/browse/TEZ-4283
> Project: Apache Tez
> Issue Type: Bug
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Blocker
> Time Spent: 10m
> Remaining Estimate: 0h
>
> https://ci-hadoop.apache.org/blue/organizations/jenkins/tez-multibranch/detail/PR-102/5/pipeline
> {code}
> [2021-02-08T10:48:03.916Z] WARN engine [email protected]: wanted: {"node":">=10"}
> (current: {"node":"8.10.0","npm":"3.5.2"})
> [2021-02-08T10:48:03.916Z] WARN engine [email protected]: wanted: {"node":">=10"}
> (current: {"node":"8.10.0","npm":"3.5.2"})
> [2021-02-08T10:48:14.281Z] /usr/local/lib
> [2021-02-08T10:48:14.281Z] `-- (empty)
> [2021-02-08T10:48:14.281Z]
> [2021-02-08T10:48:14.281Z] npm ERR! Linux 4.15.0-112-generic
> [2021-02-08T10:48:14.281Z] npm ERR! argv "/usr/bin/node" "/usr/bin/npm"
> "install" "npm@latest" "-g"
> [2021-02-08T10:48:14.281Z] npm ERR! node v8.10.0
> [2021-02-08T10:48:14.281Z] npm ERR! npm v3.5.2
> [2021-02-08T10:48:14.281Z] npm ERR! path
> /usr/local/lib/node_modules/.staging/@npmcli/ci-detect-c7bf9552
> [2021-02-08T10:48:14.281Z] npm ERR! code ENOENT
> [2021-02-08T10:48:14.281Z] npm ERR! errno -2
> [2021-02-08T10:48:14.281Z] npm ERR! syscall rename
> [2021-02-08T10:48:14.281Z]
> [2021-02-08T10:48:14.281Z] npm ERR! enoent ENOENT: no such file or directory,
> rename '/usr/local/lib/node_modules/.staging/@npmcli/ci-detect-c7bf9552' ->
> '/usr/local/lib/node_modules/npm/node_modules/@npmcli/ci-detect'
> [2021-02-08T10:48:14.281Z] npm ERR! enoent ENOENT: no such file or directory,
> rename '/usr/local/lib/node_modules/.staging/@npmcli/ci-detect-c7bf9552' ->
> '/usr/local/lib/node_modules/npm/node_modules/@npmcli/ci-detect'
> [2021-02-08T10:48:14.281Z] npm ERR! enoent This is most likely not a problem
> with npm itself
> [2021-02-08T10:48:14.281Z] npm ERR! enoent and is related to npm not being
> able to find a file.
> [2021-02-08T10:48:14.281Z] npm ERR! enoent
> [2021-02-08T10:48:14.281Z]
> [2021-02-08T10:48:14.281Z] npm ERR! Please include the following file with
> any support request:
> [2021-02-08T10:48:14.282Z] npm ERR! /root/npm-debug.log
> [2021-02-08T10:48:14.282Z] npm ERR! code 1
> [2021-02-08T10:48:14.806Z] The command '/bin/bash -o pipefail -c apt-get -q
> update && apt-get install -y --no-install-recommends nodejs npm &&
> apt-get clean && rm -rf /var/lib/apt/lists/* && npm install
> npm@latest -g && npm install -g jshint' returned a non-zero code: 1
> [2021-02-08T10:48:14.806Z] ERROR: Docker failed to build yetus/tez:474bb22ba.
> {code}
> https://github.com/npm/ci-detect
--
This message was sent by Atlassian Jira
(v8.3.4#803005)