You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2019/02/16 02:52:00 UTC

[jira] [Created] (MESOS-9581) Mesos package naming appears to be undeterministic.

Till Toenshoff created MESOS-9581:
-------------------------------------

             Summary: Mesos package naming appears to be undeterministic.
                 Key: MESOS-9581
                 URL: https://issues.apache.org/jira/browse/MESOS-9581
             Project: Mesos
          Issue Type: Bug
          Components: build
    Affects Versions: 1.7.1
            Reporter: Till Toenshoff


Transcribed from slack; https://mesos.slack.com/archives/C7N086PK2/p1550158266006900

It appears there are a number of RPM packages called “mesos-1.7.1-2.0.1.el7.x86_64.rpm” in the wild.

I’ve caught specimens with build dates February 1st, 7th and 13th. While it’s somewhat troubling in itself, none of these packages is the one referred to in Yum repository metadata (repos.mesosphere.com), which is a package built today on the 14th, so I can’t install Mesos right now.

Could it be that your pipeline is creating a new package with the same verson and release in every nightly build?

Repository metadata
{noformat}
sqlite3 *primary.sqlite "select name, version, release, strftime('%d-%m-%Y %H:%M', datetime(time_build, 'unixepoch')) build_as_string, rpm_buildhost from packages where name = 'mesos' and version = '1.7.1';"
mesos|1.7.1|2.0.1|14-02-2019 12:30|ip-172-16-10-254.ec2.internal
Packages downloaded while investigating over the past few days 
Name : mesos
Version : 1.7.1
Release : 2.0.1
Architecture: x86_64
Install Date: (not installed)
Group : misc
Size : 298787793
License : Apache-2.0
Signature : RSA/SHA256, Fri 01 Feb 2019 11:38:47 PM UTC, Key ID df7d54cbe56151bf
Source RPM : mesos-1.7.1-2.0.1.src.rpm
Build Date : Fri 01 Feb 2019 11:15:17 PM UTC
Build Host : ip-172-16-10-11.ec2.internal
Relocations : / 
Packager : dev@mesos.apache.org
URL : https://mesos.apache.org/
Summary : Cluster resource manager with efficient resource isolation
Description :
[snip]

Name : mesos
Version : 1.7.1
Release : 2.0.1
Architecture: x86_64
Install Date: (not installed)
Group : misc
Size : 298791347
License : Apache-2.0
Signature : RSA/SHA256, Thu 07 Feb 2019 10:33:06 PM UTC, Key ID df7d54cbe56151bf
Source RPM : mesos-1.7.1-2.0.1.src.rpm
Build Date : Thu 07 Feb 2019 10:31:02 PM UTC
Build Host : ip-172-16-10-4.ec2.internal
Relocations : / 
Packager : dev@mesos.apache.org
URL : https://mesos.apache.org/
Summary : Cluster resource manager with efficient resource isolation
Description :
[snip]

Name : mesos
Version : 1.7.1
Release : 2.0.1
Architecture: x86_64
Install Date: (not installed)
Group : misc
Size : 298789309
License : Apache-2.0
Signature : RSA/SHA256, Wed Feb 13 04:35:02 2019, Key ID df7d54cbe56151bf
Source RPM : mesos-1.7.1-2.0.1.src.rpm
Build Date : Wed Feb 13 04:32:41 2019
Build Host : ip-172-16-10-83.ec2.internal
Relocations : / 
Packager : dev@mesos.apache.org
URL : https://mesos.apache.org/
Summary : Cluster resource manager with efficient resource isolation
Description :
 {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)