[Bug 1981341] Re: FTBFS due to failed assertion in test_nested_env_delimiter_complex_required

Launchpad Bug Tracker 1981341 at bugs.launchpad.net
Sat Jul 16 01:19:17 UTC 2022


This bug was fixed in the package pydantic - 1.9.0-1ubuntu1

---------------
pydantic (1.9.0-1ubuntu1) kinetic; urgency=medium

  * debian/rules: undefine V environment variable to avoid breaking unit test
    assumptions (LP: #1981341).

 -- Nick Rosbrook <nick.rosbrook at canonical.com>  Mon, 11 Jul 2022
11:43:55 -0400

** Changed in: pydantic (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981341

Title:
  FTBFS due to failed assertion in
  test_nested_env_delimiter_complex_required

Status in pydantic package in Ubuntu:
  Fix Released

Bug description:
  Failed build log here:
  https://launchpadlibrarian.net/609965365/buildlog_ubuntu-kinetic-
  amd64.pydantic_1.9.0-1_BUILDING.txt.gz

  This fails because of the `V=1` environment variable set by LP builds
  [1]:

  ```
  User Environment
  ----------------

  APT_CONFIG=/var/lib/sbuild/apt.conf
  DEB_BUILD_OPTIONS=parallel=4
  HOME=/sbuild-nonexistent
  LANG=C.UTF-8
  LC_ALL=C.UTF-8
  LOGNAME=buildd
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  SCHROOT_ALIAS_NAME=build-PACKAGEBUILD-23574084
  SCHROOT_CHROOT_NAME=build-PACKAGEBUILD-23574084
  SCHROOT_COMMAND=env
  SCHROOT_GID=2501
  SCHROOT_GROUP=buildd
  SCHROOT_SESSION_ID=build-PACKAGEBUILD-23574084
  SCHROOT_UID=2001
  SCHROOT_USER=buildd
  SHELL=/bin/sh
  TERM=unknown
  USER=buildd
  V=1
  ```

  The failing test case expects that `V` is unset in the execution
  environment, so that the default value is used.

  [1] LP: #516208

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pydantic/+bug/1981341/+subscriptions




More information about the Ubuntu-sponsors mailing list