Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51139 invoked from network); 15 Dec 2015 11:58:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2015 11:58:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.223.174 mail-io0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:33560] helo=mail-io0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/5B-51216-D5000765 for ; Tue, 15 Dec 2015 06:58:22 -0500 Received: by mail-io0-f174.google.com with SMTP id 186so16755646iow.0 for ; Tue, 15 Dec 2015 03:58:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=71qBvj5SDDySkZQmoL4oG0ajIkYydgSHR+y9/UsSpDA=; b=q9jFztFNuWPGWRPc9G9czcSW6TYAqA1OMI8DtsQP1Lu6/dv46bhNBLSDRgV4FcQ8UB cZZzYOn2/V2moGl15uS6UUjDIWRPsuWdtPmN0lsoUrEVA5USzCklDkwBjPGvebITAm6t rWXAq20m9PsIz1x7ekXjKL+liJRpiyNvCy4dGftR0Io9BJTWfyx7fxNiF51Hs1+zkG9V ZmCeNaq8Uv5L0F96D8PtBn2dtTaA4nqrEwaI0abZtC1YrpYapcXq08QTipk6Xbk3tkMX 9cAYHl6Gx/+RlUsOsaZIAQIwYQys/hOhVis/wCV1sXbHn/G+0EAFHV0B84xtlzc8TlTR rA+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=71qBvj5SDDySkZQmoL4oG0ajIkYydgSHR+y9/UsSpDA=; b=GVa4JGqlQg/imxYvpbOKkfB1geBsB/r4YWJLKBIguU/+edmoeoCjnemioc2VHbH6XN /My2IIYImyTGQL7RchjlDpx+9tVlnnutqwjAkUpLZxAI3xvMRWLl39l/0X1LPQZcZIfP lRFh0UDvMrR9rX5BlLLSEsXIqZUEebf+0rBqWITsXPXT5RzMqN9aRlrkYLGzlnraGGiv q2qx2klT0bbt2LSrDz6/p1iWJ2ZVijYG7w3itSQCqlVVVNBLgv1M3AuzwU2sQeKp/wpn Iyk0J5srkfne3M0PouplD0Z75OAuVy+WKd6uo5RWD5ohPSV7adqfbDl1hwKjUk7JjUxd 1EwA== X-Gm-Message-State: ALoCoQkPHjiQfJNyoJsQ0wYU6aHvrdhlFAUtr9XtcH5olYUY6A4YzJBGA7KL7jU1d1B8v9wUMiFKlRTTx7/rNuH266Pg5Aq9Z1KZpOxQDVXwyerb1bAGzoefwvUr4mr+Bf6VX1UR63x2NUgP9B6zM/+gj5dSggjeNmyIHeJ8fVyehkpg9hCQrKOJtSq+q2dgS1AfCUHZM1JCCSANCbsCCekbKOlDGCluaA== MIME-Version: 1.0 X-Received: by 10.107.25.199 with SMTP id 190mr33305804ioz.37.1450180698235; Tue, 15 Dec 2015 03:58:18 -0800 (PST) Received: by 10.107.16.11 with HTTP; Tue, 15 Dec 2015 03:58:18 -0800 (PST) Date: Tue, 15 Dec 2015 13:58:18 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a113fb7566104320526ee819d Subject: Travis CI is failing From: lior.k@zend.com (Lior Kaplan) --001a113fb7566104320526ee819d Content-Type: text/plain; charset=UTF-8 Hi, Travis CI reports show quite a lot of failures with recent commits to few of the branches. From a quick look it fails due to tests and not due to compilation issues. Please check the status of the build/tests after your commits: https://travis-ci.org/php/php-src/branches At the moment ext/session/tests/bug32330.phpt fails for 5.6, 7.0 and master. Thanks, Kaplan --001a113fb7566104320526ee819d--