#180

Succeeded
46a88c Merge pull request #683 from srz-zumix/develop 1.17.99.14
55s
lint-editorconfig
32.0s
To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details.   INFO[0000] Agent version: 4dd2a04 INFO[0000] Using Shell executor... Running on main-8ab80062... $ agent checkout + git clone --depth=10 https://github.com/srz-zumix/iutest.git /tmp/pzcOr9wfpp Cloning into '/tmp/pzcOr9wfpp'... + git fetch --no-tags --depth=10 --force origin master:remotes/origin/master + git reset --hard 46a88c0c5ad3899f74c453e49e0c6e3bf72f3979 HEAD is now at 46a88c0 Merge pull request #683 from srz-zumix/develop + git checkout -q -B master + git reset --hard 46a88c0c5ad3899f74c453e49e0c6e3bf72f3979 HEAD is now at 46a88c0 Merge pull request #683 from srz-zumix/develop $ npm install npm WARN deprecated trim@0.0.1: Use String.prototype.trim() instead npm WARN deprecated date-format@0.0.2: 0.x is no longer supported. Please upgrade to 4.x or higher. npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 npm WARN deprecated highlight.js@9.12.0: Version no longer supported. Upgrade to @latest   added 363 packages, and audited 364 packages in 19s   77 packages are looking for funding run `npm fund` for details   17 vulnerabilities (7 moderate, 10 high)   To address issues that do not require attention, run: npm audit fix   To address all issues (including breaking changes), run: npm audit fix --force   Run `npm audit` for details. npm notice npm notice New major version of npm available! 8.18.0 -> 9.6.0 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.0> npm notice Run `npm install -g npm@9.6.0` to update! npm notice $ npm run lint:editorconfig   > iutest@1.0.0 lint:editorconfig > npm-run-all eclint eccheck   > iutest@1.0.0 eclint > npm-run-all eclint:*   > iutest@1.0.0 eclint:src > eclint check ./src   > iutest@1.0.0 eclint:include > find ./include -type f -not -name iutest_ver.hpp | xargs eclint check -s 2   > iutest@1.0.0 eclint:root > find . -maxdepth 1 -type f | xargs eclint check   > iutest@1.0.0 eccheck > editorconfig-checker .