You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Turner Eagles (Jira)" <ji...@apache.org> on 2021/04/09 14:05:00 UTC

[jira] [Commented] (TEZ-4283) Docker fails to build on master - upgrade to nodejs10

    [ https://issues.apache.org/jira/browse/TEZ-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318012#comment-17318012 ] 

Jonathan Turner Eagles commented on TEZ-4283:
---------------------------------------------

+1. This commit I believe has already gone in. [~abstractdog], Can we update the status of this jira to reflect current status?

> 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
>             Fix For: 0.10.1
>
>          Time Spent: 0.5h
>  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 npm@7.5.2: wanted: {"node":">=10"} (current: {"node":"8.10.0","npm":"3.5.2"})
> [2021-02-08T10:48:03.916Z] WARN engine npm@7.5.2: 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)