Sri Lanka crashed to a disgraceful defeat by an innings and 40 runs as they were shot out for 139 runs in their 2nd innings of the 1st Test against Australia at the Gabba in Brisbane. Pat Cummins ended up with a match-bag of 10 wickets winning the man of the match award.
Pat Cummins who removed Dimuth Karunaratne off the last delivery bowled yesterday, once again wrecked Sri Lanka dismissing skipper Dinesh Chandimal for a duck early on in the day. Chandimal batting at number 3 was caught by Kurtis Patterson at gully as the 2nd delivery of the first Pat Cummins over of the day climbed up quickly and steeply to take the shoulder of the bat.
Read More: Lakmal leads fightback but Karunaratne falls off last ball
Kusal Mendis edged a drive in the first delivery of the very next Pat Cummins over as he was dismissed for 1 run leaving Sri Lanka reeling on 19/3. Roshen Silva managed to delay Australia’s 4th wicket batting out 22 deliveries dangerously.
Few overs after Thirimanne successfully challenged an LBW decision given against him, for the 2nd time in the match, off the bowling of Nathan Lyon, Roshen Silva was dismissed by Pat Cummins. Silva was enticed to drive brilliantly by Cummins, setting up the batsman with a smart mixture of balls.
Photos: Sri Lanka Vs Australia 1st Test – Day 3
Sri Lanka’s best partnership of the innings came after that dismissal as Thirimanne was joined by Dhananjaya de Silva for a 34-run partnership for the 5th wicket. Interestingly the only boundary of the 2nd innings for Sri Lanka came off Thirimanne’s bat during that partnership, that too off an edge.
After battling really hard for more than 40 deliveries, De Silva received a brilliant delivery from Jhye Richardson as he was clean bowled for a hard-fought 14 in the penultimate over before the break. Niroshan Dickwella joined Thirimanne to see off the last over before tea as Sri Lanka ended the session on 74/5, 105 runs behind the Aussies.
Come the 2nd session, settled Thirimanne and in-form Dickwella were left with so much expectations because not much batting was left in for Sri Lanka. Unfortunately Thirimanne’s fighting knock came to an end in the most unlikely way, a controversial decision by the 3rd umpire.
Out! There’s a spike on Snicko and Thirimanne is gone. Pat Cummins has a five-for!
? Watch LIVE on Fox Cricket & ? join our match centre: https://t.co/WJDnHBlfXe #AUSvSL pic.twitter.com/WWuMeSxnJq
— Fox Cricket (@FoxCricket) January 26, 2019
Thirimanne reviewed the on-field decision for a caught-behind and was apparently not out as hotspot and ultra-edge snicko showed. But, raising questions 3rd umpire Englishman Michael Gough stayed with the on-field decision saying the spike on snicko being a frame after the video is enough evidence to back up the on field decision.
It was Pat Cummins’ fifth wicket and 4th 5-wicket haul in his Test career. Dickwella then added 30 more runs with Dilruwan Perera for the 7th wicket batting for almost 10 overs before he pulled a short ball straight to the hands of Marcus Harris fielding near the umpire behind square.
Following Dickwella’s dismissal for 24 runs Patterson held on to a stunning catch to dismiss Dilruwan giving Cummins his 6th wicket.
Read More: Lahiru Kumara to miss rest of the tour
Towards the end of the innings Suranga Lakmal provided some entertainment with 3 boundaries before he fell as the last Sri Lankan wicket for 24. Lahiru Kumara didn’t turn up to bat due to an injury.
Australia now lead the 2-match series 1-0 with this win, which is just their 2nd win of the summer. Sri Lanka will carry their winless record in Tests in Australia for the 2nd Test starting on the 1st of February in Canberra.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Sri Lanka
144/10 & 139/9
(50.5 overs)
Result
Australia
323/10 & 0/0
(0 overs)
Aus won by an inn & 40 runs
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c T Paine b N Lyon | 24 | 70 | |||
Lahiru Thirimanne | c M Labuschagne b P Cummins | 12 | 30 | |||
Dinesh Chandimal | c J Burns b J Richardson | 5 | 7 | |||
Kusal Mendis | b J Richardson | 14 | 44 | |||
Roshen Silva | c T Paine b P Cummins | 9 | 56 | |||
Dhananjaya de Silva | c T Paine b J Richardson | 5 | 17 | |||
Niroshan Dickwella | c K Patterson b P Cummins | 64 | 78 | |||
Dilruwan Perera | c M Labuschagne b M Starc | 1 | 16 | |||
Suranga Lakmal | c M Labuschagne b M Starc | 7 | 4 | |||
Dushmantha Chameera | c K Patterson b P Cummins | 0 | 20 | |||
Lahiru Kumara | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 12 | 2 | 41 | 2 | 3.42 |
Jhye Richardson | 14 | 5 | 26 | 3 | 1.86 |
Pat Cummins | 14.4 | 3 | 39 | 4 | 2.71 |
Nathan Lyon | 16 | 3 | 38 | 1 | 2.38 |
Australia’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Marcus Harris | c L Thirimanne b L Kumara | 44 | 88 | |||
Joe Burns | c K Mendis b S Lakmal | 15 | 30 | |||
Usman Khawaja | b D Perera | 11 | 29 | |||
Nathan Lyon | c K Mendis b S Lakmal | 1 | 23 | |||
Marnus Labuschagne | c L Thirimanne b D De Silva | 81 | 150 | |||
Travis Head | lbw by S Lakmal | 84 | 187 | |||
Kurtis Patterson | lbw by S Lakmal | 30 | 82 | |||
Tim Paine | c K Mendis b S Lakmal | 0 | 1 | |||
Pat Cummins | c N Dickwella b D Chameera | 0 | 21 | |||
Mitchell Starc | not out | 26 | 25 | |||
Jhye Richardson | c D Karunarathne b D Perera | 1 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 27 | 9 | 75 | 5 | 2.78 |
Lahiru Kumara | 15 | 5 | 37 | 1 | 2.47 |
Dushmantha Chameera | 21 | 3 | 68 | 1 | 3.24 |
Dilruwan Perera | 32.2 | 9 | 84 | 2 | 2.61 |
Dhananjaya de Silva | 8 | 3 | 22 | 1 | 2.75 |
Dimuth Karunarathne | 3 | 0 | 14 | 0 | 4.67 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c T Paine b P Cummins | 3 | 18 | |||
Lahiru Thirimanne | c T Paine b P Cummins | 32 | 98 | |||
Dinesh Chandimal | c K Patterson b P Cummins | 0 | 2 | |||
Kusal Mendis | c J Burns b P Cummins | 1 | 7 | |||
Roshen Silva | c J Burns b P Cummins | 3 | 22 | |||
Dhananjaya de Silva | b J Richardson | 14 | 46 | |||
Niroshan Dickwella | c M Harris b J Richardson | 24 | 39 | |||
Dilruwan Perera | c K Patterson b P Cummins | 8 | 34 | |||
Suranga Lakmal | st. T Paine b N Lyon | 24 | 30 | |||
Dushmantha Chameera | not out | 5 | 10 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 14 | 1 | 56 | 0 | 4.00 |
Jhye Richardson | 13 | 5 | 9 | 2 | 0.69 |
Nathan Lyon | 8.5 | 3 | 17 | 1 | 2.00 |
Pat Cummins | 15 | 8 | 23 | 6 | 1.53 |
Australia’s 2nd Innings
Batting | R | B |
---|
Bowling | O | M | R | W | E |
---|