Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

bump/main#221

Merged
qmonnet merged 1 commit intomainfrom
bump/main
Jan 6, 2026
Merged

bump/main#221
qmonnet merged 1 commit intomainfrom
bump/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated changes by create-pull-request GitHub action

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jan 5, 2026

Outdated packages (gnu64):

priority nix_package version_local version_nixpkgs version_upstream
13 glibc 2.40-66 2.40-66 2.42
11 llvm 21.1.7 21.1.7 21.1.8
11 binutils 2.44 2.44 2.45.1
10 bash 5.3p3 5.3p3 5.3.p9;5.3_p9
10 pcre2 10.46 10.46 10.47
10 coreutils 9.8 9.8 9.9
7 libnl 3.11.0 3.11.0 3.12.0
5 ncurses 6.5 6.5 6.6
5 xz 5.8.1 5.8.1 5.8.2
4 tzdata 2025b 2025b 2025c
4 readline 8.3p1 8.3p1 8.3p3;8.3p003;8.3_p3
4 rdma-core 60.0 60.0 61.0
4 kmod 31 31 34.2
4 numactl 2.0.18 2.0.18 2.0.19
2 dpdk 25.07 25.07 25.11

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jan 5, 2026

Vulnerable packages (gnu64):

vuln_id url package severity version_local version_nixpkgs version_upstream package_repology sortcol classify
CVE-2025-8225 https://nvd.nist.gov/vuln/detail/CVE-2025-8225 binutils 3.3 2.44 2.44 2.45.1 binutils 2025A0000008225 fix_update_to_version_upstream
CVE-2025-8224 https://nvd.nist.gov/vuln/detail/CVE-2025-8224 binutils 3.3 2.44 2.44 2.45.1 binutils 2025A0000008224 fix_update_to_version_upstream
CVE-2025-6170 https://nvd.nist.gov/vuln/detail/CVE-2025-6170 libxml2 2.5 2.15.1 2.15.1 2.15.1 libxml2 2025A0000006170 err_not_vulnerable_based_on_repology
CVE-2025-6021 https://nvd.nist.gov/vuln/detail/CVE-2025-6021 libxml2 7.5 2.15.1 2.15.1 2.15.1 libxml2 2025A0000006021 err_not_vulnerable_based_on_repology
CVE-2025-5745 https://nvd.nist.gov/vuln/detail/CVE-2025-5745 glibc 5.6 2.40-66 2.40-66 2.42 glibc 2025A0000005745 fix_update_to_version_upstream
CVE-2025-5702 https://nvd.nist.gov/vuln/detail/CVE-2025-5702 glibc 5.6 2.40-66 2.40-66 2.42 glibc 2025A0000005702 fix_update_to_version_upstream
CVE-2025-3198 https://nvd.nist.gov/vuln/detail/CVE-2025-3198 binutils 3.3 2.44 2.44 2.45.1 binutils 2025A0000003198 fix_update_to_version_upstream
CVE-2025-1153 https://nvd.nist.gov/vuln/detail/CVE-2025-1153 binutils 3.1 2.44 2.44 2.45.1 binutils 2025A0000001153 fix_update_to_version_upstream
OSV-2024-698 https://osv.dev/OSV-2024-698 libxml2 2.15.1 2.15.1 2.15.1 libxml2 2024A0000000698 err_not_vulnerable_based_on_repology
CVE-2023-6992 https://nvd.nist.gov/vuln/detail/CVE-2023-6992 zlib 4.0 1.3.1 1.3.1 1.3.1 zlib 2023A0000006992 err_not_vulnerable_based_on_repology
CVE-2023-4039 https://nvd.nist.gov/vuln/detail/CVE-2023-4039 gcc 4.8 15.2.0 15.2.0 15.2.0 gcc 2023A0000004039 fix_not_available
OSV-2021-777 https://osv.dev/OSV-2021-777 libxml2 2.15.1 2.15.1 2.15.1 libxml2 2021A0000000777 err_not_vulnerable_based_on_repology
CVE-2016-2781 https://nvd.nist.gov/vuln/detail/CVE-2016-2781 coreutils 6.5 9.8 9.8 9.9 coreutils 2016A0000002781 fix_not_available

@qmonnet qmonnet added the ci:-upgrade Disable VLAB upgrade tests label Jan 5, 2026
@qmonnet
Copy link
Copy Markdown
Member

qmonnet commented Jan 5, 2026

Gateway fails to get ready:

15:05:20 INF Fabricator ready gen=2 version=v0.43.1-98-gef98b727-dirty-QB1455
15:05:20 INF Waiting for switches and gateways ready appliedFor=30s timeout=30m0s
15:05:20 INF Expected switches agent=v0.100.0 switches="[leaf-02 leaf-03 leaf-04 leaf-05 spine-01 spine-02 leaf-01]"
15:05:20 INF Expected gateways dataplane=v0.7.0 gateways=[gateway-1]
15:05:20 INF Switches status notReady="[leaf-02 leaf-03 leaf-04 leaf-05 spine-01 spine-02 leaf-01]" notUpdated=[]
15:05:20 INF Gateways status notReady=[gateway-1] notUpdated=[]
15:05:50 INF Gateways status notReady=[gateway-1] notUpdated=[]
[...]
15:33:50 INF Gateways status notReady=[gateway-1] notUpdated=[]
15:34:20 INF Gateways status notReady=[gateway-1] notUpdated=[]
15:34:50 INF Gateways status notReady=[gateway-1] notUpdated=[]
15:35:19 ERR Failed to wait for ready err="waiting for ready: context deadline exceeded"
15:35:19 INF Retry attempt number=2
15:35:19 WRN Failed err="inspecting: context cancelled during retry: context deadline exceeded"

making the workflow timeout.

@qmonnet
Copy link
Copy Markdown
Member

qmonnet commented Jan 6, 2026

4th CI run is the charm 🙃

@qmonnet qmonnet merged commit 2b1e63f into main Jan 6, 2026
27 of 33 checks passed
@qmonnet qmonnet deleted the bump/main branch January 6, 2026 11:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant