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

chromium/129.0.6668.89 package update #29853

Closed
wants to merge 4 commits into from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Oct 2, 2024

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr P1 This label indicates our scanning found High, Medium or Low CVEs for these packages. labels Oct 2, 2024
Copy link
Contributor Author

octo-sts bot commented Oct 2, 2024

Open AI suggestions to solve the build error:

The error message is: "WARN skipping arch arm64\nWARN target-architecture and --arch do not overlap, nothing to build\nWARN skipping test for chromium on arm64"

1. Verify the target architecture in your build configuration.
2. Ensure the `--arch` flag matches the target architecture.
3. Check if arm64 support is enabled in your build system.
4. Update the build configuration to include arm64 if necessary.
5. Re-run the build process.

Copy link
Contributor

github-actions bot commented Oct 3, 2024

Package chromium: Click to expand/collapse

Package chromium:
Modified: /usr/lib/chromium/chrome
Modified: /usr/lib/chromium/chromedriver
Modified: /usr/lib/chromium/headless_lib_data.pak
Modified: /usr/lib/chromium/headless_lib_strings.pak
Modified: /usr/lib/chromium/libqt6_shim.so
Modified: /usr/lib/chromium/libqt6_shim.so.TOC
Modified: /usr/lib/chromium/resources.pak
Modified: /usr/lib/chromium/snapshot_blob.bin
Modified: /usr/lib/chromium/v8_context_snapshot.bin

Package chromium-lang: Click to expand/collapse

Package chromium-lang:
Modified: /usr/lib/chromium/locales/af.pak
Modified: /usr/lib/chromium/locales/cs.pak
Modified: /usr/lib/chromium/locales/da.pak
Modified: /usr/lib/chromium/locales/de.pak
Modified: /usr/lib/chromium/locales/es.pak
Modified: /usr/lib/chromium/locales/fa.pak
Modified: /usr/lib/chromium/locales/fr.pak
Modified: /usr/lib/chromium/locales/hi.pak
Modified: /usr/lib/chromium/locales/it.pak
Modified: /usr/lib/chromium/locales/kn.pak
Modified: /usr/lib/chromium/locales/pt-BR.pak
Modified: /usr/lib/chromium/locales/ru.pak
Modified: /usr/lib/chromium/locales/sl.pak
Modified: /usr/lib/chromium/locales/uk.pak

Package chromium-docker-selenium-compat: Click to expand/collapse

Package chromium-docker-selenium-compat:
Modified: /opt/selenium/browser_version

malcontent found differences: Click to expand/collapse

Deleted: chromium/var/lib/db/sbom/chromium-129.0.6668.70-r0.spdx.json [⚠️ MEDIUM]

RISK KEY DESCRIPTION EVIDENCE
-MEDIUM net/download download files downloadLocation
-LOW ref/site/url contains embedded HTTPS URLs https://spdx.org/spdxdocs/chainguard/melange/8191b355b5c2c8711782c8d9f426

Deleted: chromium-docker-selenium-compat/var/lib/db/sbom/chromium-docker-selenium-compat-129.0.6668.70-r0.spdx.json [⚠️ MEDIUM]

RISK KEY DESCRIPTION EVIDENCE
-MEDIUM net/download download files downloadLocation
-LOW ref/site/url contains embedded HTTPS URLs https://spdx.org/spdxdocs/chainguard/melange/6f8176a02d1249e65ebbed8c286f

Added: chromium/var/lib/db/sbom/chromium-129.0.6668.89-r0.spdx.json [⚠️ MEDIUM]

RISK KEY DESCRIPTION EVIDENCE
+MEDIUM net/download download files downloadLocation
+LOW ref/site/url contains embedded HTTPS URLs https://spdx.org/spdxdocs/chainguard/melange/a6185f4cb0b90bc26732fb80595b

Added: chromium-docker-selenium-compat/var/lib/db/sbom/chromium-docker-selenium-compat-129.0.6668.89-r0.spdx.json [⚠️ MEDIUM]

