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

Change Base Image to Ubuntu 22.04 #370

Merged
merged 12 commits into from
Feb 10, 2023
Merged

Change Base Image to Ubuntu 22.04 #370

merged 12 commits into from
Feb 10, 2023

Conversation

xusine
Copy link
Contributor

@xusine xusine commented Aug 11, 2022

Not to be merged, but just recording the problem fixing during this process.

@xusine xusine changed the title Ubuntu22.04 Change Base Image to Ubuntu 22.04 Aug 11, 2022
@xusine
Copy link
Contributor Author

xusine commented Aug 11, 2022

Images to build:

  • openjdk11
  • graphite-statsd (nodejs version is too old, already not maintained by the official.) (deprecated)
  • memcached
  • cassandra
  • faban
  • hadoop
  • mysql
  • siege (deprecated)
  • spark
  • data-analytics
  • data-caching
  • data-serving
  • django-workload (deprecated)
  • graph-analytics
  • in-memory-analysis
  • media-streaming
  • web-search (Wait for the server to be migrated to the openjdk)
  • web-serving (Wait for the web-server to be migrated to php7 and the removal of the HHVM. Update web serving #348 )

@xusine
Copy link
Contributor Author

xusine commented Sep 12, 2022

All docker images are successfully built except the follow images:

  • django-workload:uwsgi (Incompatible Python version, 3.10 provided, but requiring 3.8, 3.9) (deprecated)
  • django-workload:graphite-statd (Outdated version of NodeJS. ) (deprecated)
  • web-search:index (wrong link)

The next step is to test each of the workload on Both x86, ARM, and RISC-V to see if there is any running error.

  • x86:
    • data-analytics
    • data-caching
    • data-serving
    • graph-analytics
    • in-memory-analytics
    • media-streaming
    • web-search
    • web-serving
  • arm64:
    • data-analytics
    • data-caching
    • data-serving
    • graph-analytics
    • in-memory-analytics
    • media-streaming
    • web-search
    • web-serving
  • riscv64:
    • data-analytics
    • data-caching
    • data-serving
    • graph-analytics
    • in-memory-analytics
    • media-streaming
    • web-search
    • web-serving

@xusine xusine force-pushed the ubuntu22.04 branch 2 times, most recently from c0867c8 to f26c857 Compare September 20, 2022 15:38
@xusine
Copy link
Contributor Author

xusine commented Sep 23, 2022

When generating the dataset for Ubuntu 22.04, we saw the following error message:

[mp4 @ 0xaaaac43d96d0] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0xaaaad4f12450] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0xaaaac124c490] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0xaaaafe915f00] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format

@xusine xusine force-pushed the ubuntu22.04 branch 3 times, most recently from 3405625 to 8bdd197 Compare September 25, 2022 11:16
@UlisesLuzius UlisesLuzius self-requested a review February 8, 2023 11:38
@xusine
Copy link
Contributor Author

xusine commented Feb 9, 2023

When running on the media-streaming dataset, I got the following warning:

[mp4 @ 0x556f1432fcc0] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0x56324aa1b140] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
[mp4 @ 0x55dbd9de4440] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format

This warning seems to be a bug of ffmpeg 4.4, and it has been fixed in ffmpeg 5.0. Ubuntu 22.04 does not have the latest ffmpeg. However, this bug does not influence the result.

@xusine xusine merged commit 6b01009 into main Feb 10, 2023
@xusine xusine deleted the ubuntu22.04 branch February 10, 2023 13:21
@xusine xusine mentioned this pull request Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants