unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Julien Lepiller <julien@lepiller.eu>
Cc: 38250@debbugs.gnu.org
Subject: bug#38250: PHP 7.3.11 fails its test suite
Date: Sun, 02 Feb 2020 00:46:03 -0500	[thread overview]
Message-ID: <87ftftr17o.fsf@gmail.com> (raw)
In-Reply-To: <87k155r1pa.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 02 Feb 2020 00:35:29 -0500")

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

OK, I found the logs of the failing tests, attached below.


[-- Attachment #2: disk_free_space_basic.log --]
[-- Type: application/octet-stream, Size: 723 bytes --]


---- EXPECTED OUTPUT
*** Testing with existing directory ***
float(%d)
float(%d)
*** Testing with newly created directory ***
 
 Free Space before writing to a file
float(%d)

 Free Space after writing to a file
float(%d)

 Free Space Value Is Correct
*** Testing with Binary Input ***
float(%d)

--- Done ---
---- ACTUAL OUTPUT
*** Testing with existing directory ***
float(984617566208)
float(984617566208)
*** Testing with newly created directory ***
 
 Free Space before writing to a file
float(984617566208)

 Free Space after writing to a file
float(984617566208)

 Free Space Value Is Incorrect
float(984617566208)
float(984617566208)
*** Testing with Binary Input ***
float(984617566208)

--- Done ---
---- FAILED

[-- Attachment #3: lstat_stat_variation8.log --]
[-- Type: application/octet-stream, Size: 1700 bytes --]


---- EXPECTED OUTPUT
*** Testing stat() on dir after subdir and file is created in it ***
bool(true)
bool(true)
bool(true)

--- Done ---
---- ACTUAL OUTPUT
*** Testing stat() on dir after subdir and file is created in it ***
bool(true)
bool(true)
Error: stat1 is not lesser than stat2 at key value: 3
Error: stat1 is not lesser than stat2 at key value: nlink

 Dumping stat array 1...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(1818717)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(0)
  [8]=>
  int(1580621010)
  [9]=>
  int(1580621010)
  [10]=>
  int(1580621010)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(1818717)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(0)
  ["atime"]=>
  int(1580621010)
  ["mtime"]=>
  int(1580621010)
  ["ctime"]=>
  int(1580621010)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}

 Dumping stat array 2...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(1818717)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(108)
  [8]=>
  int(1580621010)
  [9]=>
  int(1580621012)
  [10]=>
  int(1580621012)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(1818717)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(108)
  ["atime"]=>
  int(1580621010)
  ["mtime"]=>
  int(1580621012)
  ["ctime"]=>
  int(1580621012)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}
bool(false)

--- Done ---
---- FAILED

[-- Attachment #4: lstat_stat_variation9.log --]
[-- Type: application/octet-stream, Size: 1726 bytes --]


---- EXPECTED OUTPUT
*** Testing stat() for comparing stats after the deletion of subdir and file ***
bool(true)
bool(true)
bool(true)

--- Done ---
---- ACTUAL OUTPUT
*** Testing stat() for comparing stats after the deletion of subdir and file ***
bool(true)
bool(true)
Error: stat1 is not greater than stat2 at key value: 3
Error: stat1 is not greater than stat2 at key value: nlink

 Dumping stat array 1...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(1818728)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(108)
  [8]=>
  int(1580621012)
  [9]=>
  int(1580621012)
  [10]=>
  int(1580621012)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(1818728)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(108)
  ["atime"]=>
  int(1580621012)
  ["mtime"]=>
  int(1580621012)
  ["ctime"]=>
  int(1580621012)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}

 Dumping stat array 2...
array(26) {
  [0]=>
  int(22)
  [1]=>
  int(1818728)
  [2]=>
  int(16877)
  [3]=>
  int(1)
  [4]=>
  int(999)
  [5]=>
  int(30000)
  [6]=>
  int(0)
  [7]=>
  int(0)
  [8]=>
  int(1580621012)
  [9]=>
  int(1580621012)
  [10]=>
  int(1580621012)
  [11]=>
  int(4096)
  [12]=>
  int(0)
  ["dev"]=>
  int(22)
  ["ino"]=>
  int(1818728)
  ["mode"]=>
  int(16877)
  ["nlink"]=>
  int(1)
  ["uid"]=>
  int(999)
  ["gid"]=>
  int(30000)
  ["rdev"]=>
  int(0)
  ["size"]=>
  int(0)
  ["atime"]=>
  int(1580621012)
  ["mtime"]=>
  int(1580621012)
  ["ctime"]=>
  int(1580621012)
  ["blksize"]=>
  int(4096)
  ["blocks"]=>
  int(0)
}
bool(false)

--- Done ---
---- FAILED

  reply	other threads:[~2020-02-02  5:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-17 21:01 bug#38250: PHP 7.3.11 fails its test suite Maxim Cournoyer
2020-02-01  3:47 ` Maxim Cournoyer
2020-02-01  3:58   ` Julien Lepiller
2020-02-02  5:35     ` Maxim Cournoyer
2020-02-02  5:46       ` Maxim Cournoyer [this message]
2020-02-02 21:58         ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ftftr17o.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=38250@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).