Skip to content

Instantly share code, notes, and snippets.

@sudipt1999
Created March 26, 2020 09:03
Show Gist options
  • Save sudipt1999/56bcaa4ae0899370a835bdaa5b13d82e to your computer and use it in GitHub Desktop.
Save sudipt1999/56bcaa4ae0899370a835bdaa5b13d82e to your computer and use it in GitHub Desktop.
Worker information
0.13s0.01s0.00s0.01s
system_info
Build system information
0.00s0.00s0.02s0.00s0.01s0.29s0.00s0.00s0.00s0.01s0.00s0.10s0.01s0.72s0.00s0.00s6.03s0.00s2.42s0.00s
remote: Total 1020 (delta 601), reused 847 (delta 435), pack-reused 0
Receiving objects: 100% (1020/1020) Receiving objects: 100% (1020/1020), 2.86 MiB | 8.09 MiB/s, done.
Resolving deltas: 100% (601/601), done.
$ cd sudipt1999/hydra-python-agent-gui
$ git checkout -qf ff12d52f8da23a5f680a2d7c3d771a4da5cff5a4
0.00s
nvm.install
4.19s$ nvm install node
cache.1
Setting up build cache
cache.npm
$ node --version
v13.11.0
$ npm --version
6.13.7
$ nvm --version
0.35.3
0.00s$ cd console-frontend
The command "cd console-frontend" exited with 0.
27.19s$ npm install
> node-sass@4.13.1 install /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-79_binding.node
Download complete
Binary saved to /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/node-sass/vendor/linux-x64-79/binding.node
Caching binary to /home/travis/.npm/node-sass/4.13.1/linux-x64-79_binding.node
> core-js@2.6.9 postinstall /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/babel-runtime/node_modules/core-js
> node scripts/postinstall || echo "ignore"
> core-js-pure@3.1.4 postinstall /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/core-js-pure
> node scripts/postinstall || echo "ignore"
> node-sass@4.13.1 postinstall /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/node-sass
> node scripts/build.js
Binary found at /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/node_modules/node-sass/vendor/linux-x64-79/binding.node
Testing binary
Binary is fine
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/jest-haste-map/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.6 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.6: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 1538 packages from 743 contributors and audited 902994 packages in 25.773s
6 packages are looking for funding
run `npm fund` for details
found 38941 vulnerabilities (38915 low, 21 moderate, 4 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
The command "npm install" exited with 0.
1.37s$ npm run lint
> optimal-react-file-structure@0.1.0 lint /home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend
> eslint --ext .jsx --ext .js .
Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration .
/home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/src/components/hydra-console/HydraConsole.jsx
463:1 warning Line 463 exceeds the maximum line length of 150 max-len
/home/travis/build/sudipt1999/hydra-python-agent-gui/console-frontend/src/components/navbar/NavBar.jsx
56:1 warning Line 56 exceeds the maximum line length of 150 max-len
✖ 2 problems (0 errors, 2 warnings)
The command "npm run lint" exited with 0.
cache.2
store build cache
Done. Your build exited with 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment