Bug#997517: ignition-fuel-tools: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=--verbose ARGS\+=-j4 returned exit code 2

Lucas Nussbaum lucas at debian.org
Sat Oct 23 21:43:27 BST 2021


Source: ignition-fuel-tools
Version: 4.1.0+dfsg-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> Running tests...
> /usr/bin/ctest --force-new-ctest-process --verbose -j4
> UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
> Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Constructing a list of tests
> Done constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> test 1
>       Start  1: UNIT_ClientConfig_TEST
> 
> 1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_ClientConfig_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_ClientConfig_TEST.xml"
> 1: Test timeout computed to be: 1500
> test 2
>       Start  2: UNIT_JSONParser_TEST
> 
> 2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_JSONParser_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_JSONParser_TEST.xml"
> 2: Test timeout computed to be: 1500
> test 3
>       Start  3: UNIT_LocalCache_TEST
> 
> 3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_LocalCache_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_LocalCache_TEST.xml"
> 3: Test timeout computed to be: 1500
> test 4
>       Start  4: UNIT_ModelIdentifier_TEST
> 
> 4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_ModelIdentifier_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_ModelIdentifier_TEST.xml"
> 4: Test timeout computed to be: 1500
> 1: [==========] Running 14 tests from 2 test suites.
> 1: [----------] Global test environment set-up.
> 1: [----------] 12 tests from ClientConfig
> 1: [ RUN      ] ClientConfig.InitiallyDefaultServers
> 1: [       OK ] ClientConfig.InitiallyDefaultServers (0 ms)
> 1: [ RUN      ] ClientConfig.ServersCanBeAdded
> 1: [       OK ] ClientConfig.ServersCanBeAdded (0 ms)
> 1: [ RUN      ] ClientConfig.CustomDefaultConfiguration
> 1: [       OK ] ClientConfig.CustomDefaultConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.CustomConfiguration
> 2: [==========] Running 6 tests from 1 test suite.
> 2: [----------] Global test environment set-up.
> 2: [----------] 6 tests from JSONParser
> 2: [ RUN      ] JSONParser.ParseModels
> 3: [==========] Running 6 tests from 1 test suite.
> 3: [----------] Global test environment set-up.
> 3: [----------] 6 tests from LocalCache
> 3: [ RUN      ] LocalCache.AllModels
> 1: [       OK ] ClientConfig.CustomConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.RepeatedServerConfiguration
> 2: [       OK ] JSONParser.ParseModels (0 ms)
> 2: [ RUN      ] JSONParser.BuildModel
> 2: [       OK ] JSONParser.BuildModel (0 ms)
> 2: [ RUN      ] JSONParser.ParseModel
> 2: [       OK ] JSONParser.ParseModel (0 ms)
> 2: [ RUN      ] JSONParser.ParseWorlds
> 2: [       OK ] JSONParser.ParseWorlds (0 ms)
> 2: [ RUN      ] JSONParser.BuildWorld
> 2: [       OK ] JSONParser.BuildWorld (0 ms)
> 2: [ RUN      ] JSONParser.ParseWorld
> 1: [       OK ] ClientConfig.RepeatedServerConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.NoServerUrlConfiguration
> 1: [Err] [ClientConfig.cc:348] [url] parameter is required for a server
> 1: [       OK ] ClientConfig.NoServerUrlConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.EmptyServerUrlConfiguration
> 1: [Err] [ClientConfig.cc:348] [url] parameter is required for a server
> 1: [       OK ] ClientConfig.EmptyServerUrlConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.NoCachePathConfiguration
> 2: [       OK ] JSONParser.ParseWorld (0 ms)
> 2: [----------] 6 tests from JSONParser (0 ms total)
> 2: 
> 2: [----------] Global test environment tear-down
> 1: [Err] [ClientConfig.cc:318] [path] parameter is required for a cache
> 1: [       OK ] ClientConfig.NoCachePathConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.EmptyCachePathConfiguration
> 1: [Err] [ClientConfig.cc:318] [path] parameter is required for a cache
> 1: [       OK ] ClientConfig.EmptyCachePathConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.UserAgent
> 1: [       OK ] ClientConfig.UserAgent (0 ms)
> 1: [ RUN      ] ClientConfig.AsString
> 2: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 2: [  PASSED  ] 6 tests.
> 1: [Dbg] [ClientConfig_TEST.cc:276] Config path: 
> 1: Cache location: /sbuild-nonexistent/.ignition/fuel
> 1: Servers:
> 1:   ---
> 1:   URL: https://fuel.ignitionrobotics.org
> 1:   Version: 1.0
> 1:   API key: 
> 1: 
> 1: [Dbg] [ClientConfig_TEST.cc:303] URL: http://serverurl.com
> 1: Version: 2.0
> 1: API key: ABCD
> 1: 
> 1: [Dbg] [ClientConfig_TEST.cc:320] Config path: 
> 1: Cache location: cache/location
> 1: Servers:
> 1:   ---
> 1:   URL: https://fuel.ignitionrobotics.org
> 1:   Version: 1.0
> 1:   API key: 
> 1:   ---
> 1:   URL: http://serverurl.com
> 1:   Version: 1.0
> 1:   API key: 
> 1: 
> 1: [       OK ] ClientConfig.AsString (0 ms)
> 1: [ RUN      ] ClientConfig.AsPrettyString
> 1: [Dbg] [ClientConfig_TEST.cc:346] URL: http://serverurl.com
> 1: Version: 2.0
> 1: API key: ABCD
> 1: 
> 1: [       OK ] ClientConfig.AsPrettyString (0 ms)
> 1: [----------] 12 tests from ClientConfig (1 ms total)
> 1: 
> 1: [----------] 2 tests from ServerConfig
> 1: [ RUN      ] ServerConfig.ApiKey
> 1: [       OK ] ServerConfig.ApiKey (0 ms)
> 1: [ RUN      ] ServerConfig.Url
> 1: [       OK ] ServerConfig.Url (0 ms)
> 1: [----------] 2 tests from ServerConfig (0 ms total)
> 1: 
> 1: [----------] Global test environment tear-down
> 1: [==========] 14 tests from 2 test suites ran. (1 ms total)
> 1: [  PASSED  ] 14 tests.
>  1/12 Test  #2: UNIT_JSONParser_TEST .............   Passed    0.04 sec
> test 5
>       Start  5: UNIT_ModelIter_TEST
> 
> 5: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_ModelIter_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_ModelIter_TEST.xml"
> 5: Test timeout computed to be: 1500
> 3: [       OK ] LocalCache.AllModels (2 ms)
> 3: [ RUN      ] LocalCache.MatchingModels
> 4: [==========] Running 6 tests from 1 test suite.
> 4: [----------] Global test environment set-up.
> 4: [----------] 6 tests from ModelIdentifier
> 4: [ RUN      ] ModelIdentifier.SetFields
> 4: [       OK ] ModelIdentifier.SetFields (0 ms)
> 4: [ RUN      ] ModelIdentifier.UniqueName
> 4: [       OK ] ModelIdentifier.UniqueName (0 ms)
> 4: [ RUN      ] ModelIdentifier.CopyConstructorDeepCopy
> 4: [       OK ] ModelIdentifier.CopyConstructorDeepCopy (0 ms)
> 4: [ RUN      ] ModelIdentifier.AssignmentOperatorDeepCopy
> 4: [       OK ] ModelIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 4: [ RUN      ] ModelIdentifier.AsString
> 4: ./src/ModelIdentifier_TEST.cc:162: Failure
> 4: Expected equality of these values:
> 4:   str
> 4:     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: https://fuel.ignitionrobotics.org//models/\nDescription: \nFile size: 0\nUpload date: 0\nLikes: 0\nDownloads: 0\nLicense name: \nLicense URL: \nLicense image URL: \nTags: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> 4:   id.AsString()
> 4:     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: https://fuel.ignitionrobotics.org/models/\nDescription: \nFile size: 0\nUpload date: 0\nLikes: 0\nDownloads: 0\nLicense name: \nLicense URL: \nLicense image URL: \nTags: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> 4: With diff:
> 4: @@ -2,5 +2,5 @@
> 4:  Owner: 
> 4:  Version: tip
> 4: -Unique name: https://fuel.ignitionrobotics.org//models/
> 4: +Unique name: https://fuel.ignitionrobotics.org/models/
> 4:  Description: 
> 4:  File size: 0
> 4: 
> 4: [Dbg] [ModelIdentifier_TEST.cc:179] Name: hello
> 4: Owner: raspberry
> 4: Version: 55
> 4: Unique name: https://fuel.ignitionrobotics.org/raspberry/models/hello
> 4: Description: 
> 4: File size: 2048
> 4: Upload date: 1634974333
> 4: Likes: 0
> 4: Downloads: 0
> 4: License name: 
> 4: License URL: 
> 4: License image URL: 
> 4: Tags: 
> 4: Server:
> 4:   URL: https://fuel.ignitionrobotics.org
> 4:   Version: 1.0
> 4:   API key: 
> 4: 
> 4: [  FAILED  ] ModelIdentifier.AsString (0 ms)
> 4: [ RUN      ] ModelIdentifier.AsPrettyString
> 4: [Dbg] [ModelIdentifier_TEST.cc:215] Name: hello
> 4: Owner: raspberry
> 4: Version: 55
> 4: File size: 2048
> 4: Upload date: 1634974333
> 4: Server:
> 4:   URL: https://fuel.ignitionrobotics.org
> 4:   Version: 1.0
> 4: 
> 4: [       OK ] ModelIdentifier.AsPrettyString (0 ms)
> 4: [----------] 6 tests from ModelIdentifier (0 ms total)
> 4: 
> 4: [----------] Global test environment tear-down
> 4: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 4: [  PASSED  ] 5 tests.
> 4: [  FAILED  ] 1 test, listed below:
> 4: [  FAILED  ] ModelIdentifier.AsString
> 4: 
> 4:  1 FAILED TEST
>  2/12 Test  #1: UNIT_ClientConfig_TEST ...........   Passed    0.05 sec
> test 6
>       Start  6: UNIT_Model_TEST
> 
> 6: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_Model_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_Model_TEST.xml"
> 6: Test timeout computed to be: 1500
>  3/12 Test  #4: UNIT_ModelIdentifier_TEST ........***Failed    0.04 sec
> [==========] Running 6 tests from 1 test suite.
> [----------] Global test environment set-up.
> [----------] 6 tests from ModelIdentifier
> [ RUN      ] ModelIdentifier.SetFields
> [       OK ] ModelIdentifier.SetFields (0 ms)
> [ RUN      ] ModelIdentifier.UniqueName
> [       OK ] ModelIdentifier.UniqueName (0 ms)
> [ RUN      ] ModelIdentifier.CopyConstructorDeepCopy
> [       OK ] ModelIdentifier.CopyConstructorDeepCopy (0 ms)
> [ RUN      ] ModelIdentifier.AssignmentOperatorDeepCopy
> [       OK ] ModelIdentifier.AssignmentOperatorDeepCopy (0 ms)
> [ RUN      ] ModelIdentifier.AsString
> ./src/ModelIdentifier_TEST.cc:162: Failure
> Expected equality of these values:
>   str
>     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: https://fuel.ignitionrobotics.org//models/\nDescription: \nFile size: 0\nUpload date: 0\nLikes: 0\nDownloads: 0\nLicense name: \nLicense URL: \nLicense image URL: \nTags: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
>   id.AsString()
>     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: https://fuel.ignitionrobotics.org/models/\nDescription: \nFile size: 0\nUpload date: 0\nLikes: 0\nDownloads: 0\nLicense name: \nLicense URL: \nLicense image URL: \nTags: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> With diff:
> @@ -2,5 +2,5 @@
>  Owner: 
>  Version: tip
> -Unique name: https://fuel.ignitionrobotics.org//models/
> +Unique name: https://fuel.ignitionrobotics.org/models/
>  Description: 
>  File size: 0
> 
> [Dbg] [ModelIdentifier_TEST.cc:179] Name: hello
> Owner: raspberry
> Version: 55
> Unique name: https://fuel.ignitionrobotics.org/raspberry/models/hello
> Description: 
> File size: 2048
> Upload date: 1634974333
> Likes: 0
> Downloads: 0
> License name: 
> License URL: 
> License image URL: 
> Tags: 
> Server:
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
>   API key: 
> 
> [  FAILED  ] ModelIdentifier.AsString (0 ms)
> [ RUN      ] ModelIdentifier.AsPrettyString
> [Dbg] [ModelIdentifier_TEST.cc:215] Name: hello
> Owner: raspberry
> Version: 55
> File size: 2048
> Upload date: 1634974333
> Server:
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
> 
> [       OK ] ModelIdentifier.AsPrettyString (0 ms)
> [----------] 6 tests from ModelIdentifier (0 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 6 tests from 1 test suite ran. (0 ms total)
> [  PASSED  ] 5 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] ModelIdentifier.AsString
> 
>  1 FAILED TEST
> 
> test 7
>       Start  7: UNIT_RestClient_TEST
> 
> 7: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_RestClient_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_RestClient_TEST.xml"
> 7: Test timeout computed to be: 1500
> 3: [       OK ] LocalCache.MatchingModels (3 ms)
> 3: [ RUN      ] LocalCache.MatchingModel
> 3: [       OK ] LocalCache.MatchingModel (4 ms)
> 3: [ RUN      ] LocalCache.AllWorlds
> 3: [       OK ] LocalCache.AllWorlds (2 ms)
> 3: [ RUN      ] LocalCache.MatchingWorlds
> 3: [       OK ] LocalCache.MatchingWorlds (3 ms)
> 3: [ RUN      ] LocalCache.MatchingWorld
> 3: [       OK ] LocalCache.MatchingWorld (5 ms)
> 3: [----------] 6 tests from LocalCache (21 ms total)
> 3: 
> 3: [----------] Global test environment tear-down
> 3: [==========] 6 tests from 1 test suite ran. (21 ms total)
> 3: [  PASSED  ] 6 tests.
>  4/12 Test  #3: UNIT_LocalCache_TEST .............   Passed    0.06 sec
> test 8
>       Start  8: UNIT_Result_TEST
> 
> 8: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_Result_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_Result_TEST.xml"
> 8: Test timeout computed to be: 1500
> 5: [==========] Running 5 tests from 1 test suite.
> 5: [----------] Global test environment set-up.
> 5: [----------] 5 tests from ModelIterTestFixture
> 5: [ RUN      ] ModelIterTestFixture.FalseIfNoModels
> 5: [       OK ] ModelIterTestFixture.FalseIfNoModels (0 ms)
> 5: [ RUN      ] ModelIterTestFixture.ConstBool
> 5: [       OK ] ModelIterTestFixture.ConstBool (0 ms)
> 5: [ RUN      ] ModelIterTestFixture.TrueIfSomeModels
> 5: [       OK ] ModelIterTestFixture.TrueIfSomeModels (0 ms)
> 5: [ RUN      ] ModelIterTestFixture.MoveThroughIds
> 5: [       OK ] ModelIterTestFixture.MoveThroughIds (0 ms)
> 5: [ RUN      ] ModelIterTestFixture.MoveThroughModels
> 5: [       OK ] ModelIterTestFixture.MoveThroughModels (0 ms)
> 5: [----------] 5 tests from ModelIterTestFixture (0 ms total)
> 5: 
> 5: [----------] Global test environment tear-down
> 5: [==========] 5 tests from 1 test suite ran. (0 ms total)
> 5: [  PASSED  ] 5 tests.
>  5/12 Test  #5: UNIT_ModelIter_TEST ..............   Passed    0.04 sec
> test 9
>       Start  9: UNIT_WorldIdentifier_TEST
> 
> 9: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_WorldIdentifier_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_WorldIdentifier_TEST.xml"
> 9: Test timeout computed to be: 1500
> 6: [==========] Running 1 test from 1 test suite.
> 6: [----------] Global test environment set-up.
> 6: [----------] 1 test from Model
> 6: [ RUN      ] Model.ConstructorDoesNotCrash
> 6: [       OK ] Model.ConstructorDoesNotCrash (0 ms)
> 6: [----------] 1 test from Model (0 ms total)
> 6: 
> 6: [----------] Global test environment tear-down
> 6: [==========] 1 test from 1 test suite ran. (0 ms total)
> 6: [  PASSED  ] 1 test.
>  6/12 Test  #6: UNIT_Model_TEST ..................   Passed    0.04 sec
> test 10
>       Start 10: UNIT_WorldIter_TEST
> 
> 10: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_WorldIter_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_WorldIter_TEST.xml"
> 10: Test timeout computed to be: 1500
> 7: [==========] Running 1 test from 1 test suite.
> 7: [----------] Global test environment set-up.
> 7: [----------] 1 test from RestClient
> 7: [ RUN      ] RestClient.UserAgent
> 7: [       OK ] RestClient.UserAgent (0 ms)
> 7: [----------] 1 test from RestClient (0 ms total)
> 7: 
> 7: [----------] Global test environment tear-down
> 7: [==========] 1 test from 1 test suite ran. (0 ms total)
> 7: [  PASSED  ] 1 test.
>  7/12 Test  #7: UNIT_RestClient_TEST .............   Passed    0.04 sec
> test 11
>       Start 11: UNIT_Zip_TEST
> 
> 11: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_Zip_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_Zip_TEST.xml"
> 11: Test timeout computed to be: 1500
> 8: [==========] Running 3 tests from 1 test suite.
> 8: [----------] Global test environment set-up.
> 8: [----------] 3 tests from Result
> 8: [ RUN      ] Result.TypeCanBeSet
> 8: [       OK ] Result.TypeCanBeSet (0 ms)
> 8: [ RUN      ] Result.ReadableStringsHaveLength
> 8: [       OK ] Result.ReadableStringsHaveLength (0 ms)
> 8: [ RUN      ] Result.TrueOnSuccess
> 8: [       OK ] Result.TrueOnSuccess (0 ms)
> 8: [----------] 3 tests from Result (0 ms total)
> 8: 
> 8: [----------] Global test environment tear-down
> 8: [==========] 3 tests from 1 test suite ran. (0 ms total)
> 8: [  PASSED  ] 3 tests.
>  8/12 Test  #8: UNIT_Result_TEST .................   Passed    0.04 sec
> test 12
>       Start 12: INTEGRATION_zip
> 
> 12: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/INTEGRATION_zip "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/INTEGRATION_zip.xml"
> 12: Test timeout computed to be: 1500
> 9: [==========] Running 6 tests from 1 test suite.
> 9: [----------] Global test environment set-up.
> 9: [----------] 6 tests from WorldIdentifier
> 9: [ RUN      ] WorldIdentifier.SetFields
> 9: [       OK ] WorldIdentifier.SetFields (0 ms)
> 9: [ RUN      ] WorldIdentifier.UniqueName
> 9: [       OK ] WorldIdentifier.UniqueName (0 ms)
> 9: [ RUN      ] WorldIdentifier.CopyConstructorDeepCopy
> 9: [       OK ] WorldIdentifier.CopyConstructorDeepCopy (0 ms)
> 9: [ RUN      ] WorldIdentifier.AssignmentOperatorDeepCopy
> 9: [       OK ] WorldIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 9: [ RUN      ] WorldIdentifier.AsString
> 9: ./src/WorldIdentifier_TEST.cc:125: Failure
> 9: Expected equality of these values:
> 9:   str
> 9:     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: fuel.ignitionrobotics.org//worlds/\nLocal path: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> 9:   id.AsString()
> 9:     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: fuel.ignitionrobotics.org/worlds/\nLocal path: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> 9: With diff:
> 9: @@ -2,5 +2,5 @@
> 9:  Owner: 
> 9:  Version: tip
> 9: -Unique name: fuel.ignitionrobotics.org//worlds/
> 9: +Unique name: fuel.ignitionrobotics.org/worlds/
> 9:  Local path: 
> 9:  Server:
> 9: 
> 9: [Dbg] [WorldIdentifier_TEST.cc:135] Name: hello
> 9: Owner: raspberry
> 9: Version: 55
> 9: Unique name: fuel.ignitionrobotics.org/raspberry/worlds/hello
> 9: Local path: 
> 9: Server:
> 9:   URL: https://fuel.ignitionrobotics.org
> 9:   Version: 1.0
> 9:   API key: 
> 9: 
> 9: [  FAILED  ] WorldIdentifier.AsString (0 ms)
> 9: [ RUN      ] WorldIdentifier.AsPrettyString
> 9: [Dbg] [WorldIdentifier_TEST.cc:163] Name: hello
> 9: Owner: raspberry
> 9: Version: 55
> 9: Server:
> 9:   URL: https://fuel.ignitionrobotics.org
> 9:   Version: 1.0
> 9: 
> 9: [       OK ] WorldIdentifier.AsPrettyString (0 ms)
> 9: [----------] 6 tests from WorldIdentifier (0 ms total)
> 9: 
> 9: [----------] Global test environment tear-down
> 9: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 9: [  PASSED  ] 5 tests.
> 9: [  FAILED  ] 1 test, listed below:
> 9: [  FAILED  ] WorldIdentifier.AsString
> 9: 
> 9:  1 FAILED TEST
> 10: [==========] Running 4 tests from 1 test suite.
> 10: [----------] Global test environment set-up.
> 10: [----------] 4 tests from WorldIterTestFixture
> 10: [ RUN      ] WorldIterTestFixture.FalseIfNoWorlds
> 10: [       OK ] WorldIterTestFixture.FalseIfNoWorlds (0 ms)
> 10: [ RUN      ] WorldIterTestFixture.ConstBool
> 10: [       OK ] WorldIterTestFixture.ConstBool (0 ms)
> 10: [ RUN      ] WorldIterTestFixture.TrueIfSomeWorlds
> 10: [       OK ] WorldIterTestFixture.TrueIfSomeWorlds (0 ms)
> 10: [ RUN      ] WorldIterTestFixture.MoveThroughIds
> 10: [       OK ] WorldIterTestFixture.MoveThroughIds (0 ms)
> 10: [----------] 4 tests from WorldIterTestFixture (0 ms total)
> 10: 
> 10: [----------] Global test environment tear-down
> 10: [==========] 4 tests from 1 test suite ran. (0 ms total)
> 10: [  PASSED  ] 4 tests.
>  9/12 Test  #9: UNIT_WorldIdentifier_TEST ........***Failed    0.04 sec
> [==========] Running 6 tests from 1 test suite.
> [----------] Global test environment set-up.
> [----------] 6 tests from WorldIdentifier
> [ RUN      ] WorldIdentifier.SetFields
> [       OK ] WorldIdentifier.SetFields (0 ms)
> [ RUN      ] WorldIdentifier.UniqueName
> [       OK ] WorldIdentifier.UniqueName (0 ms)
> [ RUN      ] WorldIdentifier.CopyConstructorDeepCopy
> [       OK ] WorldIdentifier.CopyConstructorDeepCopy (0 ms)
> [ RUN      ] WorldIdentifier.AssignmentOperatorDeepCopy
> [       OK ] WorldIdentifier.AssignmentOperatorDeepCopy (0 ms)
> [ RUN      ] WorldIdentifier.AsString
> ./src/WorldIdentifier_TEST.cc:125: Failure
> Expected equality of these values:
>   str
>     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: fuel.ignitionrobotics.org//worlds/\nLocal path: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
>   id.AsString()
>     Which is: "Name: \nOwner: \nVersion: tip\nUnique name: fuel.ignitionrobotics.org/worlds/\nLocal path: \nServer:\n  URL: https://fuel.ignitionrobotics.org\n  Version: 1.0\n  API key: \n"
> With diff:
> @@ -2,5 +2,5 @@
>  Owner: 
>  Version: tip
> -Unique name: fuel.ignitionrobotics.org//worlds/
> +Unique name: fuel.ignitionrobotics.org/worlds/
>  Local path: 
>  Server:
> 
> [Dbg] [WorldIdentifier_TEST.cc:135] Name: hello
> Owner: raspberry
> Version: 55
> Unique name: fuel.ignitionrobotics.org/raspberry/worlds/hello
> Local path: 
> Server:
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
>   API key: 
> 
> [  FAILED  ] WorldIdentifier.AsString (0 ms)
> [ RUN      ] WorldIdentifier.AsPrettyString
> [Dbg] [WorldIdentifier_TEST.cc:163] Name: hello
> Owner: raspberry
> Version: 55
> Server:
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
> 
> [       OK ] WorldIdentifier.AsPrettyString (0 ms)
> [----------] 6 tests from WorldIdentifier (0 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 6 tests from 1 test suite ran. (0 ms total)
> [  PASSED  ] 5 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] WorldIdentifier.AsString
> 
>  1 FAILED TEST
> 
> 10/12 Test #10: UNIT_WorldIter_TEST ..............   Passed    0.04 sec
> 11: [==========] Running 2 tests from 1 test suite.
> 11: [----------] Global test environment set-up.
> 11: [----------] 2 tests from Zip
> 11: [ RUN      ] Zip.API
> 11: [Err] [Zip.cc:118] Source archive does not exist: 
> 11: [Err] [Zip.cc:118] Source archive does not exist: aaa.zip
> 11: [Err] [Zip.cc:118] Source archive does not exist: 
> 11: [Err] [Zip.cc:88] Directory does not exist: aaa
> 11: [       OK ] Zip.API (0 ms)
> 11: [ RUN      ] Zip.CompressAndExtract
> 11: [       OK ] Zip.CompressAndExtract (1 ms)
> 11: [----------] 2 tests from Zip (1 ms total)
> 11: 
> 11: [----------] Global test environment tear-down
> 11: [==========] 2 tests from 1 test suite ran. (1 ms total)
> 11: [  PASSED  ] 2 tests.
> 11/12 Test #11: UNIT_Zip_TEST ....................   Passed    0.04 sec
> 12: [==========] Running 2 tests from 1 test suite.
> 12: [----------] Global test environment set-up.
> 12: [----------] 2 tests from Zip
> 12: [ RUN      ] Zip.Extract
> 12: [       OK ] Zip.Extract (0 ms)
> 12: [ RUN      ] Zip.Compress
> 12: [       OK ] Zip.Compress (0 ms)
> 12: [----------] 2 tests from Zip (1 ms total)
> 12: 
> 12: [----------] Global test environment tear-down
> 12: [==========] 2 tests from 1 test suite ran. (1 ms total)
> 12: [  PASSED  ] 2 tests.
> 12/12 Test #12: INTEGRATION_zip ..................   Passed    0.04 sec
> 
> 83% tests passed, 2 tests failed out of 12
> 
> Total Test time (real) =   0.14 sec
> 
> The following tests FAILED:
> 	  4 - UNIT_ModelIdentifier_TEST (Failed)
> 	  9 - UNIT_WorldIdentifier_TEST (Failed)
> Errors while running CTest
> make[1]: *** [Makefile:137: test] Error 8
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=--verbose ARGS\+=-j4 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/ignition-fuel-tools_4.1.0+dfsg-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list