Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 1 directory with 17 updates #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2024

Bumps the npm_and_yarn group with 13 updates in the /frontend directory:

Package From To
body-parser 1.20.1 1.20.3
express 4.18.2 4.21.2
braces 3.0.2 3.0.3
cross-spawn 7.0.3 7.0.6
ejs 3.1.9 3.1.10
fast-loops 1.1.3 1.1.4
http-proxy-middleware 2.0.6 2.0.7
micromatch 4.0.5 4.0.8
nanoid 3.3.6 3.3.8
ws 8.13.0 8.18.0
ws 7.5.9 8.18.0
rollup 2.79.1 2.79.2
webpack 5.88.2 5.97.1
webpack-dev-middleware 5.3.3 5.3.4

Updates body-parser from 1.20.1 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

1.20.2

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: [email protected]
Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: [email protected]
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates express from 4.18.2 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates braces from 3.0.2 to 3.0.3

Commits

Updates cookie from 0.5.0 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • Additional commits viewable in compare view

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates express from 4.18.2 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates fast-loops from 1.1.3 to 1.1.4

Commits

Updates http-proxy-middleware from 2.0.6 to 2.0.7

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.7

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7

v2.0.7-beta.1

Full Changelog: chimurai/http-proxy-middleware@v2.0.7-beta.0...v2.0.7-beta.1

v2.0.7-beta.0

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7-beta.0

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.7

  • ci(github actions): add publish.yml
  • fix(filter): handle errors
Commits

Updates micromatch from 4.0.5 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.
Commits

Updates nanoid from 3.3.6 to 3.3.8

Changelog

Sourced from nanoid's changelog.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).

3.3.7

  • Fixed node16 TypeScript support (by Saadi Myftija).
Commits

Updates path-to-regexp from 0.1.7 to 0.1.12

Release notes

Sourced from path-to-regexp's releases.

Fix backtracking (again)

Fixed

  • Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: GHSA-9wv6-86v2-598j)

pillarjs/path-to-regexp@v0.1.11...v0.1.12

Error on bad input

Changed

  • Add error on bad input values 8f09549

pillarjs/path-to-regexp@v0.1.10...v0.1.11

Backtrack protection

Fixed

  • Add backtrack protection to parameters 29b96b4
    • This will break some edge cases but should improve performance

pillarjs/path-to-regexp@v0.1.9...v0.1.10

Support non-lookahead regex output

Added

  • Allow a non-lookahead regex (#312) c4272e4

component/path-to-regexp@v0.1.8...v0.1.9

Support named matching groups in RegExp

Added

  • Add support for named matching groups (#301) 114f62d

pillarjs/path-to-regexp@v0.1.7...v0.1.8

Commits

Updates ws from 8.13.0 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates ws from 7.5.9 to 8.18.0

Release notes

Sourced from ws's releases.

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
});
request.end();
});

The vulnerability was reported by Ryan LaPointe in websockets/ws#2230.

... (truncated)

Commits
  • 976c53c [dist] 8.18.0
  • 59b9629 [feature] Add support for Blob (#2229)
  • 0d1b5e6 [security] Use more descriptive text for 2017 vulnerability link
  • 15f11a0 [security] Add new DoS vulnerability to SECURITY.md
  • 3c56601 [dist] 8.17.1
  • e55e510 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 6a00029 [test] Increase code coverage
  • ddfe4a8 [perf] Reduce the amount of crypto.randomFillSync() calls
  • b73b118 [dist] 8.17.0
  • 29694a5 [test] Use the highWaterMark variable
  • Additional commits viewable in compare view

Updates rollup from 2.79.1 to 2.79.2

Release notes

Sourced from rollup's releases.

v.2.79.2

2.79.2

2024-09-26

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.79.2

2024-09-26

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

3.29.5

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

4.22.2

... (truncated)

Commits

Updates send from 0.18.0 to 0.19.0

Release notes

Sourced from send's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

Thi...

Description has been truncated

Bumps the npm_and_yarn group with 13 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [body-parser](https://github.com/expressjs/body-parser) | `1.20.1` | `1.20.3` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.21.2` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `2.0.7` |
| [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.6` | `3.3.8` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` |
| [ws](https://github.com/websockets/ws) | `7.5.9` | `8.18.0` |
| [rollup](https://github.com/rollup/rollup) | `2.79.1` | `2.79.2` |
| [webpack](https://github.com/webpack/webpack) | `5.88.2` | `5.97.1` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `5.3.3` | `5.3.4` |



Updates `body-parser` from 1.20.1 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.1...1.20.3)

Updates `express` from 4.18.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.18.2...4.21.2)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `cookie` from 0.5.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.1)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `express` from 4.18.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.18.2...4.21.2)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `nanoid` from 3.3.6 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.6...3.3.8)

Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12)

Updates `ws` from 8.13.0 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.18.0)

Updates `ws` from 7.5.9 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.18.0)

Updates `rollup` from 2.79.1 to 2.79.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `webpack` from 5.88.2 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.97.1)

Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 14, 2024
Copy link

sourcery-ai bot commented Dec 14, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Dec 14, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • All of the files are larger than we can process. We're working on it!

@gitworkflows
Copy link
Contributor

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Copy link

deepsource-io bot commented Dec 14, 2024

Here's the code health analysis summary for commits d7f231f..66d24a5. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor

codiumai-pr-agent-free bot commented Dec 14, 2024

CI Failure Feedback 🧐

(Checks updated until commit 66d24a5)

Action: backend-tests

Failed stage: Run test [❌]

Failure summary:

