I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging.

Because I want to research a correlation between the build error and how to be fixed by machine learning approach to automate RPM packaging.
I do not want to pay my money for my private AWS server for that. :)

Is it possible to a server space?

For example,

A RPM package's repository has
  Time line: Commit A => Commit B

- Commit hash A that has a build error.
- Commit hash B that the error is fixed on.

The record may be like this.

Input data:
  - Fedora package name
  - The RPM spec file content at commit hash A.
  - root.log and build.log at the commit hash A.
Output data:
  - Commit hash B: How to be fixed for commit hash A's error.

Jun