Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116526 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 64461 invoked from network); 26 Nov 2021 08:39:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Nov 2021 08:39:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A4CF0180511 for ; Fri, 26 Nov 2021 01:36:31 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 26 Nov 2021 01:36:31 -0800 (PST) Received: by mail-ed1-f43.google.com with SMTP id o20so36015799eds.10 for ; Fri, 26 Nov 2021 01:36:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=mjC+cSdJq0k8Zm9hUKEiGt/ibkd+gs/A7vU0JjU2kwM=; b=LqlsP+kU42iKfi7Ks68w3V1NqG3pOH/pmL1ePNd8SVm3lEZkREMBI7IYkwpeHKqaix 3Phm5O+xolb2C+IpjyzYfwUP+EcsZp0FKIjAzRuuXSz1kLObiVBL1GWlTqQfEgs3ecUQ Np2NFoAXKV3ANBV9k/8zyDVpiPj5HvCSLaZYCSGsf3uRLajXl5EBVPx28x9eyNaSkwpV kOgM4HerUodgVXPmdkeVQv3fbtlL7wpvNUoeIxNh4zg/kpVqiHu6PepVyX5b+8HTDEay PWlyDbhmcNg9dWuz98E1BNAP2tMijOTb+nAZH2mjmeaPx+RH+VSYJZV/vYjE2yw8hCDi 0tUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=mjC+cSdJq0k8Zm9hUKEiGt/ibkd+gs/A7vU0JjU2kwM=; b=QC4s3QhaeX5DyRTtJi5jY62XGB3u/xaPjFunWFzekrekASvCJl+qpkRAETwxmi9Awb MrlITnjlbVz1KvXH3YoUnFuq5Y3pQexfzMTWtVjNeucMS9szB1Hfiv2YxHwHMsGo7bfy 56lNj8ViCQ+JPgHrSnrHaOXur379v/g/viz+H1AziTK9d1xDuH9haeCs4Azq9tBLCGa7 Qn9XRWrArexPqwzO+R5kjhrDve21y9N4ucXsuyNyiNOGh/8tchk0+ac89cn5GhZSfbZx 7jWYpFLQJa05WHFFGnT/OPQSSkFa9VNZI/1cTiqWOPlHlpyWnECCbhmoFx1o5mAps1Lo N5zQ== X-Gm-Message-State: AOAM533nljo2svnM8fBRiYhpYcbZ2p0dQRuPwbzRSzfGuQg/EyLYEjne URrLtw7XZS8b7nGo6GP2nQXaRgjZJjmKssTSEd1ycLpy X-Google-Smtp-Source: ABdhPJz6Mt+7MpVwNNR6jY9PP5fFYIdpr7p0ClGOciGqm7sSegLkrmwkbfogboZwmYkFss/HTTO4+jtRxvfnddepf9k= X-Received: by 2002:a05:6402:516c:: with SMTP id d12mr46186972ede.391.1637919389967; Fri, 26 Nov 2021 01:36:29 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 26 Nov 2021 10:36:13 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000068e90005d1add382" Subject: Re: CI issues From: nikita.ppv@gmail.com (Nikita Popov) --00000000000068e90005d1add382 Content-Type: text/plain; charset="UTF-8" On Wed, Nov 24, 2021 at 1:41 PM Nikita Popov wrote: > Hi internals, > > We're currently having some issues with CI, with both Travis and Azure not > working, basically for the same reason (credits/parallelism for open-source > projects got used up or expired). I've opened support requests on both > platforms, but until then expect everything to fail (Cirrus and AppVeyor > still work though). > Both Travis and Azure Pipelines are working again. Regards, Nikita --00000000000068e90005d1add382--