bt benchmark: Add further ignored commits
authorKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 18:39:48 +0000 (14:39 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 29 May 2023 13:02:22 +0000 (09:02 -0400)
ade5c95e2a4f90f839f222fc1a66175b3b199922 and
30341532906d62808e9d66fb115f5edb4e6f5706 fail in the xenial rootfs,
unable to configure with the following error:

```
configure: error: elfutils >= 0.154 is required to use the debug info
feature. You can disable this feature using --disable-debug-info.
```

The rootfs has elfutils, libelf1, and libelf1-dev at a version >=
0.154 and I don't intend to investigate further.

@see https://lava-master-03.internal.efficios.com/scheduler/job/138
@see https://lava-master-03.internal.efficios.com/scheduler/job/144

006c5ffb42f32e802136e3c27a63accb59b4d6c4 and
88488ff5bdcd7679ff1f04fe6cff0d24b4f8fc0c fail to compile with the
following error:

```
param-validation.c:226:30: error: BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERROR undeclared
```

@see https://lava-master-03.internal.efficios.com/scheduler/job/136
@see https://lava-master-03.internal.efficios.com/scheduler/job/139

Further commits were added grouped in to two sections: Issues with
elfutils, and other build problems.

Based on jobs ~150-229 on lava-master-03

Change-Id: Ia6a7d60a474a53dd5395ee0cf133b43d3df7ceff

scripts/babeltrace-benchmark/benchmark.py

index 961624e6ac79d8551f31786e967a330c0587bd06..f48a5009730a63f72a83ad45260cf26b896f3e7e 100644 (file)
@@ -49,6 +49,46 @@ invalid_commits = {
     "80aff5efc66679fd934cef433c0e698694748385", # Does not build
     "f4f11e84942d36fcc8a597d226928bce2ccac4b3", # Does not build
     "ae466a6e1b856d96cf5112a371b4df2b732503ec", # Does not build
+    "ade5c95e2a4f90f839f222fc1a66175b3b199922", # Configuration fails
+    "30341532906d62808e9d66fb115f5edb4e6f5706", # Configuration fails
+    "006c5ffb42f32e802136e3c27a63accb59b4d6c4", # Does not build
+    "88488ff5bdcd7679ff1f04fe6cff0d24b4f8fc0c", # Does not build
+    # Other errors
+    "7c7301d5827bd10ec7c34da7ffc5fe74e5047d38",
+    "a0df3abf88616cb0799f87f4eb57c54268e63448",
+    "b7045dd71bc0524ad6b5db96df365e98e237d395",
+    "cf7b259eaa602abcef308d2b5dd8e6c9ee995d8b",
+    "90a55a4ef47cac7b568f5f0a8a78bd760f82d23c",
+    "baa5e3aa82a82c9d0fa59e3c586c0168bb5dc267",
+    "af9f8da7ba4a9b16fc36d637b8c3a0c7a8774da2",
+    "fe748379adbd385efdfc7acae9c2340fb8b7d717",
+    "baa5e3aa82a82c9d0fa59e3c586c0168bb5dc267",
+    "af9f8da7ba4a9b16fc36d637b8c3a0c7a8774da2",
+    "fe748379adbd385efdfc7acae9c2340fb8b7d717",
+    "929627965e33e06dc77254d81e8ec1d66cc06590",
+    "48a0e52c4632a60cd43423f2f34f10de350bf868",
+    "b7fa35fce415b33207a9eba111069ed31ef122a0",
+    "828c8a25785e0cedaeb6987256a4dfc3c43b982f",
+    "213489680861e4d796173513effac7023312ec2d",
+    "430a5ccbbd15782501ca56bb148f3850126277ad",
+    "629d19044c43b195498d0a4e002906c54b6186d5",
+    "c423217ed1640b4152739f7e5613775d46c25050",
+    # Elfutils
+    "776a2a252c9875caa1e8b4f41cb8cc12c79611c3",
+    "435aa29aff0527d36aafa1b657ae70b9db5f9ea5",
+    "95651695473495501fc6b2c4a1cf6a78cfb3cd6a",
+    "e0748fb2ba8994c136bcc0b67d3044f09841cf8e",
+    "9e632b22e1310fe773edc32ab08a60602f4b2861",
+    "271fb6907a6f4705a1c799d925394243eae51d68",
+    "328342cd737582216dc7b8b7d558b2a1bf8ea5e8",
+    "ae5c1a4481be68fae027910b141354c1d86daa64",
+    "e6938018975e45d35dab5fef795fe7344eef7d62",
+    "e015bae2ef343b30c890eebb9182a8be13d12ed0",
+    "5e8a0751ae0c418a615025d1da10bc84f91b3d97",
+    "887d26fa0fd0ae0c5c15e4b885473c4cdc0bf078",
+    "e97fe75eac59fc39a6e4f3c4f9f3301835a0315e",
+    "8b130e7f1d6a41fb5c64a014c15246ba74b79470",
+    "f4f8f79893b18199b38edc3330093a9403c4c737",
 }
 
 def json_type(string):
This page took 0.026477 seconds and 4 git commands to generate.