Skip to content
Started 2 yr 7 mo ago
Took 45 min
Success

Build #8 (Jun 22, 2022, 6:52:54 PM)

Build Artifacts
kola-a2e79d02.tar.xz3.38 MiB view
kola-upgrade-a2e79d02.tar.xz666.36 KiB view
rpm-ostree-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm3.85 MiB view
rpm-ostree-debuginfo-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm31.24 MiB view
rpm-ostree-debugsource-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm3.56 MiB view
rpm-ostree-devel-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm27.06 KiB view
rpm-ostree-libs-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm20.18 KiB view
rpm-ostree-libs-debuginfo-2022.10.50.g7bb3e30b-1.fc36.x86_64.rpm43.86 KiB view
vmcheck-logs.tar.xz5.29 MiB view
Changes
  1. Move from Quay.io to app.ci (details / githubweb)
  2. buildImage: add support for setting memory and cpu (details / githubweb)
  3. buildImage: fix resource request (details / githubweb)
  4. Add withPodmanRemote (details / githubweb)
Changes
  1. packaging: Canonicalize tarballs to uid/gid 0 (details / githubweb)
  2. packaging/spec: Don't own /usr/share/dbus-1/system-services (details / githubweb)
  3. Ignore .vscode and libgnlx-config.h (details / githubweb)
  4. build(deps): bump libglnx from `88da8dd` to `c71f7ae` (details / githubweb)
  5. build(deps): bump once_cell from 1.9.0 to 1.10.0 (details / githubweb)
  6. build(deps): bump termcolor from 1.1.2 to 1.1.3 (details / githubweb)
  7. Separate includes that need to retain non-alphabetic ordering. (details / githubweb)
  8. Add a clang-format configuration file. (details / githubweb)
  9. Add a pass to ensure C/C++ code under `src` meets style. (details / githubweb)
  10. Reformat all C/C++ code under src with clang-format. (details / githubweb)
  11. Require clang-format on all C/C++ files (details / githubweb)
  12. Update to cap-std-ext 0.23.3 (details / githubweb)
  13. ci: Only run one instance of `clang-format` (details / githubweb)
  14. packaging: Remove unneeded Windows binaries from vendor snapshot (details / githubweb)
  15. Makefile: add `make clang-format` to format tree (details / githubweb)
  16. libpriv/postprocess: always set exit code (details / githubweb)
  17. daemon/utils: avoid superfluous gotos (details / githubweb)
  18. docs: Mention mount point mutability (details / githubweb)
  19. daemon: port some sysroot core logic to Rust (details / githubweb)
  20. treefile: Don't serialize override-commit if `None` (details / githubweb)
  21. libpriv/container: Drop treefile generation helper (details / githubweb)
  22. libpriv/container: Add missing includes (details / githubweb)
  23. libpriv/import: implement autocleanup for rpmfd (details / githubweb)
  24. daemon/dbus/os: remove some goto statements (details / githubweb)
  25. daemon/sysroot: Use iterators more (details / githubweb)
  26. build(deps): bump regex from 1.5.4 to 1.5.5 (details / githubweb)
  27. build(deps): bump curl from 0.4.42 to 0.4.43 (details / githubweb)
  28. build(deps): bump anyhow from 1.0.55 to 1.0.56 (details / githubweb)
  29. build(deps): bump cxx from 1.0.65 to 1.0.66 (details / githubweb)
  30. build(deps): bump cxx-build from 1.0.65 to 1.0.66 (details / githubweb)
  31. compose: Complete porting to cap-std (details / githubweb)
  32. client: Don't invoke `systemctl start` if unit is already active (details / githubweb)
  33. client: Warn about reliability of `--check` and `--preview` (details / githubweb)
  34. Fix handling of lockfile parent directory, port to cap_std (details / githubweb)
  35. Fix clippy warning. (details / githubweb)
  36. extensions: Port to cap-std (details / githubweb)
  37. Bump to cap-std 0.24.2, use `try_exists()` (details / githubweb)
  38. scripts: Also ignore kernel-debug-core.posttrans (details / githubweb)
  39. lockfile: Use new internal `open_dir_of` helper (details / githubweb)
  40. composepost: Also remove stamp file created by recent RPM `%posttrans` (details / githubweb)
  41. .editorconfig|.vimrc: Adapt to .clang-format spec (details / githubweb)
  42. daemon/upgrader: Cleanup unused variables (details / githubweb)
  43. treefile: Drop new_from_fields() (details / githubweb)
  44. daemon/upgrader: Remove misleading try/catch (details / githubweb)
  45. libpriv/util: Rename CXX_TRY to ROSCXX_TRY and add CXX_TRY (details / githubweb)
  46. libpriv/util: Add `CXX` and `CXX_VAL` macros (details / githubweb)
  47. tree: Add missing CXX wrapping (details / githubweb)
  48. tree: Remove unneeded CXX wrapping (details / githubweb)
  49. tree: Remove more try/catch blocks (details / githubweb)
  50. daemon/dbus: port some deployment logic to Rust (details / githubweb)
  51. treefile: rework validation for container flow (details / githubweb)
  52. app/override: Support override remove in container flow (details / githubweb)
  53. app/override: Support override replace in container flow (details / githubweb)
  54. vmcheck/history: delete journal hack (details / githubweb)
  55. rpmutil: Ensure libdnf is initialized when loading rpmdb (details / githubweb)
  56. rust/origin: support converting treefile to origin (details / githubweb)
  57. ci: Add Github action flow for testing container path (details / githubweb)
  58. ci: Be verbose for tar extraction (details / githubweb)
  59. cli: Opt-in some CLI verbs to working inside ostree containers (details / githubweb)
  60. container: Cleanup BDB rpmdb leftovers after installs (details / githubweb)
  61. compose extensions: Support `--rootfs` (details / githubweb)
  62. extensions: Validate we don't have `--repo` and `--rootfs` (details / githubweb)
  63. ci: Drop skopeo override (details / githubweb)
  64. composepost: Make rpmdb location `pub(crate)` (details / githubweb)
  65. architecture: Motivate base vs extensions split (details / githubweb)
  66. man: Document that `rebase` and `deploy` will also update layered packages (details / githubweb)
  67. libpriv/origin: Uninline parse_deployment (details / githubweb)
  68. libpriv/origin: Drop classify_refspec (details / githubweb)
  69. libpriv/origin: Pass RpmOstreeOrigin directly to helper (details / githubweb)
  70. libpriv/origin: Drop get_full_refspec (details / githubweb)
  71. libpriv/origin: Rename has_packages to has_any_packages (details / githubweb)
  72. libpriv/origin: Delete unused modules_install (details / githubweb)
  73. rust/origin: Genericize keyfile string list parsing (details / githubweb)
  74. libpriv/origin: Drop unused get_string (details / githubweb)
  75. libpriv/origin: Move ref/unref higher up (details / githubweb)
  76. rust/utils: Add OptionExtGetOrInsertDefault (details / githubweb)
  77. libpriv/origin: Stop commenting override commit version (details / githubweb)
  78. rust/origin: Drop duplicate check for `container-image-reference` (details / githubweb)
  79. core: Make refspec classification infallible (details / githubweb)
  80. libpriv/origin: Make set_rebase infallible (details / githubweb)
  81. core: Oxidize rpmostree_refspec_classify (details / githubweb)
  82. spec: BR `libassuan-devel` on rhel8 (details / githubweb)
  83. daemon: Handle `org.freedesktop.DBus.Error.ServiceUnknown` too (details / githubweb)
  84. rust: Convert `map().flatten()` to `and_then()` (details / githubweb)
  85. rust/treefile: Support constructing from YAML strings (details / githubweb)
  86. libpriv/origin: Drop `G_[BEGIN|END]_DECLS` wrappers (details / githubweb)
  87. libpriv/origin: Label mutability of all public functions (details / githubweb)
  88. core: Port to cap-std (details / githubweb)
  89. compose: Fix handling of base rev (details / githubweb)
  90. libpriv/origin: Move source of truth to treefile (details / githubweb)
  91. libpriv/origin: Back get_refspec() by treefile (details / githubweb)
  92. libpriv/origin: Back get_custom_description() by treefile (details / githubweb)
  93. libpriv/origin: Back get_packages() by treefile (details / githubweb)
  94. libpriv/origin: Back has_modules_enable() by treefile (details / githubweb)
  95. libpriv/origin: Back get_local_packages() by treefile (details / githubweb)
  96. libpriv/origin: Back get_override_remove() by treefile (details / githubweb)
  97. libpriv/origin: Back get_overrides_local_replace() by treefile (details / githubweb)
  98. libpriv/origin: Back get_override_commit() by treefile (details / githubweb)
  99. libpriv/origin: Back get_initramfs_etc_files() by treefile (details / githubweb)
  100. libpriv/origin: Back get_regenerate_initramfs() by treefile (details / githubweb)
  101. libpriv/origin: Back get_initramfs_args() by treefile (details / githubweb)
  102. libpriv/origin: Back get_unconfigured_state() by treefile (details / githubweb)
  103. libpriv/origin: Back has_any_packages() by treefile (details / githubweb)
  104. libpriv/origin: Back may_require_local_assembly() by treefile (details / githubweb)
  105. libpriv/origin: Back dup_keyfile() by treefile (details / githubweb)
  106. libpriv/origin: Back get_cliwrap() by treefile (details / githubweb)
  107. daemon: Port to cap-std (details / githubweb)
  108. extensions: Port to cap-std (details / githubweb)
  109. testutils: Port to cap-std (details / githubweb)
  110. testutils: Port to rustix for `Mode` (details / githubweb)
  111. partial, tree-wide: Switch to using inline variables in `format!` (details / githubweb)
  112. use basename when cleaning up the .vmlinuz.hmac file (details / githubweb)
  113. build(deps): bump libc from 0.2.119 to 0.2.121 (details / githubweb)
  114. build(deps): bump cap-tempfile from 0.24.1 to 0.24.2 (details / githubweb)
  115. build(deps): bump tracing from 0.1.31 to 0.1.32 (details / githubweb)
  116. build(deps): bump paste from 1.0.6 to 1.0.7 (details / githubweb)
  117. build(deps): bump tracing-subscriber from 0.3.9 to 0.3.10 (details / githubweb)
  118. port rpmostreed_generate_object_path to rust (details / githubweb)
  119. libpriv/origin: Make sync_treefile() void (details / githubweb)
  120. libpriv/origin: Use CXX_MUST_VAL in sync_treefile() (details / githubweb)
  121. libpriv/origin: Add sync_origin() (details / githubweb)
  122. libpriv/origin: Use set_override_commit() instead of treefile resync (details / githubweb)
  123. libpriv/origin: Fully back override-commit by treefile (details / githubweb)
  124. rust/treefile: Make initramfs-etc a set (details / githubweb)
  125. libpriv/origin: Use initramfs_etc_files_track() instead of treefile resync (details / githubweb)
  126. libpriv/origin: Use initramfs_etc_files_untrack() instead of treefile resync (details / githubweb)
  127. libpriv/origin: Use initramfs_etc_files_untrack_all() instead of treefile resync (details / githubweb)
  128. libpriv/origin: Fully back initramfs-etc files by treefile (details / githubweb)
  129. daemon: Move tokio handle reference into daemon (details / githubweb)
  130. core: Minor cleanups for kernel hmac bits (details / githubweb)
  131. libpriv/unpacker: tweak error handling (details / githubweb)
  132. libpriv/unpacker: implement autocleanup for archive (details / githubweb)
  133. ci: Move legacy compose tests to GH actions (details / githubweb)
  134. ci: Rename some of the GH actions (details / githubweb)
  135. Update to ostree-ext 0.7, add new `container-encapsulate` (details / githubweb)
  136. ci: Move codestyle check into our single GH actions flow (details / githubweb)
  137. ci: Pull buildroot from CI registry (details / githubweb)
  138. importer: Initialize cpio offset (details / githubweb)
  139. ci: Drop unnecessary `parallel` (details / githubweb)
  140. libpriv/editor: rework error handling to avoid goto statements (details / githubweb)
  141. app: implement auto-cleanup for TransactionProgress (details / githubweb)
  142. daemon: simplify some error cases (details / githubweb)
  143. tree-wide: Rework C++ try/catch to GError bridging (details / githubweb)
  144. Release 2021.6 (details / githubweb)
  145. Downgrade tracing-subscriber to 0.3.9 (details / githubweb)
  146. build(deps): bump tracing-subscriber from 0.3.9 to 0.3.11 (details / githubweb)
  147. build(deps): bump memfd from 0.4.1 to 0.5.0 (details / githubweb)
  148. daemon/dbus: remove some goto statements (details / githubweb)
  149. Release 2022.7 (details / githubweb)
  150. build(deps): bump libc from 0.2.121 to 0.2.122 (details / githubweb)
  151. build(deps): bump tracing from 0.1.32 to 0.1.33 (details / githubweb)
  152. daemon/dbus: split apart error handling and transaction detection (details / githubweb)
  153. refts: Correctly canonicalize explicit zero epoch (details / githubweb)
  154. daemon/dbus: rework transactions detection and creation (details / githubweb)
  155. libpriv/origin: Derive keyfile from treefile (details / githubweb)
  156. libpriv/origin: Delete remove_transient_state() (details / githubweb)
  157. rust/origin: Use baserefspec based on `may_require_local_assembly` (details / githubweb)
  158. rust/treefile: Add container_image_reference derivation field (details / githubweb)
  159. rust/treefile: Bundle refspec with its type (details / githubweb)
  160. libpriv/origin: Delete sync_baserefspec() (details / githubweb)
  161. libpriv/origin: Fully back refspec by treefile (details / githubweb)
  162. libpriv/origin: Fully back initramfs regeneration by treefile (details / githubweb)
  163. libpriv/origin: Fully back cliwrap by treefile (details / githubweb)
  164. rust/origin: Print original value on kf diff mismatch (details / githubweb)
  165. rust/treefile: Make package and modules-related fields BTreeSets (details / githubweb)
  166. rust/treefile: Rename local packages-related functions (details / githubweb)
  167. rust/treefile: Make packages-related setters take Vec ownership (details / githubweb)
  168. libpriv/origin: Fully back layered packages by treefile (details / githubweb)
  169. libpriv/origin: Break up add_packages() into multiple functions (details / githubweb)
  170. rust/origin: Import `ORIGIN_CONTAINER` for brevity (details / githubweb)
  171. daemon/dbus: remove one goto statement (details / githubweb)
  172. app/clientlib: remove one goto statement (details / githubweb)
  173. Add some assertions to silence `gcc -fanalyzer`. (details / githubweb)
  174. tree: Fix formatting for GLNX_HASH_TABLE_FOREACH (details / githubweb)
  175. core: Pass replaced pkg names to check_goal_solution instead of nevras (details / githubweb)
  176. Add support for repo overrides in container flow (details / githubweb)
  177. rpmutil: Plug a memory leak in capability conversion (details / githubweb)
  178. tests: Turn off zincati when rebasing (details / githubweb)
  179. tests: Loosen regexp for error message (details / githubweb)
  180. build(deps): bump memfd from 0.5.0 to 0.5.1 (details / githubweb)
  181. build(deps): bump rayon from 1.5.1 to 1.5.2 (details / githubweb)
  182. build(deps): bump libc from 0.2.122 to 0.2.124 (details / githubweb)
  183. build(deps): bump tracing from 0.1.33 to 0.1.34 (details / githubweb)
  184. libpriv/json-parsing: port one helper to Rust (details / githubweb)
  185. build(deps): bump ostree-ext from 0.7.0 to 0.7.1 (details / githubweb)
  186. treefile: rename one method (details / githubweb)
  187. service: Don't fail if `/var/lib/containers` doesn't exist (details / githubweb)
  188. Update to ostree-ext 0.7.1, add container progress notifications (details / githubweb)
  189. main: Move `ostree-container` to pkglibdir, also expose `ostree ima-sign` (details / githubweb)
  190. Release 2022.8 (details / githubweb)
  191. libpriv/importer: simplify ostree branch handling (details / githubweb)
  192. libpriv/importer: avoid caching header digest (details / githubweb)
  193. libpriv/import: move result formatting out of core logic (details / githubweb)
  194. libpriv/importer: port logic for /var/lib/ symlinks to Rust (details / githubweb)
  195. libpriv/origin: Back add_modules() by treefile (details / githubweb)
  196. libpriv/origin: Back remove_modules() by treefile (details / githubweb)
  197. libpriv/origin: Back remove_all_packages() by treefile (details / githubweb)
  198. libpriv/origin: Stop caching module-related keys (details / githubweb)
  199. rust/treefile: Fix has_modules_enable() check (details / githubweb)
  200. rust/origin: Don't add empty string lists in origin (details / githubweb)
  201. rust/treefile: Rename `modules` variable for clarity (details / githubweb)
  202. rust/treefile: Make override-remove field a BTreeSet (details / githubweb)
  203. libpriv/origin: Back add_overrides() by treefile (details / githubweb)
  204. libpriv/origin: Back remove_override() by treefile (details / githubweb)
  205. libpriv/origin: Back remove_all_overrides() by treefile (details / githubweb)
  206. libpriv/origin: Stop caching override-related keys (details / githubweb)
  207. build(deps): bump nix from 0.23.1 to 0.24.1 (details / githubweb)
  208. build(deps): bump anyhow from 1.0.56 to 1.0.57 (details / githubweb)
  209. rust/treefile: Separately assert override didn't exist (details / githubweb)
  210. libpriv/origin: Drop unused RpmOstreeOriginOverrideType enum (details / githubweb)
  211. rust/libdnf-sys: Rename libdnf.hxx to libdnf.hpp and reformat (details / githubweb)
  212. rust/libdnf-sys: Bridge hy_split_nevra() (details / githubweb)
  213. Use `--workspace` when running `cargo test` (details / githubweb)
  214. libpriv/origin: Fix change setting in `add_*_packages` (details / githubweb)
  215. rust/treefile: Add more testing for `add_packages` (details / githubweb)
  216. libpriv/origin: Back remove_packages() by treefile (details / githubweb)
  217. libpriv/origin: Stop caching package-related keys (details / githubweb)
  218. libpriv/origin: Stop caching unconfigured state (details / githubweb)
  219. libpriv/origin: Drop unused functions (details / githubweb)
  220. libpriv/origin: Drop GKeyFile member from RpmOstreeOrigin (details / githubweb)
  221. libpriv/origin: Free treefile when dropping RpmOstreeOrigin (details / githubweb)
  222. libpriv/importer: port logic for /opt symlinks to Rust (details / githubweb)
  223. importer: minor code tweaks (details / githubweb)
  224. libpriv/importer: port path translation to Rust (details / githubweb)
  225. ci: Reduce parallelism of vmcheck tests to 5 (details / githubweb)
  226. build(deps): bump libc from 0.2.124 to 0.2.125 (details / githubweb)
  227. build(deps): bump cxx from 1.0.66 to 1.0.67 (details / githubweb)
  228. build(deps): bump cxx-build from 1.0.66 to 1.0.67 (details / githubweb)
  229. build(deps): bump serde_json from 1.0.79 to 1.0.80 (details / githubweb)
  230. build(deps): bump serde from 1.0.136 to 1.0.137 (details / githubweb)
  231. lib: Add an API to get "system host" (details / githubweb)
  232. cliwrap: add install verb, support being run in a container (details / githubweb)
  233. cliwrap: Enable `yum install foo` in a container (details / githubweb)
  234. core: Check for errors from `hy_subject_get_best_solution` (details / githubweb)
  235. treefile: Handle whitespace splitting for remote override packages (details / githubweb)
  236. treefile: Simplify code for whitespace-splitting repo packages (details / githubweb)
  237. libpriv/core: workaround libdnf vars path lookup (details / githubweb)
  238. libpriv/core: canonicalize install_root (details / githubweb)
  239. postprocess: Move rpmdb cleanup into Rust (details / githubweb)
  240. cliwrap: Use `Utf8Path` to drop an `unwrap()` also `ok_or_else` (details / githubweb)
  241. cliwrap: More Utf8Path usage (details / githubweb)
  242. rpmutil: Factor out helper for fcaps to single variant (details / githubweb)
  243. core: Add constants for IMA (details / githubweb)
  244. postprocess: Automatically propagate user.ostreemeta xattrs in commit (details / githubweb)
  245. build: Add support for propagating RPM IMA signatures (details / githubweb)
  246. libpriv/importer: move ostree branch caching to Rust (details / githubweb)
  247. tests: Add a compose IMA test (details / githubweb)
  248. testdeps: Install rpm-sign (details / githubweb)
  249. history: Port to cap-std (details / githubweb)
  250. build(deps): bump serde_yaml from 0.8.23 to 0.8.24 (details / githubweb)
  251. build(deps): bump indoc from 1.0.4 to 1.0.6 (details / githubweb)
  252. build(deps): bump cap-tempfile from 0.24.2 to 0.24.3 (details / githubweb)
  253. build(deps): bump openssl from 0.10.38 to 0.10.40 (details / githubweb)
  254. build(deps): bump serde_json from 1.0.80 to 1.0.81 (details / githubweb)
  255. libpriv/importer: cache package name (details / githubweb)
  256. libpriv/importer: port docs filtering to Rust (details / githubweb)
  257. treefile: Remove unused workdir (details / githubweb)
  258. Update to ostree-ext 0.7.2 (details / githubweb)
  259. rust/treefile: Drop `set_packages_override_remove` (details / githubweb)
  260. core: Include expected SHA256 in mismatch error (details / githubweb)
  261. core: Hint at warnings when dnf_sack_add_cmdline_package fails (details / githubweb)
  262. app/override: Mark `replace` and `remove` as container capable (details / githubweb)
  263. cargo: add bitflags (details / githubweb)
  264. lockfile: refresh after changes (details / githubweb)
  265. libpriv/importer: move importer flags to Rust (details / githubweb)
  266. tree-wide: Update to cap-std 0.25 (details / githubweb)
  267. build(deps): bump libdnf from `e5ecbc1` to `1742be5` (details / githubweb)
  268. tests: Adapt for Fedora 36 rebase (details / githubweb)
  269. ci: Mark git checkout as safe (details / githubweb)
  270. ci: Consistently use app.ci over quay.io for cosa and fcos-buildroot images (details / githubweb)
  271. tests/container-image: Build derived image with --net=host (details / githubweb)
  272. tests/vmcheck/db: Bump fake glibc.i686 version (details / githubweb)
  273. Release 2022.9 (details / githubweb)
  274. build: Hard require rpm 4.16 (details / githubweb)
  275. daemon: Handle rebasing back from container to ostree (details / githubweb)
  276. build(deps): bump libglnx from `c71f7ae` to `c59eb27` (details / githubweb)
  277. build(deps): bump camino from 1.0.7 to 1.0.8 (details / githubweb)
  278. build(deps): bump rayon from 1.5.2 to 1.5.3 (details / githubweb)
  279. build(deps): bump cxx-build from 1.0.67 to 1.0.68 (details / githubweb)
  280. build(deps): bump cxx from 1.0.67 to 1.0.68 (details / githubweb)
  281. ci: Verify we have no `goto` usage in C/C++ (details / githubweb)
  282. tests: Fix dependency on uid/gid in compose tests (details / githubweb)
  283. ci: Also build clang in Github Actions (details / githubweb)
  284. Enable compilation with librhsm (details / githubweb)
  285. spec: Add bcond for rhsm mirroring libdnf (details / githubweb)
  286. daemon: Fix passing stack allocated vdict to Rust (details / githubweb)
  287. rpmostreed-sysroot: Use G_IO_ERROR_BUSY for "Transaction in progress" error (details / githubweb)
  288. build(deps): bump libdnf from `1742be5` to `6d74efc` (details / githubweb)
  289. build(deps): bump libc from 0.2.125 to 0.2.126 (details / githubweb)
  290. build(deps): bump once_cell from 1.10.0 to 1.11.0 (details / githubweb)
  291. build(deps): bump once_cell from 1.10.0 to 1.12.0 (details / githubweb)
  292. build(deps): bump camino from 1.0.8 to 1.0.9 (details / githubweb)
  293. rust: Bump ostree and ostree-rs-ext (details / githubweb)
  294. ci: Add `override` CLI container tests (details / githubweb)
  295. rust/core: Import `anyhow` macro for brevity (details / githubweb)
  296. rust/libdnf-sys: Bridge using C++ classes instead (details / githubweb)
  297. rust/libdnf-sys: Bridge DnfSack (details / githubweb)
  298. treefile: Drop override-replace-local-rpms (details / githubweb)
  299. container: Support package and Fedora integration URLs (details / githubweb)
  300. tests/compose: Bump FCOS commit to latest (details / githubweb)
  301. copr: Mark git checkout as safe (details / githubweb)
  302. copr: Run `git` only after installing it (details / githubweb)
  303. copr: Disable git repo ownership security (details / githubweb)
  304. rust/fedora-integration: Only download valid packages to replace (details / githubweb)
  305. rust: Tighten `unsafe` scope to just `from_glib_full` (details / githubweb)
  306. build(deps): bump regex from 1.5.5 to 1.5.6 (details / githubweb)
  307. build(deps): bump cap-tempfile from 0.24.3 to 0.24.4 (details / githubweb)
  308. rust/libdnf: fix some implicit pointer conversions (details / githubweb)
  309. composepost,passwd: Port to cap-std (details / githubweb)
  310. passwd: Two minor style/typo fixes for previous commit (details / githubweb)
  311. rust: Drop duplicate enum `PackageOverrideSourceKind` (details / githubweb)
  312. rust: Rename `PackageOverrideSource` for consistency (details / githubweb)
  313. rust/treefile: impl `From<OverrideReplace>` for `RemoteOverrideReplace` (details / githubweb)
  314. rust/treefile: Also merge derivation fields (details / githubweb)
  315. rust/treefile: Drop `serialized` struct member (details / githubweb)
  316. rust/treefile: Add `merge_treefile` (details / githubweb)
  317. rust/treefile: Check for repo overrides in `has_any_packages` (details / githubweb)
  318. rust/treefile: Canonicalize repo packages at merge time (details / githubweb)
  319. rust/treefile: Canonicalize repo override replacements (details / githubweb)
  320. app/override: Simplify conditional for experimental (details / githubweb)
  321. app/status: Drop duplicate NULL append to GPtrArray (details / githubweb)
  322. rust/treefile: Support adding/removing repo overrides (details / githubweb)
  323. client: Add error prefixing for RegisterClient failures (details / githubweb)
  324. normalization,passwd: A bit more cap-std porting (details / githubweb)
  325. compose: Disable fsync on cache repositories if it's disabled on target (details / githubweb)
  326. rust/scripts: Ignore `kernel-automotive-core.posttrans` (details / githubweb)
  327. rust: Add "reborrow" API, use for live path (+1 cancellable bit) (details / githubweb)
  328. libpriv: Drop libarchive input stream copy (details / githubweb)
  329. build(deps): bump libdnf from `6d74efc` to `9f0c0d2` (details / githubweb)
  330. build(deps): bump memfd from 0.5.1 to 0.6.0 (details / githubweb)
  331. core: Oxidize commit_has_matching_sepolicy (details / githubweb)
  332. core: Oxidize get_header_variant (details / githubweb)
  333. rust: Drop a few more `Pin<&mut T>` (details / githubweb)
  334. rust: Switch to 2021 edition (details / githubweb)
  335. treefile: Have `get_initramfs_args()` unify both sources (details / githubweb)
  336. postprocess: Port to using treefile, not serialized JSON (details / githubweb)
  337. compose: Port to use `treefile_rs->get_selinux()` (details / githubweb)
  338. compose: Add and use treefile API to get GPG key (details / githubweb)
  339. compose: Add and use treefile API to get automatic version suffix (details / githubweb)
  340. Delete C JSON parsing helpers (details / githubweb)
  341. build(deps): bump crossbeam-utils from 0.8.5 to 0.8.8 (details / githubweb)
  342. build(deps): bump hyper from 0.14.9 to 0.14.19 (details / githubweb)
  343. util: Delete some dead code (details / githubweb)
  344. cliwrap/dracut: Don't intercept if we're running in systemd (details / githubweb)
  345. rpmostree-container: print transaction (details / githubweb)
  346. rust/passwd: Drop unnecessary `Pin<&mut T>` (details / githubweb)
  347. compose: Make a default treefile instead of using `std::optional` (details / githubweb)
  348. rust/origin: Drop unnecessary `Pin<&mut T>` (details / githubweb)
  349. diff: Drop use of Pin<&mut T> for ostree repo (details / githubweb)
  350. libpriv/importer: move rpmfi overrides map to Rust (details / githubweb)
  351. kernel: Stop hardcoding `dracut --gzip` (details / githubweb)
  352. libpriv/rpm-util: remove dead code for signal handling (details / githubweb)
  353. build(deps): bump tracing from 0.1.34 to 0.1.35 (details / githubweb)
  354. utils: Clean up `get_features()` (details / githubweb)
  355. rpmutil: Drop unnecessary `Pin<&mut T>` (details / githubweb)
  356. lib: Drop unnecessary `Pin<&mut T>` from package variant API (details / githubweb)
  357. libpriv/importer: move tmpfiles.d entries buffering to Rust (details / githubweb)
  358. rust/client: Drop use of Pin<&mut T> (details / githubweb)
  359. rust/importer: Drop use of `Pin<&mut T>` (details / githubweb)
  360. rust/origin: Support repo overrides (details / githubweb)
  361. daemon: Add `treefile` modifier to `UpdateDeployment` (details / githubweb)
  362. importer: Use a more functional-style fold (details / githubweb)
  363. ci: Use my branch of cxxbridge-cmd (details / githubweb)
  364. Release 2022.10 (details / githubweb)
  365. docs/HACKING: Introduce `gdb` via container first (details / githubweb)
  366. daemon: Filter out redundant layered metadata (details / githubweb)
  367. daemon: Rename `modules-enabled` deployment variant key (details / githubweb)
  368. rust/treefile: Fix checking for empty remote overrides (details / githubweb)
  369. tree: Rename local replacement-related variables (details / githubweb)
  370. core: Remove redundant check from `check_goal_solution` (details / githubweb)
  371. core: Disable cache-only mode if remote overrides present (details / githubweb)
  372. core: Strengthen replacement handling in `check_goal_solution` (details / githubweb)
  373. app/status: Simplify local replacement printing (details / githubweb)
  374. app/status: Rename `ReplacedBasePackages` to `LocalOverrides` (details / githubweb)
  375. app/status: Rename variables to be more accurate (details / githubweb)
  376. app/status: Initialize `origin_refspec` at declaration (details / githubweb)
  377. app/status: Rename function to print wrapped values (details / githubweb)
  378. app/status: Make `print_values` return boolean (details / githubweb)
  379. app/status: Support printing values with a header (details / githubweb)
  380. app/status: Use ternary operator to be more succinct (details / githubweb)
  381. app/status: Return early in `print_origin_repos` if no-op (details / githubweb)
  382. app/status: Factor out printing commit checksum and rpmmd repos (details / githubweb)
  383. app/status: Reuse `print_values` to print rpmmd repos (details / githubweb)
  384. app/status: Fix live commit printing logic (details / githubweb)
  385. vmsync: Don't hard require `ostree-grub2` (details / githubweb)
  386. daemon/os-experimental: Don't delete packages from local repos (details / githubweb)
  387. app/override: Always treat NEVRA as frozen (details / githubweb)
  388. core: Support package names only for remote overrides (details / githubweb)
  389. tests/override-pinning: Adapt to latest expected output (details / githubweb)
  390. rust: port to clap 3.2 (details / githubweb)
  391. composepost: Use `cap-std`'s `fs_utf8` (details / githubweb)
  392. composepost: Add and use helpers for reading/writing absolute symlinks (details / githubweb)
  393. composepost: Minor cleanup for cancellation (details / githubweb)
  394. rust/builtins: split out 'usroverlay' CLI verb (details / githubweb)
  395. .gitignore: Add tests/kola (details / githubweb)
  396. daemon/upgrader: Handle inactive remote overrides (details / githubweb)
  397. daemon/os-experimental: Factor out package downloading (details / githubweb)
  398. app/override: Don't refresh rpmmd for frozen packages (details / githubweb)
  399. app/override: Move down some variable declarations (details / githubweb)
  400. app/override: Fix leaking D-Bus proxy (details / githubweb)
  401. app/override: Factor out function to sort override args (details / githubweb)
  402. app/kargs: Use common function to run transaction (details / githubweb)
  403. build(deps): bump clap from 3.2.4 to 3.2.5 (details / githubweb)
  404. build(deps): bump anyhow from 1.0.57 to 1.0.58 (details / githubweb)
  405. build(deps): bump cxx from 1.0.68 to 1.0.69 (details / githubweb)
  406. build(deps): bump cxx-build from 1.0.68 to 1.0.69 (details / githubweb)
  407. Revert "ci: Use my branch of cxxbridge-cmd" (details / githubweb)

Started by user Jonathan Lebon

This run spent:

  • 36 sec waiting;
  • 45 min build duration;
  • 45 min total from scheduled to completion.
Revision: 0130f4de1ed95633c893df0691c3c07bb7c37d2c
Repository: https://github.com/coreos/coreos-ci-lib.git
  • main
Revision: 7bb3e30bb08ac957a2ea609fdad7620744516202
Repository: https://github.com/coreos/rpm-ostree.git
  • main