Your message dated Mon, 28 Mar 2022 12:05:37 +0000
with message-id <e1nyo7t-000epa...@fasolo.debian.org>
and subject line Bug#1007733: fixed in golang-github-getkin-kin-openapi 0.91.0-2
has caused the Debian Bug report #1007733,
regarding golang-github-getkin-kin-openapi: autopkgtest regression on armhf and 
i386:
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1007733: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-getkin-kin-openapi
Version: 0.90.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of golang-github-getkin-kin-openapi the autopkgtest of golang-github-getkin-kin-openapi fails in testing when that autopkgtest is run with the binary packages of golang-github-getkin-kin-openapi from unstable. It passes when run with only packages from testing. In tabular form:

                                 pass            fail
golang-github-getkin-kin-openapi from testing    0.90.0-1
all others                       from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=golang-github-getkin-kin-openapi

https://ci.debian.net/data/autopkgtest/testing/armhf/g/golang-github-getkin-kin-openapi/19997695/log.gz


=== RUN   TestValidator/invalid_POST_request;_wrong_property_type
2022/03/15 08:17:25 invalid request: request body has an error: doesn't match the schema: Error at "/actual": Field must be set to number or not be present
Schema:
  {
    "type": "number"
  }

Value:
  "string"
=== CONT  TestValidator
    middleware_test.go:333: test#6: invalid POST request; missing property
=== RUN   TestValidator/invalid_POST_request;_missing_property
2022/03/15 08:17:25 invalid request: request body has an error: doesn't match the schema: Error at "/actual": property "actual" is missing
Schema:
  {
    "additionalProperties": false,
    "properties": {
      "actual": {
        "type": "number"
      },
      "expected": {
        "type": "number"
      },
      "name": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "expected",
      "actual"
    ],
    "type": "object"
  }

Value:
  {
    "expected": 9,
    "name": "foo"
  }
=== CONT  TestValidator
    middleware_test.go:333: test#7: invalid POST request; extra property
=== RUN   TestValidator/invalid_POST_request;_extra_property
2022/03/15 08:17:25 invalid request: request body has an error: doesn't match the schema: property "ideal" is unsupported
Schema:
  {
    "additionalProperties": false,
    "properties": {
      "actual": {
        "type": "number"
      },
      "expected": {
        "type": "number"
      },
      "name": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "expected",
      "actual"
    ],
    "type": "object"
  }

Value:
  {
    "actual": 10,
    "expected": 9,
    "ideal": 8,
    "name": "foo"
  }
=== CONT  TestValidator
    middleware_test.go:333: test#8: valid response; 404 error
=== RUN   TestValidator/valid_response;_404_error
=== CONT  TestValidator
    middleware_test.go:333: test#9: invalid response; invalid error
=== RUN   TestValidator/invalid_response;_invalid_error
2022/03/15 08:17:25 invalid response: response body doesn't match the schema: Field must be set to object or not be present
Schema:
  {
    "additionalProperties": false,
    "properties": {
      "code": {
        "type": "string"
      },
      "message": {
        "type": "string"
      }
    },
    "required": [
      "code",
      "message"
    ],
    "type": "object"
  }

Value:
  "string"
=== CONT  TestValidator
    middleware_test.go:333: test#10: invalid POST response; not strict
=== RUN   TestValidator/invalid_POST_response;_not_strict
2022/03/15 08:17:25 invalid response: response body doesn't match the schema: property "extra" is unsupported
Schema:
  {
    "additionalProperties": false,
    "properties": {
      "contents": {
        "$ref": "#/components/schemas/TestContents"
      },
      "id": {
        "type": "string"
      }
    },
    "required": [
      "id",
      "contents"
    ],
    "type": "object"
  }

Value:
  {
    "contents": {
      "actual": 10,
      "expected": 9,
      "name": "foo"
    },
    "extra": true,
    "id": "42"
  }

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: golang-github-getkin-kin-openapi
Source-Version: 0.91.0-2
Done: Anthony Fok <f...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-getkin-kin-openapi, which is due to be installed in the Debian 
FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1007...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <f...@debian.org> (supplier of updated 
golang-github-getkin-kin-openapi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Mar 2022 05:17:23 -0600
Source: golang-github-getkin-kin-openapi
Architecture: source
Version: 0.91.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 1007733
Changes:
 golang-github-getkin-kin-openapi (0.91.0-2) unstable; urgency=medium
 .
   * Fix integer overflow in test on 32-bit architectures.
     This fixes "autopkgtest regression on armhf and i386" since 0.90.0-1.
     Thanks to Paul Gevers for the bug report! (Closes: #1007733)
Checksums-Sha1:
 f539252ce90af1e7983cd6379bccd0496afa61de 2545 
golang-github-getkin-kin-openapi_0.91.0-2.dsc
 a0da743c5294390f6f6cf15dacabff35441c3b10 4116 
golang-github-getkin-kin-openapi_0.91.0-2.debian.tar.xz
 5427ead9957f1998057e26e7aff0b75341af13dd 6932 
golang-github-getkin-kin-openapi_0.91.0-2_amd64.buildinfo
Checksums-Sha256:
 058f56124e76e9ca8b49a92ae200ed50479db0791c1b5c96c263c096eb721e54 2545 
golang-github-getkin-kin-openapi_0.91.0-2.dsc
 acddd76ae28918946ee2d30a8d4a35a461c0e16f2c607a2d66e7ae5c49f8bcb1 4116 
golang-github-getkin-kin-openapi_0.91.0-2.debian.tar.xz
 b4f4209209ba8b3b3d720377b485378a9ef81551c25772ba70a7be7bf4fd2336 6932 
golang-github-getkin-kin-openapi_0.91.0-2_amd64.buildinfo
Files:
 584940335b200c36349d7228ebfe56a2 2545 golang optional 
golang-github-getkin-kin-openapi_0.91.0-2.dsc
 3ee4393126fff6a240070f5d4831571d 4116 golang optional 
golang-github-getkin-kin-openapi_0.91.0-2.debian.tar.xz
 5c86b9f387b7e6022aee6da59701b82c 6932 golang optional 
golang-github-getkin-kin-openapi_0.91.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmJBmrsQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz3s5D/9JGp3MWLJnDotY/t6QykxR8uqEYzgOjhaw
XpufVicEHzWyJAW7DiYtFzUmXlO2h4zhe2jgKSuIayTleW06EHxCwzh39K3IWsVK
puzaRCs63HxeQZo/i3qk/VAo5uZWsNfy4avEEMWmE1UFR3cbMb14+k3iKXqF7j1v
7zfQNlwzboZSmveIVGTjt6KlsuV2RhFzlNhJtHkTiEt5S8H+GiLKCZATUx6T1IW/
XeWJC4UPtojre/c+BppKnGQ+uBSuRoO9pLbSGrelHabw1BxfVHzk2Qs2tMb/SE3y
346mw1q1UM49phPulGDveaunH3GKQ1vZ4CCk1m2FmJjxqcKz/qMCVUeC34deBILz
nejBJoMiaiX18ZgtNkrwsaN+Ra2wGJ3D/GWrVXWUgo1DeDQ5A21PrAoh0jX9jOZf
eawPZCyUtqN3p/ixnBqXvtoPCxGjU6o0LdJa5WXbe8P1Ar0ndf6H9D4oBzz/+J7l
MRt1w7/S3jYEX47DNaZDY+DaVhzUgiaAcDcwJ8gp0HsTRBNUufr47Vq9TP3dXLM7
YN1zp349EvuFPBTM84xain1clqoKhTis+eRqKM1HjctCx1a1avYSPTK+uw8rlXa8
Rp0WDz6ro9gUvF26TZG0eql/S2NDWxqs58xYEkmkTNVM9liRZPyCqa7JXeJBYPL1
NyBaYgFftw==
=COIP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to