Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97217 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45942 invoked from network); 28 Nov 2016 11:47:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2016 11:47:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:51794] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/32-19217-A491C385 for ; Mon, 28 Nov 2016 06:47:22 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 490AF782D59; Mon, 28 Nov 2016 12:47:19 +0100 (CET) Received: from w530phpdev (p54A77812.dip0.t-ipconnect.de [84.167.120.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 1AF6B782CB3; Mon, 28 Nov 2016 12:47:17 +0100 (CET) To: "'Stanislav Malyshev'" , "'PHP Internals'" References: <94e879ab-ec3b-c758-7ed6-340c9c20543f@gmail.com> In-Reply-To: <94e879ab-ec3b-c758-7ed6-340c9c20543f@gmail.com> Date: Mon, 28 Nov 2016 12:47:13 +0100 Message-ID: <00d101d2496d$2b2d55e0$818801a0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHzRKzYWEIJdUHzsdzM4+t/pH06aaCsS5Ag Content-Language: en-us Subject: RE: [PHP-DEV] unstable Travis CI builds From: anatol.php@belski.net ("Anatol Belski") Hi Stas, > -----Original Message----- > From: Stanislav Malyshev [mailto:smalyshev@gmail.com] > Sent: Monday, November 28, 2016 12:54 AM > To: PHP Internals > Subject: [PHP-DEV] unstable Travis CI builds >=20 > Hi! >=20 > I've noticed that recently there is a real lot of random failures on = Travis CI. E.g. > this build: > https://travis-ci.org/php/php-src/builds/179298649 >=20 > two tests fail: ext/sysvsem/tests/nowait.phpt and > sapi/cli/tests/php_cli_server_017.phpt > Im different builds different random tests fail. Did we change = something in > Travis config or settings that may be causing this? It is really not = good that our > builds always fail in random places, we need to improve the stability = or look for > some other solution... > -- These fails started about two weeks ago. I was investigating on them, = especially before tagging the scheduled RC. I couldn't find any = suspicious change, that could lead to the fails. My usual test = environment didn't reproduce those, and I became a confirmation about = the not reproducibility of those from a couple of other sources. So = where I stand currently - it seems possible, that something on the = Travis environment has changed, so then the VM runs slower. That would = explain impacts on the I/O and timing tests, fe for CLI server tests = fail sporadically, same for cURL and others. If we've contact to the = Travis support, maybe it'd make sense to ask for possible changes on the = side of Travis or ask to check the healthiness of the underlying HW. Regards Anatol