Skip to content

Commit 39fb169

Browse files
committed
ci: some help!
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent af6b552 commit 39fb169

File tree

3 files changed

+460
-12
lines changed

3 files changed

+460
-12
lines changed

.github/workflows/clis.yml

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,26 @@ jobs:
106106
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
107107
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force buildxargs --git https://github.com/fenollp/buildxargs.git
108108
109+
- if: ${{ failure() || success() }}
110+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
111+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
112+
113+
- if: ${{ failure() || success() }}
114+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
115+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
116+
117+
- if: ${{ failure() || success() }}
118+
name: 🔴 =means=> there's some panic!s
119+
run: grep -C20 -F ' panicked at ' logs.txt && false
120+
121+
- if: ${{ failure() || success() }}
122+
name: 🔴 =means=> there's some BUGs
123+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
124+
125+
- if: ${{ failure() || success() }}
126+
name: 🔴 =means=> here's relevant logs
127+
run: grep -C20 -F ' >>> ' logs.txt && false
128+
109129
- if: ${{ failure() || success() }}
110130
run: tail -n9999999 logs.txt ; echo >logs.txt
111131

@@ -216,6 +236,26 @@ jobs:
216236
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
217237
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force buildxargs --git https://github.com/fenollp/buildxargs.git
218238
239+
- if: ${{ failure() || success() }}
240+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
241+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
242+
243+
- if: ${{ failure() || success() }}
244+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
245+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
246+
247+
- if: ${{ failure() || success() }}
248+
name: 🔴 =means=> there's some panic!s
249+
run: grep -C20 -F ' panicked at ' logs.txt && false
250+
251+
- if: ${{ failure() || success() }}
252+
name: 🔴 =means=> there's some BUGs
253+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
254+
255+
- if: ${{ failure() || success() }}
256+
name: 🔴 =means=> here's relevant logs
257+
run: grep -C20 -F ' >>> ' logs.txt && false
258+
219259
- if: ${{ failure() || success() }}
220260
run: tail -n9999999 logs.txt ; echo >logs.txt
221261

@@ -326,6 +366,26 @@ jobs:
326366
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
327367
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
328368
369+
- if: ${{ failure() || success() }}
370+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
371+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
372+
373+
- if: ${{ failure() || success() }}
374+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
375+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
376+
377+
- if: ${{ failure() || success() }}
378+
name: 🔴 =means=> there's some panic!s
379+
run: grep -C20 -F ' panicked at ' logs.txt && false
380+
381+
- if: ${{ failure() || success() }}
382+
name: 🔴 =means=> there's some BUGs
383+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
384+
385+
- if: ${{ failure() || success() }}
386+
name: 🔴 =means=> here's relevant logs
387+
run: grep -C20 -F ' >>> ' logs.txt && false
388+
329389
- if: ${{ failure() || success() }}
330390
run: tail -n9999999 logs.txt ; echo >logs.txt
331391

@@ -436,6 +496,26 @@ jobs:
436496
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
437497
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected] --git https://github.com/cross-rs/cross.git --tag=v0.2.5 cross
438498
499+
- if: ${{ failure() || success() }}
500+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
501+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
502+
503+
- if: ${{ failure() || success() }}
504+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
505+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
506+
507+
- if: ${{ failure() || success() }}
508+
name: 🔴 =means=> there's some panic!s
509+
run: grep -C20 -F ' panicked at ' logs.txt && false
510+
511+
- if: ${{ failure() || success() }}
512+
name: 🔴 =means=> there's some BUGs
513+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
514+
515+
- if: ${{ failure() || success() }}
516+
name: 🔴 =means=> here's relevant logs
517+
run: grep -C20 -F ' >>> ' logs.txt && false
518+
439519
- if: ${{ failure() || success() }}
440520
run: tail -n9999999 logs.txt ; echo >logs.txt
441521

@@ -546,6 +626,26 @@ jobs:
546626
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
547627
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected] --git https://github.com/cross-rs/cross.git --tag=v0.2.5 cross
548628
629+
- if: ${{ failure() || success() }}
630+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
631+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
632+
633+
- if: ${{ failure() || success() }}
634+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
635+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
636+
637+
- if: ${{ failure() || success() }}
638+
name: 🔴 =means=> there's some panic!s
639+
run: grep -C20 -F ' panicked at ' logs.txt && false
640+
641+
- if: ${{ failure() || success() }}
642+
name: 🔴 =means=> there's some BUGs
643+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
644+
645+
- if: ${{ failure() || success() }}
646+
name: 🔴 =means=> here's relevant logs
647+
run: grep -C20 -F ' >>> ' logs.txt && false
648+
549649
- if: ${{ failure() || success() }}
550650
run: tail -n9999999 logs.txt ; echo >logs.txt
551651

@@ -656,6 +756,26 @@ jobs:
656756
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
657757
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected] --features=dns-over-rustls
658758
759+
- if: ${{ failure() || success() }}
760+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
761+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
762+
763+
- if: ${{ failure() || success() }}
764+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
765+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
766+
767+
- if: ${{ failure() || success() }}
768+
name: 🔴 =means=> there's some panic!s
769+
run: grep -C20 -F ' panicked at ' logs.txt && false
770+
771+
- if: ${{ failure() || success() }}
772+
name: 🔴 =means=> there's some BUGs
773+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
774+
775+
- if: ${{ failure() || success() }}
776+
name: 🔴 =means=> here's relevant logs
777+
run: grep -C20 -F ' >>> ' logs.txt && false
778+
659779
- if: ${{ failure() || success() }}
660780
run: tail -n9999999 logs.txt ; echo >logs.txt
661781

@@ -766,6 +886,26 @@ jobs:
766886
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
767887
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected] --features=dns-over-rustls
768888
889+
- if: ${{ failure() || success() }}
890+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
891+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
892+
893+
- if: ${{ failure() || success() }}
894+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
895+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
896+
897+
- if: ${{ failure() || success() }}
898+
name: 🔴 =means=> there's some panic!s
899+
run: grep -C20 -F ' panicked at ' logs.txt && false
900+
901+
- if: ${{ failure() || success() }}
902+
name: 🔴 =means=> there's some BUGs
903+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
904+
905+
- if: ${{ failure() || success() }}
906+
name: 🔴 =means=> here's relevant logs
907+
run: grep -C20 -F ' >>> ' logs.txt && false
908+
769909
- if: ${{ failure() || success() }}
770910
run: tail -n9999999 logs.txt ; echo >logs.txt
771911

@@ -876,6 +1016,26 @@ jobs:
8761016
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
8771017
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
8781018
1019+
- if: ${{ failure() || success() }}
1020+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1021+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1022+
1023+
- if: ${{ failure() || success() }}
1024+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1025+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1026+
1027+
- if: ${{ failure() || success() }}
1028+
name: 🔴 =means=> there's some panic!s
1029+
run: grep -C20 -F ' panicked at ' logs.txt && false
1030+
1031+
- if: ${{ failure() || success() }}
1032+
name: 🔴 =means=> there's some BUGs
1033+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1034+
1035+
- if: ${{ failure() || success() }}
1036+
name: 🔴 =means=> here's relevant logs
1037+
run: grep -C20 -F ' >>> ' logs.txt && false
1038+
8791039
- if: ${{ failure() || success() }}
8801040
run: tail -n9999999 logs.txt ; echo >logs.txt
8811041

@@ -986,6 +1146,26 @@ jobs:
9861146
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
9871147
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
9881148
1149+
- if: ${{ failure() || success() }}
1150+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1151+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1152+
1153+
- if: ${{ failure() || success() }}
1154+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1155+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1156+
1157+
- if: ${{ failure() || success() }}
1158+
name: 🔴 =means=> there's some panic!s
1159+
run: grep -C20 -F ' panicked at ' logs.txt && false
1160+
1161+
- if: ${{ failure() || success() }}
1162+
name: 🔴 =means=> there's some BUGs
1163+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1164+
1165+
- if: ${{ failure() || success() }}
1166+
name: 🔴 =means=> here's relevant logs
1167+
run: grep -C20 -F ' >>> ' logs.txt && false
1168+
9891169
- if: ${{ failure() || success() }}
9901170
run: tail -n9999999 logs.txt ; echo >logs.txt
9911171

