zrhoffman opened a new issue, #7297: URL: https://github.com/apache/trafficcontrol/issues/7297
<!-- ************ STOP!! ************ If this issue identifies a security vulnerability, DO NOT submit it! Instead, contact the Apache Traffic Control Security Team at [email protected] and follow the guidelines at https://apache.org/security regarding vulnerability disclosure. - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/tc-slack-request) or the Traffic Control Users mailing list (send an email to [email protected] to subscribe). - Before submitting, please **SEARCH GITHUB** for a similar issue or PR * https://github.com/apache/trafficcontrol/issues * https://github.com/apache/trafficcontrol/pulls --> <!-- Do not submit security vulnerabilities or support requests here - see above --> ## This Bug Report affects these Traffic Control components: <!-- delete all those that don't apply --> - CDN in a Box - Traffic Portal, Traffic Portal integration tests ## Current behavior: <!-- Describe how the bug happens --> Building the `portal-integration-test` CDN in a Box service fails for `BASE_IMAGE`=centos `RHEL_VERSION`=7: ```dockerfile #8 48.29 Installing : nodejs-2:16.19.0-1nodesource.x86_64 1/1 #8 48.30 error: rpmdb: BDB0689 Packages page 3294 is on free list with type 7 #8 48.30 error: rpmdb: BDB0061 PANIC: Invalid argument #8 48.30 error: db5 error(-30973) from dbcursor->c_put: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery #8 48.30 error: error(-30973) adding header #382 record #8 48.30 error: rpmdb: BDB0060 PANIC: fatal region error detected; run recovery #8 48.30 error: db5 error(-30973) from dbcursor->c_close: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery #8 48.30 error: rpmdb: BDB0060 PANIC: fatal region error detected; run recovery #8 48.30 error: db5 error(-30973) from db->sync: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery #8 48.30 #8 48.30 BDB0060 PANIC: fatal region error detected; run recovery #8 48.30 Verifying : nodejs-2:16.19.0-1nodesource.x86_64 1/1 #8 48.88 #8 48.88 Failed: #8 48.88 nodejs-2:16.19.0-1nodesource.x86_64 ``` ## Expected behavior: <!-- Describe what the behavior would be without the bug --> Building the `portal-integration-test` CDN in a Box service should succeed. ## Steps to reproduce: <!-- If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and include the applicable TC version. --> - Use Docker version 20.10.8, build 3967b7d - Use docker-compose version 1.27.4, build 40524192 ```shell BASE_IMAGE=centos RHEL_VERSION=7 docker-compose -f infrastructure/cdn-in-a-box/docker-compose.traffic-portal-test.yml build portal-integration-test ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
