The 2nd and last Test of the 2-match Test series between Australia and Sri Lanka for the Warne-Murali Trophy began today at the Manuka Oval in Canberra. The hosts took the upper hand over Sri Lanka on the opening day, scoring 384 runs in 87 overs, re-building from a poor start.
Sri Lanka started brilliantly, being asked to field after losing the toss. With a brand new pace battery, including 22-year old fast bowling all-rounder Chamika Karunaratne, Sri Lanka managed to jolt Australia early on in the day, taking 3 wickets for 28 runs.
In team news for Sri Lanka, apart from the 3 forced changes, Roshen Silva was left out for Kusal Perera while the hosts named an unchanged XI to take the field in Manuka Oval’s Test debut. The stadium became the 11th Australian venue to host a Test match.
Returning left-arm seamer Vishwa Fernando started off proceedings for Sri Lanka as he dismissed Marcus Harris in the 4th over of the day. It also gave Karunaratne the opportunity to claim his first international catch as Harris slashed at a very wide delivery. Usman Khawaja’s lean patch continued as he edged an out-swinger from Fernando giving an easy catch to Kusal Mendis at second slip.
Karunaratne, replacing Suranga Lakmal who was ruled out due to a back injury, was introduced to the attack in the 9th over and straight away got off the mark. He set up in-form Marnus Labuschagne beautifully and got the edge off a perfect full delivery.
The Sri Lankan pace trio including Kasun Rajitha, took maximum advantage of the swinging conditions in Canberra, which has been the friendliest venue for swing bowling throughout this Australian summer. As the swing started to disappear gradually, Joe Burns and Travis Head began repairing the Australian innings.
The duo remained unbeaten at lunch, with their partnership on 75. Dhananjaya de Silva in fact put down Burns on 34, a few overs before the lunch break off the bowling of Dilruwan Perera.
Carrying on from where they left before lunch, Burns and Head resumed the battering of the inexperienced Sri Lankan bowlers, batting through the middle session unbeaten. The young pace triplet had no clue on how to tame the Aussie pair without assistance from the pitch as the wicket turned out to be a belter of a track to bat on.
The sole spinner for Sri Lanka, experienced Dilruwan Perera was given more overs expecting for a breakthrough, but disappointed everyone, giving away more than 4 runs per over. De Silva was tried as the 5th bowler with no success, but he was at least economical, with the best economy rate of the day for Sri Lanka, 2.85.
To win Test matches, little phases should be won! | 2nd Test – Day 1: Cricketry
Renowned Cricket Commentator Roshan Abeysinghe analyzing the first day’s play of the second Test match between Sri Lanka and Australia at the Manuka Oval in Canberra. #AUSvSL #Cricketry ✍️ http://bit.ly/2Uxb1cG ? http://bit.ly/2DNaL3P
Sri Lanka were satisfied with their catching in the previous test, despite putting down just one or two tough chances. But, today was a shocker of a day as they dropped 4 catches, which cannot be considered as half chances in this level of Cricket.
Dilruwan dropped Head on 87 off Rajitha’s bowling in the penultimate over before tea, repeating what De Silva did before the lunch break. Then again in the last session, De Silva dropped Head on 155 off his own bowling.
The fourth dropped catch was the most frustrating one for Sri Lanka as it was the first ball of Kurtis Patterson’s innings, as he came in to bat after a 308-run partnership was broken. Patterson who faced a delivery from De Silva just after Head was dismissed LBW by Fernando in the previous over, offered a sitter to Lahiru Thirimanne at short-leg. Unfortunately for Sri Lanka, Thirimanne dropped it – summing up a bad day for Sri Lanka.
Read More : Sri Lanka’s unending injury woes
Patterson managed to hang around with Burns as they finished the day just 2 runs short of a 50-run partnership. Patterson was unbeaten on 25 in 48 deliveries. Burns’ innings was paused on 172 with 26 fours at stumps, as the best innings for Australia this summer. Head scored 161 runs to record the first 150 for Australia this season, overtaking Burns who scored the first century.
In bowling for Sri Lanka only Fernando and Karunaratne were successful with 4 wickets between them. Although Karunaratne started impressively, the lack of experience in him was evident as he ended the day with an economy rate of above 6. Fernando too was expensive with a rate of almost 5 runs per over. Rajitha, despite going wicket-less managed to bowl 5 maiden overs which most of the others struggled to do during the Burns-Head onslaught. Sri Lanka also over-stepped 5 times with Karunaratne and Rajitha being the culprits.
The hosts will resume their 1st innings on 384/4 tomorrow for the 2nd day’s play.
// 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
Australia
534/5 & 196/3
(47 overs)
Result
Sri Lanka
215/10 & 149/10
(51 overs)
AUS won by 366 runs
Australia’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Marcus Harris | c C Karunarathne b V Fernando | 11 | 18 | |||
Joe Burns | b K Rajitha | 180 | 260 | |||
Usman Khawaja | c K Mendis b V Fernando | 0 | 3 | |||
Marnus Labuschagne | c N Dickwella b C Karunarathne | 6 | 11 | |||
Travis Head | lbw by V Fernando | 161 | 204 | |||
Kurtis Patterson | not out | 114 | 192 | |||
Tim Paine | not out | 45 | 114 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kasun Rajitha | 28 | 5 | 103 | 1 | 3.68 |
Vishwa Fernando | 30 | 3 | 126 | 3 | 4.20 |
Chamika Karunarathne | 22 | 0 | 130 | 1 | 5.91 |
Dilruwan Perera | 32 | 4 | 112 | 0 | 3.50 |
Dhananjaya de Silva | 20 | 2 | 60 | 0 | 3.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c K Patterson b M Starc | 59 | 95 | |||
Lahiru Thirimanne | c U Khawaja b N Lyon | 41 | 105 | |||
Dinesh Chandimal | c T Paine b M Starc | 15 | 28 | |||
Kusal Mendis | b P Cummins | 6 | 4 | |||
Kusal Janith | not out | 29 | 57 | |||
Dhananjaya de Silva | b M Starc | 25 | 63 | |||
Niroshan Dickwella | lbw by M Labuschagne | 25 | 22 | |||
Chamika Karunarathne | c M Starc b N Lyon | 0 | 5 | |||
Dilruwan Perera | c T Paine b M Starc | 10 | 25 | |||
Kasun Rajitha | not out | 0 | 5 | |||
Vishwa Fernando | b M Starc | 0 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 13.3 | 2 | 54 | 5 | 4.06 |
Jhye Richardson | 15 | 4 | 49 | 0 | 3.27 |
Pat Cummins | 14 | 3 | 32 | 1 | 2.29 |
Nathan Lyon | 24 | 6 | 70 | 2 | 2.92 |
Marnus Labuschagne | 2 | 1 | 5 | 1 | 2.50 |
Australia’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Marcus Harris | c K Mendis b K Rajitha | 14 | 13 | |||
Joe Burns | c K Mendis b V Fernando | 9 | 21 | |||
Usman Khawaja | not out | 101 | 136 | |||
Marnus Labuschagne | c N Dickwella b K Rajitha | 4 | 23 | |||
Travis Head | not out | 59 | 93 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Vishwa Fernando | 10.4 | 1 | 43 | 1 | 4.13 |
Kasun Rajitha | 13 | 2 | 64 | 2 | 4.92 |
Dilruwan Perera | 15 | 3 | 52 | 0 | 3.47 |
Chamika Karunarathne | 4 | 1 | 18 | 0 | 4.50 |
Dhananjaya de Silva | 4 | 0 | 19 | 0 | 4.75 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | b M Starc | 8 | 21 | |||
Lahiru Thirimanne | c & b P Cummins | 30 | 81 | |||
Dinesh Chandimal | c M Labuschagne b M Starc | 4 | 9 | |||
Niroshan Dickwella | b M Starc | 27 | 42 | |||
Kusal Mendis | c K Patterson b M Labuschagne | 42 | 69 | |||
Kusal Janith | c T Paine b M Starc | 0 | 1 | |||
Dhananjaya de Silva | c T Head b J Richardson | 6 | 13 | |||
Chamika Karunarathne | c T Paine b P Cummins | 22 | 38 | |||
Dilruwan Perera | c T Paine b P Cummins | 4 | 9 | |||
Kasun Rajitha | not out | 0 | 0 | |||
Vishwa Fernando | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 18 | 2 | 46 | 5 | 2.56 |
Jhye Richardson | 9 | 1 | 29 | 1 | 3.22 |
Nathan Lyon | 13 | 1 | 51 | 0 | 3.92 |
Pat Cummins | 8 | 2 | 15 | 3 | 1.88 |
Marnus Labuschagne | 3 | 1 | 6 | 1 | 2.00 |