Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8115 invoked from network); 27 Nov 2016 23:54:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2016 23:54:08 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.44 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.44 mail-pg0-f44.google.com Received: from [74.125.83.44] ([74.125.83.44:32896] helo=mail-pg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/CB-21589-E127B385 for ; Sun, 27 Nov 2016 18:54:06 -0500 Received: by mail-pg0-f44.google.com with SMTP id 3so50230077pgd.0 for ; Sun, 27 Nov 2016 15:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=cu/uK8t5y7eCbE/9yuyqvhtLqR7J6iWPusW52IzOPH0=; b=C9NW/XMhxTMu3xQdw1v6ABB/lgrLhiniE+P2WvgGP/KFTGmKlnNBJISNxFL5NqHf3p bYs33eFN70u94Gt3hkZGhgUbNU0Y70I5sLw1/pvuUjoazgnMEa3qeVYq4yubvfRbsyAt RH6iZmZ1DRfAaTZN53p37xCL1fd/9HYZ6wkSC0sQSehpqTHLyWkQ149rhFtW/9B0FIDy QH95VYkZd/uIk9+aHUAx1Dn6mAfcYTAEwgXnxfDUEDgZbiawciMA9hgGSQRE26PprBcA 2zxRQNobDo1iBh5qxq+prr9f4ePYFtISzQ/J6zeqD36xaFEW2HhYF2lQG1VMIKEkWNfn BRwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=cu/uK8t5y7eCbE/9yuyqvhtLqR7J6iWPusW52IzOPH0=; b=ha/w5aV5AHkN1kXPrZOWugXqSR0BZniDAC3UlJuWTxtkRZAqez4BLkdmWxZ7kwsyoL 9YBSd5CHR/giNVSq7lEnuCXwkK5xXFIAJj5abYjQDGQKeB8OnIT014pZh4B4C571hv8n pVqJ87U40Jx2vUAdK7QWwrAQgWSxMYysOjaT8MXOivc3iyLsFfp917baNgY3eptR6WEQ +oZWw1n0WlnifdZmqP2iGT/1i4qPbHbluqgvO/0LjYz19aiSYgLvYT4v76VqXu4gdeQp gjv24CGATIBPeqk5oH42Wsl7vnSTymZlooFJBMUVMn74I+Rv6oq0RYxR1NyrAZfErkn8 Enpg== X-Gm-Message-State: AKaTC02KSELNzmt7ZKM2SvY3EQG3SL4W72MbcunhrAcQ4TRLWn/9MOo1miteVA8Af/dmgg== X-Received: by 10.84.215.138 with SMTP id l10mr43379126pli.166.1480290843197; Sun, 27 Nov 2016 15:54:03 -0800 (PST) Received: from Stas-Air.lan (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id d15sm82244513pfl.46.2016.11.27.15.54.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Nov 2016 15:54:02 -0800 (PST) To: PHP Internals Message-ID: <94e879ab-ec3b-c758-7ed6-340c9c20543f@gmail.com> Date: Sun, 27 Nov 2016 15:54:01 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: unstable Travis CI builds From: smalyshev@gmail.com (Stanislav Malyshev) Hi! 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 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... -- Stas Malyshev smalyshev@gmail.com