To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
INFO[0000] Agent version: 4d50c32
INFO[0000] Using Shell executor...
Running on main-45742f2d...
$ agent checkout
+ git clone --depth=10 https://github.com/srz-zumix/iutest.git /tmp/34RF9LSEoV
Cloning into '/tmp/34RF9LSEoV'...
+ git fetch --no-tags --depth=10 --force origin develop:remotes/origin/develop
From https://github.com/srz-zumix/iutest
* [new branch] develop -> origin/develop
+ git reset --hard a7f4c2c0e8817675a9b8656de56c07fa207b2755
HEAD is now at a7f4c2c support c++20 tests (#710)
+ git checkout -q -B develop
+ git reset --hard a7f4c2c0e8817675a9b8656de56c07fa207b2755
HEAD is now at a7f4c2c support c++20 tests (#710)
$ 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 inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
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 405 packages, and audited 406 packages in 7m
105 packages are looking for funding
run `npm fund` for details
18 vulnerabilities (8 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 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 .
(node:1126) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)