The action failed due to missing prerequisites and dependency conflicts:

  • Multiple Perl modules were not installed, including:
    - Email::MIME
    - Email::MIME::ContentType

    - Email::Sender
    - Email::Simple
    - IO::All
    - IO::String
    - OLE::Storage_Lite
  • There was a pip dependency resolver conflict
  • There was a warning about babel-preset-react-app using
    "@babel/plugin-proposal-private-property-in-object" without declaring it as a dependency

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    2374:  #15 10.64 Checking optional features...
    2375:  #15 10.64 inc_bundling_support....disabled
    2376:  #15 10.64   requires:
    2377:  #15 10.64     ! inc::latest is not installed
    2378:  #15 10.64 license_creation........disabled
    2379:  #15 10.64   requires:
    2380:  #15 10.64     ! Software::License is not installed
    2381:  #15 10.64 
    2382:  #15 10.64 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    2459:  #15 11.56     !  Email::MIME is not installed
    2460:  #15 11.56     !  Email::MIME::ContentType is not installed
    2461:  #15 11.56     !  Email::Sender is not installed
    2462:  #15 11.56     !  Email::Simple is not installed
    2463:  #15 11.56     !  IO::All is not installed
    2464:  #15 11.56     !  IO::String is not installed
    2465:  #15 11.56     !  OLE::Storage_Lite is not installed
    2466:  #15 11.56 
    2467:  #15 11.56 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    3732:  #15 24.48 Warning: prerequisite Capture::Tiny 0.08 not found.
    3733:  #15 24.48 Warning: prerequisite Email::Abstract 3.006 not found.
    3734:  #15 24.49 Warning: prerequisite Moo 2.000000 not found.
    3735:  #15 24.49 Warning: prerequisite Moo::Role 0 not found.
    3736:  #15 24.49 Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
    3737:  #15 24.49 Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
    3738:  #15 24.49 Warning: prerequisite Sub::Exporter 0 not found.
    3739:  #15 24.49 Warning: prerequisite Sub::Exporter::Util 0 not found.
    3740:  #15 24.49 Warning: prerequisite Throwable::Error 0.200003 not found.
    ...
    
    3752:  #15 24.67     Capture::Tiny [build_requires]
    3753:  #15 24.67     Email::Abstract [requires]
    3754:  #15 24.67     Moo [requires]
    3755:  #15 24.67     Moo::Role [requires]
    3756:  #15 24.67     MooX::Types::MooseLike [requires]
    3757:  #15 24.67     MooX::Types::MooseLike::Base [requires]
    3758:  #15 24.67     Sub::Exporter [requires]
    3759:  #15 24.67     Sub::Exporter::Util [requires]
    3760:  #15 24.67     Throwable::Error [requires]
    ...
    
    3930:  #14 36.46 "@babel/plugin-proposal-private-property-in-object" package without
    3931:  #14 36.46 declaring it in its dependencies. This is currently working because
    3932:  #14 36.46 "@babel/plugin-proposal-private-property-in-object" is already in your
    3933:  #14 36.46 node_modules folder for unrelated reasons, but it �[1mmay break at any time�[0;33m.
    3934:  #14 36.46 
    3935:  #14 36.46 babel-preset-react-app is part of the create-react-app project, �[1mwhich
    3936:  #14 36.46 is not maintianed anymore�[0;33m. It is thus unlikely that this bug will
    3937:  #14 36.46 ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
    3938:  #14 36.46 your devDependencies to work around this error. This will make this message
    ...
    
    5530:  #15 53.39 Installing /usr/local/man/man3/Sub::Exporter::Cookbook.3pm
    5531:  #15 53.39 Installing /usr/local/man/man3/Sub::Exporter.3pm
    5532:  #15 53.39 Installing /usr/local/man/man3/Sub::Exporter::Util.3pm
    5533:  #15 53.39 Installing /usr/local/man/man3/Sub::Exporter::Tutorial.3pm
    5534:  #15 53.40 Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.36.0/perllocal.pod
    5535:  #15 53.43   RJBS/Sub-Exporter-0.991.tar.gz
    5536:  #15 53.43   /usr/bin/make install  -- OK
    5537:  #15 53.43 Sub::Exporter::Util is up to date (0.991).
    5538:  #15 53.43 Running install for module 'Throwable::Error'
    ...
    
    5645:  #15 54.84 Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.36.0/perllocal.pod
    5646:  #15 54.86   DROLSKY/Devel-StackTrace-2.05.tar.gz
    5647:  #15 54.86   /usr/bin/make install  -- OK
    5648:  #15 54.87   RJBS/Throwable-1.001.tar.gz
    5649:  #15 54.87   Has already been unwrapped into directory /root/.cpan/build/Throwable-1.001-0
    5650:  #15 54.87   RJBS/Throwable-1.001.tar.gz
    5651:  #15 54.87   Has already been prepared
    5652:  #15 54.87 Running make for R/RJ/RJBS/Throwable-1.001.tar.gz
    5653:  #15 55.09 cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
    ...
    
    5656:  #15 55.18 Manifying 3 pod documents
    5657:  #15 55.18   RJBS/Throwable-1.001.tar.gz
    5658:  #15 55.18   /usr/bin/make -- OK
    5659:  #15 55.18   RJBS/Throwable-1.001.tar.gz
    5660:  #15 55.18   Skipping test because of notest pragma
    5661:  #15 55.18 Running make install for RJBS/Throwable-1.001.tar.gz
    5662:  #15 55.25 Manifying 3 pod documents
    5663:  #15 55.29 Installing /usr/local/share/perl/5.36.0/Throwable.pm
    5664:  #15 55.29 Installing /usr/local/share/perl/5.36.0/Throwable/Error.pm
    5665:  #15 55.29 Installing /usr/local/share/perl/5.36.0/StackTrace/Auto.pm
    5666:  #15 55.29 Installing /usr/local/man/man3/Throwable::Error.3pm
    ...
    
    8034:  #19 118.4   Attempting uninstall: prometheus-client
    8035:  #19 118.4     Found existing installation: prometheus_client 0.21.1
    8036:  #19 118.4     Uninstalling prometheus_client-0.21.1:
    8037:  #19 118.4       Successfully uninstalled prometheus_client-0.21.1
    8038:  #19 118.5   Attempting uninstall: cachetools
    8039:  #19 118.5     Found existing installation: cachetools 5.5.0
    8040:  #19 118.5     Uninstalling cachetools-5.5.0:
    8041:  #19 118.5       Successfully uninstalled cachetools-5.5.0
    8042:  #19 118.8 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
    ...
    
    8129:  #19 121.2   Stored in directory: /tmp/pip-ephem-wheel-cache-c_oue2dh/wheels/0f/fe/56/6cba6eafbb252c805af7616631ef63d8e0790c958b1bd86c63
    8130:  #19 121.2 Successfully built drf-flex-fields
    8131:  #19 121.5 Installing collected packages: drf-flex-fields, ua-parser-builtins, slack-sdk, python-ipware, oauthlib, Markdown, django-cache-memoize, ua-parser, stripe, requests-oauthlib, django-ipware, user-agents, python-twitter, drf-recaptcha, django-rest-durin, django-user-agents, certego-saas
    8132:  #19 122.9 Successfully installed Markdown-3.3.7 certego-saas-0.7.11 django-cache-memoize-0.2.0 django-ipware-7.0.1 django-rest-durin-1.0.0 django-user-agents-0.4.0 drf-flex-fields-1.0.2 drf-recaptcha-4.0.2 oauthlib-3.2.2 python-ipware-3.0.0 python-twitter-3.5 requests-oauthlib-2.0.0 slack-sdk-3.33.5 stripe-11.3.0 ua-parser-1.0.0 ua-parser-builtins-0.18.0.post1 user-agents-2.2.0
    8133:  #19 122.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
    8134:  #19 DONE 124.8s
    8135:  #20 [uwsgi backend-build  9/10] COPY . /opt/deploy/threat_matrix
    8136:  #20 DONE 0.3s
    8137:  #21 [uwsgi backend-build 10/10] RUN touch /var/log/threat_matrix/django/api_app.log /var/log/threat_matrix/django/api_app_errors.log     && touch /var/log/threat_matrix/django/threat_matrix.log /var/log/threat_matrix/django/threat_matrix_errors.log     && touch /var/log/threat_matrix/django/celery.log /var/log/threat_matrix/django/celery_errors.log     && touch /var/log/threat_matrix/django/django_auth_ldap.log /var/log/threat_matrix/django/django_errors.log     && touch /var/log/threat_matrix/django/certego_saas.log /var/log/threat_matrix/django/certego_saas_errors.log     && touch /var/log/threat_matrix/django/authentication.log /var/log/threat_matrix/django/authentication_errors.log     && touch /var/log/threat_matrix/asgi/daphne.log     && chown -R www-data:www-data /var/log/threat_matrix /opt/deploy/     && rm -rf /root/.local     && /opt/deploy/threat_matrix/docker/scripts/watchman_install.sh     && /opt/deploy/threat_matrix/api_app/analyzers_manager/repo_downloader.sh
    ...
    
    8237:  #45 extracting sha256:2b2faad386dfd2da1e19aa6e0d91d428b849181de439c0b289f383816c812304 done
    8238:  #45 extracting sha256:a5e22afba545a92d46609059fe9fe2b90028b9f3fb7c78be28cb6d4ed9e53fd3 done
    8239:  #45 extracting sha256:fb923a41dc10df4d74119907e9112426c8e0e2ce3d6851c4e2dcfb7e0765861b 0.7s done
    8240:  #45 DONE 2.6s
    8241:  #44 [malware_tools_analyzers  1/46] FROM docker.io/library/python:3.9-slim@sha256:4ee0613170ac55ebc693a03b6655a5c6f387126f6bc3390e739c2e6c337880ef
    8242:  #44 extracting sha256:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f 2.6s done
    8243:  #44 extracting sha256:c3edffebd7235334426d893f9c7b8aa09ea786e71b6bcdef6860a593a7f8f21b
    8244:  #44 ...
    8245:  #46 [nginx 2/2] RUN rm /var/log/nginx/access.log /var/log/nginx/error.log && touch /var/log/nginx/access.log /var/log/nginx/error.log
    ...
    
    8356:  #52 [tor_analyzers  3/11] RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq     && apt-get install --no-install-recommends -y git build-essential gcc pandoc curl tor     && rm -rf /var/lib/apt/lists/*
    8357:  #52 2.401 Reading package lists...
    8358:  #52 3.206 Building dependency tree...
    8359:  #52 3.420 Reading state information...
    8360:  #52 3.658 The following additional packages will be installed:
    8361:  #52 3.658   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    8362:  #52 3.658   g++ g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libbrotli1
    8363:  #52 3.658   libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0
    8364:  #52 3.658   libctf0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libevent-2.1-7
    ...
    
    8386:  #52 3.662   fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl less
    8387:  #52 3.662   ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl
    8388:  #52 3.662   liblocale-gettext-perl libldap-common publicsuffix libsasl2-modules
    8389:  #52 3.662   logrotate tor-geoipdb torsocks
    8390:  #52 4.122 The following NEW packages will be installed:
    8391:  #52 4.122   binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 cpp
    8392:  #52 4.122   cpp-12 curl dpkg-dev g++ g++-12 gcc gcc-12 git git-man libasan8 libatomic1
    8393:  #52 4.122   libbinutils libbrotli1 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
    8394:  #52 4.122   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl
    ...
    
    8457:  #52 4.681 Get:52 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
    8458:  #52 4.682 Get:53 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
    8459:  #52 4.684 Get:54 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
    8460:  #52 4.685 Get:55 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
    8461:  #52 4.687 Get:56 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
    8462:  #52 4.688 Get:57 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u8 [390 kB]
    8463:  #52 4.693 Get:58 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u8 [315 kB]
    8464:  #52 4.695 Get:59 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
    8465:  #52 4.699 Get:60 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
    ...
    
    8583:  #56 3.813   libavahi-common3 libavif15 libbinutils libboost-iostreams1.74-dev
    8584:  #56 3.813   libboost-iostreams1.74.0 libboost-python1.74-dev libboost-python1.74.0
    8585:  #56 3.813   libboost-regex1.74-dev libboost-regex1.74.0 libboost-system1.74-dev
    8586:  #56 3.813   libboost-system1.74.0 libboost1.74-dev libbrotli1 libbsd0 libc-ares2
    8587:  #56 3.813   libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdt5
    8588:  #56 3.813   libcgraph6 libclamav11 libclang-common-14-dev libclang-cpp14 libclang1-14
    8589:  #56 3.813   libcrypt-dev libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libcurl4
    8590:  #56 3.813   libdatrie1 libdav1d6 libdbus-1-3 libde265-0 libdeflate0 libdpkg-perl
    8591:  #56 3.813   libedit2 liberror-perl libexpat1 libexpat1-dev libfontconfig1 libfreetype6
    ...
    
    8629:  #56 3.813   node-concat-stream node-console-control-strings node-convert-source-map
    8630:  #56 3.813   node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure
    8631:  #56 3.813   node-core-util-is node-css-loader node-css-selector-tokenizer
    8632:  #56 3.813   node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug
    8633:  #56 3.813   node-decamelize node-decompress-response node-deep-equal node-deep-is
    8634:  #56 3.813   node-defaults node-define-properties node-defined node-del node-delegates
    8635:  #56 3.813   node-depd node-diff node-doctrine node-electron-to-chromium node-encoding
    8636:  #56 3.813   node-end-of-stream node-enhanced-resolve node-err-code node-errno
    8637:  #56 3.813   node-error-ex node-es-abstract node-es-module-lexer node-es6-error
    ...
    
    8649:  #56 3.817   node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash
    8650:  #56 3.817   node-indent-string node-inflight node-inherits node-ini node-interpret
    8651:  #56 3.817   node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer
    8652:  #56 3.817   node-is-extendable node-is-extglob node-is-glob node-is-number
    8653:  #56 3.817   node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
    8654:  #56 3.817   node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
    8655:  #56 3.817   node-isobject node-istanbul node-jest-debbundle node-jest-worker
    8656:  #56 3.817   node-js-tokens node-js-yaml node-jsesc node-json-buffer
    8657:  #56 3.817   node-json-parse-better-errors node-json-schema node-json-schema-traverse
    ...
    
    8754:  #56 7.637   libboost-iostreams1.74-dev libboost-iostreams1.74.0 libboost-python-dev
    8755:  #56 7.637   libboost-python1.74-dev libboost-python1.74.0 libboost-regex1.74-dev
    8756:  #56 7.637   libboost-regex1.74.0 libboost-system-dev libboost-system1.74-dev
    8757:  #56 7.637   libboost-system1.74.0 libboost1.74-dev libbrotli1 libbsd0 libc-ares2
    8758:  #56 7.637   libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdt5
    8759:  #56 7.637   libcgraph6 libclamav11 libclang-common-14-dev libclang-cpp14 libclang1-14
    8760:  #56 7.637   libcrypt-dev libctf-nobfd0 libctf0 libcups2 libcurl3-gnutls libcurl4
    8761:  #56 7.637   libdatrie1 libdav1d6 libdbus-1-3 libde265-0 libdeflate0 libdpkg-perl
    8762:  #56 7.637   libedit2 liberror-perl libexpat1 libexpat1-dev libffi-dev libfontconfig1
    ...
    
    8802:  #56 7.639   node-concat-stream node-console-control-strings node-convert-source-map
    8803:  #56 7.639   node-copy-concurrently node-core-js node-core-js-compat node-core-js-pure
    8804:  #56 7.639   node-core-util-is node-css-loader node-css-selector-tokenizer
    8805:  #56 7.639   node-data-uri-to-buffer node-debbundle-es-to-primitive node-debug
    8806:  #56 7.639   node-decamelize node-decompress-response node-deep-equal node-deep-is
    8807:  #56 7.639   node-defaults node-define-properties node-defined node-del node-delegates
    8808:  #56 7.639   node-depd node-diff node-doctrine node-electron-to-chromium node-encoding
    8809:  #56 7.639   node-end-of-stream node-enhanced-resolve node-err-code node-errno
    8810:  #56 7.639   node-error-ex node-es-abstract node-es-module-lexer node-es6-error
    ...
    
    8822:  #56 7.639   node-icss-utils node-ieee754 node-iferr node-ignore node-imurmurhash
    8823:  #56 7.639   node-indent-string node-inflight node-inherits node-ini node-interpret
    8824:  #56 7.639   node-ip node-ip-regex node-is-arrayish node-is-binary-path node-is-buffer
    8825:  #56 7.639   node-is-extendable node-is-extglob node-is-glob node-is-number
    8826:  #56 7.639   node-is-path-cwd node-is-path-inside node-is-plain-obj node-is-plain-object
    8827:  #56 7.639   node-is-stream node-is-typedarray node-is-windows node-isarray node-isexe
    8828:  #56 7.639   node-isobject node-istanbul node-jest-debbundle node-jest-worker
    8829:  #56 7.639   node-js-tokens node-js-yaml node-jsesc node-json-buffer
    8830:  #56 7.639   node-json-parse-better-errors node-json-schema node-json-schema-traverse
    ...
    
    9084:  #56 8.905 Get:201 http://deb.debian.org/debian bookworm/main amd64 node-v8-compile-cache all 2.3.0-3+deb12u1 [8464 B]
    9085:  #56 8.909 Get:202 http://deb.debian.org/debian bookworm/main amd64 eslint all 6.4.0~dfsg+~6.1.9-7 [606 kB]
    9086:  #56 8.913 Get:203 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u3 [398 kB]
    9087:  #56 8.916 Get:204 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
    9088:  #56 8.922 Get:205 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
    9089:  #56 8.925 Get:206 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
    9090:  #56 8.928 Get:207 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
    9091:  #56 8.931 Get:208 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB]
    9092:  #56 8.934 Get:209 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
    ...
    
    9225:  #56 9.459 Get:342 http://deb.debian.org/debian bookworm/main amd64 node-define-properties all 1.1.4+~1.1.3-1 [6828 B]
    9226:  #56 9.459 Get:343 http://deb.debian.org/debian bookworm/main amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [39.9 kB]
    9227:  #56 9.460 Get:344 http://deb.debian.org/debian bookworm/main amd64 node-defined all 1.0.1+~1.0.0-1 [6776 B]
    9228:  #56 9.461 Get:345 http://deb.debian.org/debian bookworm/main amd64 node-abbrev all 1.1.1+~1.1.2-1 [5692 B]
    9229:  #56 9.461 Get:346 http://deb.debian.org/debian bookworm/main amd64 node-archy all 1.0.0-6 [4556 B]
    9230:  #56 9.464 Get:347 http://deb.debian.org/debian bookworm/main amd64 node-async all 0.8.0-6 [3748 B]
    9231:  #56 9.464 Get:348 http://deb.debian.org/debian bookworm/main amd64 node-convert-source-map all 1.9.0+~1.5.2-1 [8176 B]
    9232:  #56 9.465 Get:349 http://deb.debian.org/debian bookworm/main amd64 node-decamelize all 4.0.0-2 [4080 B]
    9233:  #56 9.465 Get:350 http://deb.debian.org/debian bookworm/main amd64 node-es6-error all 4.1.1-5 [6148 B]
    ...
    
    9317:  #56 9.573 Get:434 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-ecmascript all 2.0.0-2 [4440 B]
    9318:  #56 9.573 Get:435 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7272 B]
    9319:  #56 9.574 Get:436 http://deb.debian.org/debian bookworm/main amd64 node-regexpu-core all 5.2.2-3 [13.9 kB]
    9320:  #56 9.575 Get:437 http://deb.debian.org/debian bookworm/main amd64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.5 kB]
    9321:  #56 9.575 Get:438 http://deb.debian.org/debian bookworm/main amd64 node-to-fast-properties all 3.0.1-3 [4332 B]
    9322:  #56 9.576 Get:439 http://deb.debian.org/debian bookworm/main amd64 node-v8flags all 3.2.0+~3.1.1-1 [7612 B]
    9323:  #56 9.577 Get:440 http://deb.debian.org/debian bookworm/main amd64 node-babel7 all 7.20.15+ds1+~cs214.269.168-3+deb12u2 [712 kB]
    9324:  #56 9.584 Get:441 http://deb.debian.org/debian bookworm/main amd64 node-is-arrayish all 0.3.2-3 [3960 B]
    9325:  #56 9.584 Get:442 http://deb.debian.org/debian bookworm/main amd64 node-error-ex all 1.3.2-4 [5656 B]
    9326:  #56 9.585 Get:443 http://deb.debian.org/debian bookworm/main amd64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-2 [7800 B]
    ...
    
    10213:  #52 17.36 Preparing to unpack .../54-libcurl4_7.88.1-10+deb12u8_amd64.deb ...
    10214:  #52 17.36 Unpacking libcurl4:amd64 (7.88.1-10+deb12u8) ...
    10215:  #52 17.41 Selecting previously unselected package curl.
    10216:  #52 17.41 Preparing to unpack .../55-curl_7.88.1-10+deb12u8_amd64.deb ...
    10217:  #52 17.42 Unpacking curl (7.88.1-10+deb12u8) ...
    10218:  #52 17.47 Selecting previously unselected package libcurl3-gnutls:amd64.
    10219:  #52 17.47 Preparing to unpack .../56-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ...
    10220:  #52 17.47 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    10221:  #52 17.52 Selecting previously unselected package liberror-perl.
    10222:  #52 17.52 Preparing to unpack .../57-liberror-perl_0.17029-2_all.deb ...
    10223:  #52 17.53 Unpacking liberror-perl (0.17029-2) ...
    ...
    
    10320:  #52 21.10 Setting up libcurl4:amd64 (7.88.1-10+deb12u8) ...
    10321:  #52 21.11 Setting up libc6-dev:amd64 (2.36-9+deb12u9) ...
    10322:  #52 21.11 Setting up curl (7.88.1-10+deb12u8) ...
    10323:  #52 21.12 Setting up binutils-x86-64-linux-gnu (2.40-2) ...
    10324:  #52 21.13 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
    10325:  #52 21.14 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    10326:  #52 21.14 Setting up binutils (2.40-2) ...
    10327:  #52 21.15 Setting up dpkg-dev (1.21.22) ...
    10328:  #52 21.16 Setting up liberror-perl (0.17029-2) ...
    ...
    
    10471:  #67 [tor_analyzers  6/11] RUN apt-get remove --purge -y git gcc     && apt-get clean     && apt-get autoclean     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* /tmp/* /usr/share/doc/* /usr/share/man/* > /dev/null 2>&1
    10472:  #67 0.366 Reading package lists...
    10473:  #67 0.382 Building dependency tree...
    10474:  #67 0.384 Reading state information...
    10475:  #67 0.390 The following packages were automatically installed and are no longer required:
    10476:  #67 0.390   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    10477:  #67 0.390   g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libc-dev-bin libc6-dev
    10478:  #67 0.390   libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl
    10479:  #67 0.390   liberror-perl libgcc-12-dev libgdbm-compat4 libgomp1 libgprofng0 libisl23
    ...
    
    10539:  #67 1.057 Reading state information...
    10540:  #67 1.069 Reading package lists...
    10541:  #67 1.080 Building dependency tree...
    10542:  #67 1.082 Reading state information...
    10543:  #67 1.090 The following packages will be REMOVED:
    10544:  #67 1.090   binutils binutils-common binutils-x86-64-linux-gnu bzip2 cpp cpp-12 dpkg-dev
    10545:  #67 1.091   g++-12 gcc-12 git-man libasan8 libatomic1 libbinutils libc-dev-bin libc6-dev
    10546:  #67 1.091   libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdpkg-perl
    10547:  #67 1.091   liberror-perl libgcc-12-dev libgdbm-compat4 libgomp1 libgprofng0 libisl23
    ...
    
    10591:  #67 1.919 Removing libatomic1:amd64 (12.2.0-14) ...
    10592:  #67 1.948 Removing libc6-dev:amd64 (2.36-9+deb12u9) ...
    10593:  #67 2.034 Removing libc-dev-bin (2.36-9+deb12u9) ...
    10594:  #67 2.050 Removing libcc1-0:amd64 (12.2.0-14) ...
    10595:  #67 2.068 Removing libcrypt-dev:amd64 (1:4.4.33-2) ...
    10596:  #67 2.109 Removing libctf-nobfd0:amd64 (2.40-2) ...
    10597:  #67 2.127 Removing libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    10598:  #67 2.145 Removing libdpkg-perl (1.21.22) ...
    10599:  #67 2.175 Removing liberror-perl (0.17029-2) ...
    ...
    
    11092:  #56 40.76 Preparing to unpack .../167-libfontconfig1_2.14.1-4_amd64.deb ...
    11093:  #56 40.77 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
    11094:  #56 40.80 Selecting previously unselected package fontconfig.
    11095:  #56 40.80 Preparing to unpack .../168-fontconfig_2.14.1-4_amd64.deb ...
    11096:  #56 40.80 Unpacking fontconfig (2.14.1-4) ...
    11097:  #56 40.83 Selecting previously unselected package libcurl3-gnutls:amd64.
    11098:  #56 40.84 Preparing to unpack .../169-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ...
    11099:  #56 40.84 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    11100:  #56 40.87 Selecting previously unselected package liberror-perl.
    11101:  #56 40.88 Preparing to unpack .../170-liberror-perl_0.17029-2_all.deb ...
    11102:  #56 40.88 Unpacking liberror-perl (0.17029-2) ...
    ...
    
    11515:  #56 51.02 Preparing to unpack .../308-node-async_0.8.0-6_all.deb ...
    11516:  #56 51.02 Unpacking node-async (0.8.0-6) ...
    11517:  #56 51.04 Selecting previously unselected package node-convert-source-map.
    11518:  #56 51.04 Preparing to unpack .../309-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ...
    11519:  #56 51.04 Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ...
    11520:  #56 51.07 Selecting previously unselected package node-decamelize.
    11521:  #56 51.07 Preparing to unpack .../310-node-decamelize_4.0.0-2_all.deb ...
    11522:  #56 51.07 Unpacking node-decamelize (4.0.0-2) ...
    11523:  #56 51.09 Selecting previously unselected package node-es6-error.
    11524:  #56 51.10 Preparing to unpack .../311-node-es6-error_4.1.1-5_all.deb ...
    11525:  #56 51.10 Unpacking node-es6-error (4.1.1-5) ...
    ...
    
    11791:  #56 54.88 Preparing to unpack .../400-node-v8flags_3.2.0+~3.1.1-1_all.deb ...
    11792:  #56 54.89 Unpacking node-v8flags (3.2.0+~3.1.1-1) ...
    11793:  #56 54.91 Selecting previously unselected package node-babel7.
    11794:  #56 54.92 Preparing to unpack .../401-node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u2_all.deb ...
    11795:  #56 54.92 Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
    11796:  #56 55.44 Selecting previously unselected package node-is-arrayish.
    11797:  #56 55.44 Preparing to unpack .../402-node-is-arrayish_0.3.2-3_all.deb ...
    11798:  #56 55.44 Unpacking node-is-arrayish (0.3.2-3) ...
    11799:  #56 55.46 Selecting previously unselected package node-error-ex.
    11800:  #56 55.47 Preparing to unpack .../403-node-error-ex_1.3.2-4_all.deb ...
    11801:  #56 55.47 Unpacking node-error-ex (1.3.2-4) ...
    11802:  #56 55.49 Selecting previously unselected package node-json-parse-better-errors.
    11803:  #56 55.50 Preparing to unpack .../404-node-json-parse-better-errors_1.0.2+~cs3.3.1-2_all.deb ...
    11804:  #56 55.50 Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
    ...
    
    12465:  #56 63.66 Setting up libz3-4:amd64 (4.8.12-3.1) ...
    12466:  #56 63.66 Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ...
    12467:  #56 63.67 Setting up node-promise-inflight (1.0.1+~1.0.0-1) ...
    12468:  #56 63.67 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
    12469:  #56 63.67 Setting up libpkgconf3:amd64 (1.8.1-1) ...
    12470:  #56 63.68 Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
    12471:  #56 63.68 Setting up rpcsvc-proto (1.4.3-1) ...
    12472:  #56 63.68 Setting up vim-common (2:9.0.1378-2) ...
    12473:  #56 63.69 Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
    ...
    
    12698:  #56 65.00 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist
    12699:  #56 65.00 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist
    12700:  #56 65.00 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist
    12701:  #56 65.00 update-alternatives: warning: skip creation of /usr/share/man/tr/man1/view.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group view) doesn't exist
    12702:  #56 65.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
    12703:  #56 65.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
    12704:  #56 65.00 Setting up libpython3.11:amd64 (3.11.2-6+deb12u4) ...
    12705:  #56 65.01 Setting up libavif15:amd64 (0.11.1-1) ...
    12706:  #56 65.01 Setting up node-error-ex (1.3.2-4) ...
    ...
    
    12820:  #56 69.52 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
    12821:  #56 69.52 Setting up libclang1-14 (1:14.0.6-12) ...
    12822:  #56 69.53 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ...
    12823:  #56 69.54 Setting up binutils (2.40-2) ...
    12824:  #56 69.54 Setting up python3-wheel (0.38.4-2) ...
    12825:  #56 69.65 Setting up libcairo2:amd64 (1.16.0-7) ...
    12826:  #56 69.66 Setting up libclamav11:amd64 (1.0.7+dfsg-1~deb12u1) ...
    12827:  #56 69.66 Setting up dpkg-dev (1.21.22) ...
    12828:  #56 69.66 Setting up liberror-perl (0.17029-2) ...
    ...
    
    12938:  #56 71.95 Setting up node-which (2.0.2+~cs1.3.2-3) ...
    12939:  #56 71.95 Setting up node-punycode (2.1.1-6) ...
    12940:  #56 71.96 Setting up node-css-selector-tokenizer (0.8.0+~cs4.8.3-1) ...
    12941:  #56 71.96 Setting up node-esprima (4.0.1+ds+~4.0.3-2) ...
    12942:  #56 71.97 Setting up node-is-path-inside (3.0.3-2) ...
    12943:  #56 71.98 Setting up node-neo-async (2.6.2+~cs3.0.0-2) ...
    12944:  #56 71.98 Setting up node-mkdirp (1.0.4+~1.0.2-4) ...
    12945:  #56 71.98 Setting up node-uri-js (4.4.0+dfsg-8) ...
    12946:  #56 71.98 Setting up node-es6-error (4.1.1-5) ...
    ...
    
    14308:  #111 12.75 checking for __strchrnul... no
    14309:  #111 12.79 checking for inline... inline
    14310:  #111 12.80 checking how to run the C preprocessor... gcc -E
    14311:  #111 12.86 checking for uid_t in sys/types.h... yes
    14312:  #111 12.87 checking whether struct tm is in sys/time.h or time.h... time.h
    14313:  #111 12.89 checking for size_t... yes
    14314:  #111 12.96 checking size of long... 8
    14315:  #111 13.01 checking size of off_t... 8
    14316:  #111 13.07 checking for error_at_line... yes
    14317:  #111 13.11 checking for strndup... yes
    14318:  #111 13.15 checking for inet_ntoa... yes
    14319:  #111 13.19 checking for memmove... yes
    14320:  #111 13.23 checking for memset... yes
    14321:  #111 13.27 checking for strdup... yes
    14322:  #111 13.31 checking for strerror... yes
    ...
    
    14360:  #111 14.52 make[2]: Entering directory '/opt/deploy/thug/libemu/src/functions'
    14361:  #111 14.52 make[3]: Entering directory '/opt/deploy/thug/libemu/src/functions'
    14362:  #111 14.52 make[3]: Nothing to be done for 'install-exec-am'.
    14363:  #111 14.52 make[3]: Nothing to be done for 'install-data-am'.
    14364:  #111 14.52 make[3]: Leaving directory '/opt/deploy/thug/libemu/src/functions'
    14365:  #111 14.52 make[2]: Leaving directory '/opt/deploy/thug/libemu/src/functions'
    14366:  #111 14.52 make[2]: Entering directory '/opt/deploy/thug/libemu/src'
    14367:  #111 14.52 depbase=`echo emu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14368:  #111 14.52 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF $depbase.Tpo -c -o emu.lo emu.c &&\
    14369:  #111 14.52 mv -f $depbase.Tpo $depbase.Plo
    14370:  #111 14.57 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF .deps/emu.Tpo -c emu.c  -fPIC -DPIC -o .libs/emu.o
    14371:  #111 14.60 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu.lo -MD -MP -MF .deps/emu.Tpo -c emu.c -o emu.o >/dev/null 2>&1
    14372:  #111 14.63 depbase=`echo emu_log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14373:  #111 14.63 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF $depbase.Tpo -c -o emu_log.lo emu_log.c &&\
    14374:  #111 14.63 mv -f $depbase.Tpo $depbase.Plo
    14375:  #111 14.67 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF .deps/emu_log.Tpo -c emu_log.c  -fPIC -DPIC -o .libs/emu_log.o
    14376:  #111 14.71 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_log.lo -MD -MP -MF .deps/emu_log.Tpo -c emu_log.c -o emu_log.o >/dev/null 2>&1
    14377:  #111 14.74 depbase=`echo emu_memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14378:  #111 14.74 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF $depbase.Tpo -c -o emu_memory.lo emu_memory.c &&\
    14379:  #111 14.74 mv -f $depbase.Tpo $depbase.Plo
    14380:  #111 14.78 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF .deps/emu_memory.Tpo -c emu_memory.c  -fPIC -DPIC -o .libs/emu_memory.o
    14381:  #111 14.83 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_memory.lo -MD -MP -MF .deps/emu_memory.Tpo -c emu_memory.c -o emu_memory.o >/dev/null 2>&1
    14382:  #111 14.88 depbase=`echo emu_cpu_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14383:  #111 14.88 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF $depbase.Tpo -c -o emu_cpu_data.lo emu_cpu_data.c &&\
    14384:  #111 14.88 mv -f $depbase.Tpo $depbase.Plo
    14385:  #111 14.92 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF .deps/emu_cpu_data.Tpo -c emu_cpu_data.c  -fPIC -DPIC -o .libs/emu_cpu_data.o
    14386:  #111 14.94 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu_data.lo -MD -MP -MF .deps/emu_cpu_data.Tpo -c emu_cpu_data.c -o emu_cpu_data.o >/dev/null 2>&1
    14387:  #111 14.96 depbase=`echo emu_cpu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14388:  #111 14.96 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF $depbase.Tpo -c -o emu_cpu.lo emu_cpu.c &&\
    14389:  #111 14.96 mv -f $depbase.Tpo $depbase.Plo
    14390:  #111 15.00 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF .deps/emu_cpu.Tpo -c emu_cpu.c  -fPIC -DPIC -o .libs/emu_cpu.o
    14391:  #111 15.07 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_cpu.lo -MD -MP -MF .deps/emu_cpu.Tpo -c emu_cpu.c -o emu_cpu.o >/dev/null 2>&1
    14392:  #111 15.15 depbase=`echo emu_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14393:  #111 15.15 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF $depbase.Tpo -c -o emu_string.lo emu_string.c &&\
    14394:  #111 15.15 mv -f $depbase.Tpo $depbase.Plo
    14395:  #111 15.19 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF .deps/emu_string.Tpo -c emu_string.c  -fPIC -DPIC -o .libs/emu_string.o
    14396:  #111 15.22 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_string.lo -MD -MP -MF .deps/emu_string.Tpo -c emu_string.c -o emu_string.o >/dev/null 2>&1
    14397:  #111 15.25 depbase=`echo emu_getpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14398:  #111 15.25 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF $depbase.Tpo -c -o emu_getpc.lo emu_getpc.c &&\
    14399:  #111 15.25 mv -f $depbase.Tpo $depbase.Plo
    14400:  #111 15.29 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF .deps/emu_getpc.Tpo -c emu_getpc.c  -fPIC -DPIC -o .libs/emu_getpc.o
    14401:  #111 15.32 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_getpc.lo -MD -MP -MF .deps/emu_getpc.Tpo -c emu_getpc.c -o emu_getpc.o >/dev/null 2>&1
    14402:  #111 15.36 depbase=`echo emu_graph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14403:  #111 15.36 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF $depbase.Tpo -c -o emu_graph.lo emu_graph.c &&\
    14404:  #111 15.36 mv -f $depbase.Tpo $depbase.Plo
    14405:  #111 15.40 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF .deps/emu_graph.Tpo -c emu_graph.c  -fPIC -DPIC -o .libs/emu_graph.o
    14406:  #111 15.47 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_graph.lo -MD -MP -MF .deps/emu_graph.Tpo -c emu_graph.c -o emu_graph.o >/dev/null 2>&1
    14407:  #111 15.55 depbase=`echo emu_hashtable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14408:  #111 15.55 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF $depbase.Tpo -c -o emu_hashtable.lo emu_hashtable.c &&\
    14409:  #111 15.55 mv -f $depbase.Tpo $depbase.Plo
    14410:  #111 15.59 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF .deps/emu_hashtable.Tpo -c emu_hashtable.c  -fPIC -DPIC -o .libs/emu_hashtable.o
    14411:  #111 15.64 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_hashtable.lo -MD -MP -MF .deps/emu_hashtable.Tpo -c emu_hashtable.c -o emu_hashtable.o >/dev/null 2>&1
    14412:  #111 15.70 depbase=`echo emu_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14413:  #111 15.70 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF $depbase.Tpo -c -o emu_list.lo emu_list.c &&\
    14414:  #111 15.70 mv -f $depbase.Tpo $depbase.Plo
    14415:  #111 15.74 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF .deps/emu_list.Tpo -c emu_list.c  -fPIC -DPIC -o .libs/emu_list.o
    14416:  #111 15.79 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_list.lo -MD -MP -MF .deps/emu_list.Tpo -c emu_list.c -o emu_list.o >/dev/null 2>&1
    14417:  #111 15.83 depbase=`echo emu_queue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14418:  #111 15.83 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF $depbase.Tpo -c -o emu_queue.lo emu_queue.c &&\
    14419:  #111 15.83 mv -f $depbase.Tpo $depbase.Plo
    14420:  #111 15.87 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF .deps/emu_queue.Tpo -c emu_queue.c  -fPIC -DPIC -o .libs/emu_queue.o
    14421:  #111 15.90 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_queue.lo -MD -MP -MF .deps/emu_queue.Tpo -c emu_queue.c -o emu_queue.o >/dev/null 2>&1
    14422:  #111 15.93 depbase=`echo emu_stack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14423:  #111 15.93 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF $depbase.Tpo -c -o emu_stack.lo emu_stack.c &&\
    14424:  #111 15.93 mv -f $depbase.Tpo $depbase.Plo
    14425:  #111 15.97 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF .deps/emu_stack.Tpo -c emu_stack.c  -fPIC -DPIC -o .libs/emu_stack.o
    14426:  #111 16.00 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_stack.lo -MD -MP -MF .deps/emu_stack.Tpo -c emu_stack.c -o emu_stack.o >/dev/null 2>&1
    14427:  #111 16.03 depbase=`echo emu_shellcode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14428:  #111 16.03 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF $depbase.Tpo -c -o emu_shellcode.lo emu_shellcode.c &&\
    14429:  #111 16.03 mv -f $depbase.Tpo $depbase.Plo
    14430:  #111 16.07 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF .deps/emu_shellcode.Tpo -c emu_shellcode.c  -fPIC -DPIC -o .libs/emu_shellcode.o
    14431:  #111 16.12 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_shellcode.lo -MD -MP -MF .deps/emu_shellcode.Tpo -c emu_shellcode.c -o emu_shellcode.o >/dev/null 2>&1
    14432:  #111 16.17 depbase=`echo emu_source.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14433:  #111 16.17 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF $depbase.Tpo -c -o emu_source.lo emu_source.c &&\
    14434:  #111 16.17 mv -f $depbase.Tpo $depbase.Plo
    14435:  #111 16.21 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF .deps/emu_source.Tpo -c emu_source.c  -fPIC -DPIC -o .libs/emu_source.o
    14436:  #111 16.24 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_source.lo -MD -MP -MF .deps/emu_source.Tpo -c emu_source.c -o emu_source.o >/dev/null 2>&1
    14437:  #111 16.28 depbase=`echo emu_track.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14438:  #111 16.28 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF $depbase.Tpo -c -o emu_track.lo emu_track.c &&\
    14439:  #111 16.28 mv -f $depbase.Tpo $depbase.Plo
    14440:  #111 16.32 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF .deps/emu_track.Tpo -c emu_track.c  -fPIC -DPIC -o .libs/emu_track.o
    14441:  #111 16.36 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_track.lo -MD -MP -MF .deps/emu_track.Tpo -c emu_track.c -o emu_track.o >/dev/null 2>&1
    14442:  #111 16.41 depbase=`echo emu_breakpoint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14443:  #111 16.41 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF $depbase.Tpo -c -o emu_breakpoint.lo emu_breakpoint.c &&\
    14444:  #111 16.41 mv -f $depbase.Tpo $depbase.Plo
    14445:  #111 16.45 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF .deps/emu_breakpoint.Tpo -c emu_breakpoint.c  -fPIC -DPIC -o .libs/emu_breakpoint.o
    14446:  #111 16.48 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT emu_breakpoint.lo -MD -MP -MF .deps/emu_breakpoint.Tpo -c emu_breakpoint.c -o emu_breakpoint.o >/dev/null 2>&1
    14447:  #111 16.52 depbase=`echo functions/aaa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14448:  #111 16.52 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF $depbase.Tpo -c -o functions/aaa.lo functions/aaa.c &&\
    14449:  #111 16.52 mv -f $depbase.Tpo $depbase.Plo
    14450:  #111 16.56 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF functions/.deps/aaa.Tpo -c functions/aaa.c  -fPIC -DPIC -o functions/.libs/aaa.o
    14451:  #111 16.59 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/aaa.lo -MD -MP -MF functions/.deps/aaa.Tpo -c functions/aaa.c -o functions/aaa.o >/dev/null 2>&1
    14452:  #111 16.62 depbase=`echo functions/adc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14453:  #111 16.62 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF $depbase.Tpo -c -o functions/adc.lo functions/adc.c &&\
    14454:  #111 16.62 mv -f $depbase.Tpo $depbase.Plo
    14455:  #111 16.66 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF functions/.deps/adc.Tpo -c functions/adc.c  -fPIC -DPIC -o functions/.libs/adc.o
    14456:  #111 16.75 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/adc.lo -MD -MP -MF functions/.deps/adc.Tpo -c functions/adc.c -o functions/adc.o >/dev/null 2>&1
    14457:  #111 16.85 depbase=`echo functions/add.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14458:  #111 16.85 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF $depbase.Tpo -c -o functions/add.lo functions/add.c &&\
    14459:  #111 16.85 mv -f $depbase.Tpo $depbase.Plo
    14460:  #111 16.89 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF functions/.deps/add.Tpo -c functions/add.c  -fPIC -DPIC -o functions/.libs/add.o
    14461:  #111 16.98 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/add.lo -MD -MP -MF functions/.deps/add.Tpo -c functions/add.c -o functions/add.o >/dev/null 2>&1
    14462:  #111 17.06 depbase=`echo functions/and.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14463:  #111 17.06 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF $depbase.Tpo -c -o functions/and.lo functions/and.c &&\
    14464:  #111 17.06 mv -f $depbase.Tpo $depbase.Plo
    14465:  #111 17.11 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF functions/.deps/and.Tpo -c functions/and.c  -fPIC -DPIC -o functions/.libs/and.o
    14466:  #111 17.17 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/and.lo -MD -MP -MF functions/.deps/and.Tpo -c functions/and.c -o functions/and.o >/dev/null 2>&1
    14467:  #111 17.25 depbase=`echo functions/call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14468:  #111 17.25 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF $depbase.Tpo -c -o functions/call.lo functions/call.c &&\
    14469:  #111 17.25 mv -f $depbase.Tpo $depbase.Plo
    14470:  #111 17.29 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF functions/.deps/call.Tpo -c functions/call.c  -fPIC -DPIC -o functions/.libs/call.o
    14471:  #111 17.32 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/call.lo -MD -MP -MF functions/.deps/call.Tpo -c functions/call.c -o functions/call.o >/dev/null 2>&1
    14472:  #111 17.35 depbase=`echo functions/cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14473:  #111 17.35 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF $depbase.Tpo -c -o functions/cmp.lo functions/cmp.c &&\
    14474:  #111 17.35 mv -f $depbase.Tpo $depbase.Plo
    14475:  #111 17.39 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF functions/.deps/cmp.Tpo -c functions/cmp.c  -fPIC -DPIC -o functions/.libs/cmp.o
    14476:  #111 17.48 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmp.lo -MD -MP -MF functions/.deps/cmp.Tpo -c functions/cmp.c -o functions/cmp.o >/dev/null 2>&1
    14477:  #111 17.56 depbase=`echo functions/cmps.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14478:  #111 17.56 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF $depbase.Tpo -c -o functions/cmps.lo functions/cmps.c &&\
    14479:  #111 17.56 mv -f $depbase.Tpo $depbase.Plo
    14480:  #111 17.60 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF functions/.deps/cmps.Tpo -c functions/cmps.c  -fPIC -DPIC -o functions/.libs/cmps.o
    14481:  #111 17.64 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/cmps.lo -MD -MP -MF functions/.deps/cmps.Tpo -c functions/cmps.c -o functions/cmps.o >/dev/null 2>&1
    14482:  #111 17.68 depbase=`echo functions/dec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14483:  #111 17.68 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF $depbase.Tpo -c -o functions/dec.lo functions/dec.c &&\
    14484:  #111 17.68 mv -f $depbase.Tpo $depbase.Plo
    14485:  #111 17.72 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF functions/.deps/dec.Tpo -c functions/dec.c  -fPIC -DPIC -o functions/.libs/dec.o
    14486:  #111 17.76 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/dec.lo -MD -MP -MF functions/.deps/dec.Tpo -c functions/dec.c -o functions/dec.o >/dev/null 2>&1
    14487:  #111 17.81 depbase=`echo functions/div.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14488:  #111 17.81 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF $depbase.Tpo -c -o functions/div.lo functions/div.c &&\
    14489:  #111 17.81 mv -f $depbase.Tpo $depbase.Plo
    14490:  #111 17.85 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF functions/.deps/div.Tpo -c functions/div.c  -fPIC -DPIC -o functions/.libs/div.o
    14491:  #111 17.88 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/div.lo -MD -MP -MF functions/.deps/div.Tpo -c functions/div.c -o functions/div.o >/dev/null 2>&1
    14492:  #111 17.92 depbase=`echo functions/group_1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    14493:  #111 17.92 /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/group_1.lo -MD -MP -MF $depbase.Tpo -c -o functions/group_1.lo functions/group_1.c &&\
    14494:  #111 17.92 mv -f $depbase.Tpo $depbase.Plo
    14495:  #111 17.96 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/group_1.lo -MD -MP -MF functions/.deps/group_1.Tpo -c functions/group_1.c  -fPIC -DPIC -o functions/.libs/group_1.o
    14496:  #111 17.99 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D _GNU_SOURCE -I/usr/local/include -Wno-unused-local-typedefs -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pipe -D _GNU_SOURCE -I../include -Werror -Wall -g -Wno-unused-local-typedefs -Wstrict-prototypes -MT functions/group_1.lo -MD -MP -MF functi...

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant