ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (smasher)" <girar-builder@altlinux.org>
To: Vladislav Glinkin <smasher@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#333175] [test-only] FAILED (try 2) python3-module-verboselogs.git=1.7-alt1 ...
Date: Mon, 30 Oct 2023 21:10:28 +0000
Message-ID: <girar.task.333175.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.333175.1.1@gyle.mskdc.altlinux.org>

https://git.altlinux.org/tasks/333175/logs/events.2.1.log

subtask  name                          aarch64  armh    i586  ppc64le  x86_64
   #700  python3-module-verboselogs         58  1:23      31     1:09      31
  #1000  python3-module-capturer            42  1:02      22       46      22
  #1100  python3-module-humanfriendly        ?     ?      25        ?      24
  #1200  python3-module-coloredlogs          ?     ?  failed        ?  failed

2023-Oct-30 21:08:01 :: test-only task #333175 for sisyphus resumed by smasher:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 removed
#700 build 1.7-alt1 from /people/smasher/packages/python3-module-verboselogs.git fetched at 2023-Oct-30 21:07:24
#1000 build 3.0-alt1 from /people/smasher/packages/python3-module-capturer.git fetched at 2023-Oct-30 21:07:29
#1100 build 10.0-alt1 from /people/smasher/packages/python3-module-humanfriendly.git fetched at 2023-Oct-30 21:07:39
#1200 build 15.0.1-alt1 from /people/smasher/packages/python3-module-coloredlogs.git fetched at 2023-Oct-30 21:07:44
#1300 build 0.7.6-alt1 from /people/smasher/packages/gst.git fetched at 2023-Oct-30 21:07:51
2023-Oct-30 21:08:02 :: created build repo
2023-Oct-30 21:08:03 :: [i586] #700 python3-module-verboselogs.git 1.7-alt1: build start
2023-Oct-30 21:08:03 :: [x86_64] #700 python3-module-verboselogs.git 1.7-alt1: build start
2023-Oct-30 21:08:03 :: [ppc64le] #700 python3-module-verboselogs.git 1.7-alt1: build start
2023-Oct-30 21:08:03 :: [aarch64] #700 python3-module-verboselogs.git 1.7-alt1: build start
2023-Oct-30 21:08:03 :: [armh] #700 python3-module-verboselogs.git 1.7-alt1: build start
2023-Oct-30 21:08:34 :: [x86_64] #700 python3-module-verboselogs.git 1.7-alt1: build OK
2023-Oct-30 21:08:34 :: [x86_64] #1000 python3-module-capturer.git 3.0-alt1: build start
2023-Oct-30 21:08:34 :: [i586] #700 python3-module-verboselogs.git 1.7-alt1: build OK
2023-Oct-30 21:08:34 :: [i586] #1000 python3-module-capturer.git 3.0-alt1: build start
2023-Oct-30 21:08:56 :: [x86_64] #1000 python3-module-capturer.git 3.0-alt1: build OK
2023-Oct-30 21:08:56 :: [x86_64] #1100 python3-module-humanfriendly.git 10.0-alt1: build start
2023-Oct-30 21:08:56 :: [i586] #1000 python3-module-capturer.git 3.0-alt1: build OK
2023-Oct-30 21:08:56 :: [i586] #1100 python3-module-humanfriendly.git 10.0-alt1: build start
2023-Oct-30 21:09:01 :: [aarch64] #700 python3-module-verboselogs.git 1.7-alt1: build OK
2023-Oct-30 21:09:01 :: [aarch64] #1000 python3-module-capturer.git 3.0-alt1: build start
2023-Oct-30 21:09:12 :: [ppc64le] #700 python3-module-verboselogs.git 1.7-alt1: build OK
2023-Oct-30 21:09:12 :: [ppc64le] #1000 python3-module-capturer.git 3.0-alt1: build start
2023-Oct-30 21:09:20 :: [x86_64] #1100 python3-module-humanfriendly.git 10.0-alt1: build OK
2023-Oct-30 21:09:21 :: [x86_64] #1200 python3-module-coloredlogs.git 15.0.1-alt1: build start
2023-Oct-30 21:09:21 :: [i586] #1100 python3-module-humanfriendly.git 10.0-alt1: build OK
2023-Oct-30 21:09:21 :: [i586] #1200 python3-module-coloredlogs.git 15.0.1-alt1: build start
2023-Oct-30 21:09:26 :: [armh] #700 python3-module-verboselogs.git 1.7-alt1: build OK
2023-Oct-30 21:09:26 :: [armh] #1000 python3-module-capturer.git 3.0-alt1: build start
[x86_64]                     fd = os.open(pty_name, os.O_RDWR)
[x86_64]                 except OSError:
[x86_64]                     continue
[x86_64] --
[x86_64] >       raise OSError('out of pty devices')
[x86_64] E       OSError: out of pty devices
[x86_64] /usr/lib64/python3.11/pty.py:64: OSError
[x86_64] --
[x86_64]                     fd = os.open(pty_name, os.O_RDWR)
[x86_64]                 except OSError:
[x86_64]                     continue
[x86_64] --
[x86_64] >       raise OSError('out of pty devices')
[x86_64] E       OSError: out of pty devices
[x86_64] /usr/lib64/python3.11/pty.py:64: OSError
[x86_64] --
[x86_64] >       assert actual_output.strip() == expected_output.strip()
[x86_64] E       AssertionError: assert '' == 'testing, 1, 2, 3 ..'
[x86_64] E         - testing, 1, 2, 3 ..
[x86_64] --
[x86_64]                     fd = os.open(pty_name, os.O_RDWR)
[x86_64]                 except OSError:
[x86_64]                     continue
[x86_64] --
[x86_64] >       raise OSError('out of pty devices')
[x86_64] E       OSError: out of pty devices
[x86_64] /usr/lib64/python3.11/pty.py:64: OSError
[x86_64] --
[x86_64]                     fd = os.open(pty_name, os.O_RDWR)
[x86_64]                 except OSError:
[x86_64]                     continue
[x86_64] --
[x86_64] >       raise OSError('out of pty devices')
[x86_64] E       OSError: out of pty devices
[x86_64] /usr/lib64/python3.11/pty.py:64: OSError
[x86_64] --
[x86_64] =========================== short test summary info ============================
[x86_64] FAILED coloredlogs/tests.py::ColoredLogsTestCase::test_auto_disable - OSError...
[x86_64] FAILED coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install - OSError...
2023-Oct-30 21:09:41 :: [x86_64] python3-module-coloredlogs.git 15.0.1-alt1: remote: build failed
2023-Oct-30 21:09:41 :: [x86_64] #1200 python3-module-coloredlogs.git 15.0.1-alt1: build FAILED
2023-Oct-30 21:09:41 :: [x86_64] requesting cancellation of task processing
[i586]                     fd = os.open(pty_name, os.O_RDWR)
[i586]                 except OSError:
[i586]                     continue
[i586] --
[i586] >       raise OSError('out of pty devices')
[i586] E       OSError: out of pty devices
[i586] /usr/lib/python3.11/pty.py:64: OSError
[i586] --
[i586]                     fd = os.open(pty_name, os.O_RDWR)
[i586]                 except OSError:
[i586]                     continue
[i586] --
[i586] >       raise OSError('out of pty devices')
[i586] E       OSError: out of pty devices
[i586] /usr/lib/python3.11/pty.py:64: OSError
[i586] --
[i586] >       assert actual_output.strip() == expected_output.strip()
[i586] E       AssertionError: assert '' == 'testing, 1, 2, 3 ..'
[i586] E         - testing, 1, 2, 3 ..
[i586] --
[i586]                     fd = os.open(pty_name, os.O_RDWR)
[i586]                 except OSError:
[i586]                     continue
[i586] --
[i586] >       raise OSError('out of pty devices')
[i586] E       OSError: out of pty devices
[i586] /usr/lib/python3.11/pty.py:64: OSError
[i586] --
[i586]                     fd = os.open(pty_name, os.O_RDWR)
[i586]                 except OSError:
[i586]                     continue
[i586] --
[i586] >       raise OSError('out of pty devices')
[i586] E       OSError: out of pty devices
[i586] /usr/lib/python3.11/pty.py:64: OSError
[i586] --
[i586] =========================== short test summary info ============================
[i586] FAILED coloredlogs/tests.py::ColoredLogsTestCase::test_auto_disable - OSError...
[i586] FAILED coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install - OSError...
2023-Oct-30 21:09:41 :: [i586] python3-module-coloredlogs.git 15.0.1-alt1: remote: build failed
2023-Oct-30 21:09:41 :: [i586] #1200 python3-module-coloredlogs.git 15.0.1-alt1: build FAILED
2023-Oct-30 21:09:43 :: [aarch64] #1000 python3-module-capturer.git 3.0-alt1: build OK
2023-Oct-30 21:09:43 :: [aarch64] task processing CANCELLED
2023-Oct-30 21:09:58 :: [ppc64le] #1000 python3-module-capturer.git 3.0-alt1: build OK
2023-Oct-30 21:09:58 :: [ppc64le] task processing CANCELLED
2023-Oct-30 21:10:28 :: [armh] #1000 python3-module-capturer.git 3.0-alt1: build OK
2023-Oct-30 21:10:28 :: [armh] task processing CANCELLED
2023-Oct-30 21:09:41 :: [x86_64] build FAILED
2023-Oct-30 21:09:41 :: [i586] build FAILED
2023-Oct-30 21:09:43 :: [aarch64] build FAILED
2023-Oct-30 21:09:58 :: [ppc64le] build FAILED
2023-Oct-30 21:10:28 :: [armh] build FAILED
2023-Oct-30 21:10:28 :: task #333175 for sisyphus FAILED


  reply	other threads:[~2023-10-30 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 21:00 [#333175] [test-only] FAILED python3-module-verboselogs.git=1.7-alt1 Girar awaiter (smasher)
2023-10-30 21:10 ` Girar awaiter (smasher) [this message]
2023-10-30 22:14 ` [#333175] TESTED (try 3) python3-module-verboselogs.git=1.7-alt1 Girar awaiter (smasher)

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

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

  git send-email \
    --in-reply-to=girar.task.333175.2.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    --cc=smasher@altlinux.org \
    /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

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git