Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CI is broken #987

Closed
Closed
@dmitshur

Description

@dmitshur

I've tried making a trivial commit just now that should pass CI, 2b03b95, but it failed.

There was a problem with this step in circle.yml:

cd node-syscall && node-gyp rebuild && mkdir -p ~/.node_libraries && cp build/Release/syscall.node ~/.node_libraries/syscall.node

gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info find Python using Python version 2.7.17 found at "/usr/bin/python"
gyp WARN install got an error, rolling back install
gyp ERR! configure error 
gyp ERR! stack Error: ENOENT: no such file or directory, mkdir '/root/.cache/node-gyp/10.0.0'
gyp ERR! System Linux 4.15.0-1092-aws
gyp ERR! command "/root/.nvm/versions/node/v10.0.0/bin/node" "/root/.nvm/versions/node/v10.0.0/bin/node-gyp" "rebuild"
gyp ERR! cwd /root/go/src/github.com/gopherjs/gopherjs/node-syscall
gyp ERR! node -v v10.0.0
gyp ERR! node-gyp -v v7.1.2
gyp ERR! not ok 


Exited with code exit status 1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions