@@ -106,6 +106,26 @@ jobs:
106
106
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
107
107
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force buildxargs --git https://github.com/fenollp/buildxargs.git
108
108
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
+
109
129
- if : ${{ failure() || success() }}
110
130
run : tail -n9999999 logs.txt ; echo >logs.txt
111
131
@@ -216,6 +236,26 @@ jobs:
216
236
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
217
237
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force buildxargs --git https://github.com/fenollp/buildxargs.git
218
238
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
+
219
259
- if : ${{ failure() || success() }}
220
260
run : tail -n9999999 logs.txt ; echo >logs.txt
221
261
@@ -326,6 +366,26 @@ jobs:
326
366
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
327
367
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
328
368
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
+
329
389
- if : ${{ failure() || success() }}
330
390
run : tail -n9999999 logs.txt ; echo >logs.txt
331
391
@@ -436,6 +496,26 @@ jobs:
436
496
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
437
497
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
438
498
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
+
439
519
- if : ${{ failure() || success() }}
440
520
run : tail -n9999999 logs.txt ; echo >logs.txt
441
521
@@ -546,6 +626,26 @@ jobs:
546
626
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
547
627
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
548
628
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
+
549
649
- if : ${{ failure() || success() }}
550
650
run : tail -n9999999 logs.txt ; echo >logs.txt
551
651
@@ -656,6 +756,26 @@ jobs:
656
756
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
657
757
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected] --features=dns-over-rustls
658
758
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
+
659
779
- if : ${{ failure() || success() }}
660
780
run : tail -n9999999 logs.txt ; echo >logs.txt
661
781
@@ -766,6 +886,26 @@ jobs:
766
886
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
767
887
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected] --features=dns-over-rustls
768
888
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
+
769
909
- if : ${{ failure() || success() }}
770
910
run : tail -n9999999 logs.txt ; echo >logs.txt
771
911
@@ -876,6 +1016,26 @@ jobs:
876
1016
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
877
1017
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
878
1018
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
+
879
1039
- if : ${{ failure() || success() }}
880
1040
run : tail -n9999999 logs.txt ; echo >logs.txt
881
1041
@@ -986,6 +1146,26 @@ jobs:
986
1146
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
987
1147
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
988
1148
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
+
989
1169
- if : ${{ failure() || success() }}
990
1170
run : tail -n9999999 logs.txt ; echo >logs.txt
991
1171
@@ -1096,6 +1276,26 @@ jobs:
1096
1276
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
1097
1277
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
1098
1278
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
+
1099
1299
- if : ${{ failure() || success() }}
1100
1300
run : tail -n9999999 logs.txt ; echo >logs.txt
1101
1301
@@ -1206,6 +1406,26 @@ jobs:
1206
1406
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
1207
1407
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
1208
1408
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
+
1209
1429
- if : ${{ failure() || success() }}
1210
1430
run : tail -n9999999 logs.txt ; echo >logs.txt
1211
1431
@@ -1316,6 +1536,26 @@ jobs:
1316
1536
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
1317
1537
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=1 --locked --force [email protected]
1318
1538
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
+
1319
1559
- if : ${{ failure() || success() }}
1320
1560
run : tail -n9999999 logs.txt ; echo >logs.txt
1321
1561
@@ -1426,6 +1666,26 @@ jobs:
1426
1666
RUSTCBUILDX_LOG_PATH="$PWD"/logs.txt \
1427
1667
CARGO_TARGET_DIR=~/instst cargo green -vv install --jobs=3 --locked --force [email protected]
1428
1668
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
+
1429
1689
- if : ${{ failure() || success() }}
1430
1690
run : tail -n9999999 logs.txt ; echo >logs.txt
1431
1691
0 commit comments