You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Mario Salazar de Torres <ma...@est.tech> on 2021/06/02 21:03:32 UTC

Re: Concourse pipeline for geode-native RHEL-8 build failing

Hi again,

After further looking into the issue, I've seen that since execution #218 a new image to build in RHEL-8 is used. Its timestamp is: 2021-05-12T13:07:24.644-07:00
However, the error appears at build #233 with execution timestamp 2021-05-21T20:57:04Z related to PR #805 (not yet merged). Its parent commit is 36c84e2ce8b9f72b5c520e233bd991f1ac8d8894<https://github.com/apache/geode-native/commit/36c84e2ce8b9f72b5c520e233bd991f1ac8d8894>
Commit 36c84e2ce8b9f72b5c520e233bd991f1ac8d8894<https://github.com/apache/geode-native/commit/36c84e2ce8b9f72b5c520e233bd991f1ac8d8894> is related to PR #802, which was merged 2021-05-06T17:34:42Z.

Consequently:

  *   The error doesn't seem to be related to an image change, since the last image change was between builds #217 and #218 and the error did not appear until #233
  *   The error is not related to a commit being merged, since the parent commit (36c84e2ce8b9f72b5c520e233bd991f1ac8d8894<https://github.com/apache/geode-native/commit/36c84e2ce8b9f72b5c520e233bd991f1ac8d8894>) for the first failing execution was merged since a while ago: 2021-05-06T17:34:42Z

So, TBH, I can't say what can't be happening there. Would it be possible to share the Gcloud RHEL-8 image so I can make some additional tests? Or maybe is there someone with access to the Gcloud project that can further look into this problem.
There are 8 PR's blocked due to this issue, so any help would be welcomed.

Thanks!
Mario.

________________________________
From: Mario Salazar de Torres <ma...@est.tech>
Sent: Monday, May 31, 2021 1:39 PM
To: dev@geode.apache.org <de...@geode.apache.org>
Subject: Concourse pipeline for geode-native RHEL-8 build failing

Hi,

I've seen that all RHEL 8 geode-native build jobs are failing since the last week.
The kind of error reported is:
Inconsistency detected by ld.so: dl-call-libc-early-init.c: 37: _dl_call_libc_early_init: Assertion `sym != NULL' failed!
An example of such issue is: https://concourse.apachegeode-ci.info/builds/43747#L60706bff:4934

I've generated the gcloud image for RHEL-8 using packer, and executed several failing commits, but compilation was always successful.
So, I was wondering if you have recently re-generated the RHEL8 gcloud image lately? I mention it because as I've read this kind of issue might be caused by glibc being corrupted.

Thanks!
Mario