@@ -1096,6 +1276,26 @@ jobs:
10961276
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
10971277
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
10981278
1279+
- if: ${{ failure() || success() }}
1280+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1281+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1282+
1283+
- if: ${{ failure() || success() }}
1284+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1285+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1286+
1287+
- if: ${{ failure() || success() }}
1288+
name: 🔴 =means=> there's some panic!s
1289+
run: grep -C20 -F ' panicked at ' logs.txt && false
1290+
1291+
- if: ${{ failure() || success() }}
1292+
name: 🔴 =means=> there's some BUGs
1293+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1294+
1295+
- if: ${{ failure() || success() }}
1296+
name: 🔴 =means=> here's relevant logs
1297+
run: grep -C20 -F ' >>> ' logs.txt && false
1298+
10991299
- if: ${{ failure() || success() }}
11001300
run: tail -n9999999 logs.txt ; echo >logs.txt
11011301

@@ -1206,6 +1406,26 @@ jobs:
12061406
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
12071407
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
12081408
1409+
- if: ${{ failure() || success() }}
1410+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1411+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1412+
1413+
- if: ${{ failure() || success() }}
1414+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1415+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1416+
1417+
- if: ${{ failure() || success() }}
1418+
name: 🔴 =means=> there's some panic!s
1419+
run: grep -C20 -F ' panicked at ' logs.txt && false
1420+
1421+
- if: ${{ failure() || success() }}
1422+
name: 🔴 =means=> there's some BUGs
1423+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1424+
1425+
- if: ${{ failure() || success() }}
1426+
name: 🔴 =means=> here's relevant logs
1427+
run: grep -C20 -F ' >>> ' logs.txt && false
1428+
12091429
- if: ${{ failure() || success() }}
12101430
run: tail -n9999999 logs.txt ; echo >logs.txt
12111431

@@ -1316,6 +1536,26 @@ jobs:
13161536
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
13171537
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
13181538
1539+
- if: ${{ failure() || success() }}
1540+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1541+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1542+
1543+
- if: ${{ failure() || success() }}
1544+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1545+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1546+
1547+
- if: ${{ failure() || success() }}
1548+
name: 🔴 =means=> there's some panic!s
1549+
run: grep -C20 -F ' panicked at ' logs.txt && false
1550+
1551+
- if: ${{ failure() || success() }}
1552+
name: 🔴 =means=> there's some BUGs
1553+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1554+
1555+
- if: ${{ failure() || success() }}
1556+
name: 🔴 =means=> here's relevant logs
1557+
run: grep -C20 -F ' >>> ' logs.txt && false
1558+
13191559
- if: ${{ failure() || success() }}
13201560
run: tail -n9999999 logs.txt ; echo >logs.txt
13211561

@@ -1426,6 +1666,26 @@ jobs:
14261666
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
14271667
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
14281668
1669+
- if: ${{ failure() || success() }}
1670+
name: 🔴 =means=> it's again that cargo issue https://github.com/rust-lang/cargo/pull/14322
1671+
run: grep -C20 -F "thread 'main' panicked at src/cargo/util/dependency_queue.rs:" logs.txt && false
1672+
1673+
- if: ${{ failure() || success() }}
1674+
name: 🔴 =means=> it's again that docker issue https://github.com/moby/buildkit/issues/5217
1675+
run: "grep -C20 -F 'ResourceExhausted: grpc: received message larger than max' logs.txt && false"
1676+
1677+
- if: ${{ failure() || success() }}
1678+
name: 🔴 =means=> there's some panic!s
1679+
run: grep -C20 -F ' panicked at ' logs.txt && false
1680+
1681+
- if: ${{ failure() || success() }}
1682+
name: 🔴 =means=> there's some BUGs
1683+
run: "grep -C20 -F 'BUG: ' logs.txt && false"
1684+
1685+
- if: ${{ failure() || success() }}
1686+
name: 🔴 =means=> here's relevant logs
1687+
run: grep -C20 -F ' >>> ' logs.txt && false
1688+
14291689
- if: ${{ failure() || success() }}
14301690
run: tail -n9999999 logs.txt ; echo >logs.txt
14311691

0 commit comments

Comments
 (0)