RISK KEY DESCRIPTION EVIDENCE
+MEDIUM net/download download files downloadLocation
+LOW ref/site/url contains embedded HTTPS URLs https://spdx.org/spdxdocs/chainguard/melange/0e30f12217cc446a30bd5ca0d61c

Changed: /tmp/wolfictl-apk-1893967168/chromium/usr/lib/chromium/chromedriver

Changed: /tmp/wolfictl-apk-1893967168/chromium/usr/lib/chromium/chrome

Moved: chromium-lang/var/lib/db/sbom/chromium-lang-129.0.6668.70-r0.spdx.json -> /tmp/wolfictl-apk-1893967168/chromium-lang/var/lib/db/sbom/chromium-lang-129.0.6668.89-r0.spdx.json (similarity: 0.98)

@octo-sts octo-sts bot added bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed labels Oct 3, 2024
Copy link
Contributor Author

octo-sts bot commented Oct 3, 2024

Open AI suggestions to solve the build error:

The error log indicates the following issues:

1. **Warning**: "target-architecture and --arch do not overlap, nothing to build"
   - This suggests that the specified target architecture and the `--arch` flag do not match, resulting in no build being executed.

2. **Warning**: "skipping test for chromium on arm64"
   - This indicates that the test for Chromium on the arm64 architecture is being skipped.

**Recommendations**:
- Verify and ensure that the target architecture in your build configuration matches the `--arch` flag.
- Check if the build system supports the specified architecture.
- Update the build configuration or `--arch` flag to align with supported architectures.
- Re-run the build process after making the necessary adjustments.

Copy link
Contributor Author

octo-sts bot commented Oct 7, 2024

Open AI suggestions to solve the build error:

The error message in the log is: "WARN target-architecture and --arch do not overlap, nothing to build."

To fix this error, you should:
1. Ensure the target architecture matches the specified `--arch` option.
2. Verify the build configuration in `chromium.yaml` to support the desired architecture.
3. Adjust the build scripts or environment to align the architecture settings.

@mamccorm mamccorm force-pushed the wolfictl-c34e4e31-2892-4b9a-b0c9-78506f592db3 branch from c0dd8fd to 7d2f711 Compare October 7, 2024 23:05
Copy link
Contributor Author

octo-sts bot commented Oct 8, 2024

Open AI suggestions to solve the build error:

The error message in the log is: "WARN target-architecture and --arch do not overlap, nothing to build." 

To fix this error, you should:
1. Ensure the target architecture matches the specified `--arch` option.
2. Verify the build configuration to include the correct architecture.
3. Adjust the build script or configuration file to align the architectures.

@EyeCantCU EyeCantCU force-pushed the wolfictl-c34e4e31-2892-4b9a-b0c9-78506f592db3 branch from 7d2f711 to d4e29d1 Compare October 8, 2024 02:53
Copy link
Contributor Author

octo-sts bot commented Oct 8, 2024

Open AI suggestions to solve the build error:

The error message in the log is: "WARN target-architecture and --arch do not overlap, nothing to build."

To fix this error, you should:
1. Ensure the target architecture matches the specified `--arch` option.
2. Verify that the architecture specified in the build command is supported by the package.
3. Adjust the build configuration to include the correct architecture.
4. Re-run the build process with the corrected settings.

wolfi-bot and others added 4 commits October 8, 2024 20:50
Signed-off-by: Mark McCormick <[email protected]>
Chromium is dependent on libfreeblpriv3.so, provided by nss, and will try to get it from Firefox otherwise

Signed-off-by: RJ Trujillo <[email protected]>
Signed-off-by: RJ Sampson <[email protected]>
@mamccorm mamccorm force-pushed the wolfictl-c34e4e31-2892-4b9a-b0c9-78506f592db3 branch from d4e29d1 to 51750f0 Compare October 8, 2024 19:50
Copy link
Contributor Author

octo-sts bot commented Oct 8, 2024

superseded by #30357

@octo-sts octo-sts bot closed this Oct 8, 2024
@octo-sts octo-sts bot deleted the wolfictl-c34e4e31-2892-4b9a-b0c9-78506f592db3 branch October 9, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed P1 This label indicates our scanning found High, Medium or Low CVEs for these packages. request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants