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

Lucas Nussbaum lucas at debian.org
Sat Feb 19 06:31:39 GMT 2022


Source: ignition-fuel-tools
Version: 7.0.0+ds-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

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 -j8
> 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_CollectionIdentifier_TEST
> 
> 2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_CollectionIdentifier_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_CollectionIdentifier_TEST.xml"
> 2: Test timeout computed to be: 1500
> test 3
>       Start  3: UNIT_Helpers_TEST
> 
> 3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/UNIT_Helpers_TEST "--gtest_output=xml:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results/UNIT_Helpers_TEST.xml"
> 3: Test timeout computed to be: 1500
> test 4
>       Start  4: UNIT_JSONParser_TEST
> 
> 4: 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"
> 4: Test timeout computed to be: 1500
> test 5
>       Start  5: UNIT_LocalCache_TEST
> 
> 5: 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"
> 5: Test timeout computed to be: 1500
> test 6
>       Start  6: UNIT_ModelIdentifier_TEST
> 
> 6: 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"
> 6: Test timeout computed to be: 1500
> test 7
>       Start  7: UNIT_ModelIter_TEST
> 
> 7: 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"
> 7: Test timeout computed to be: 1500
> test 8
>       Start  8: UNIT_Model_TEST
> 
> 8: 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"
> 8: Test timeout computed to be: 1500
> 2: [==========] Running 6 tests from 1 test suite.
> 2: [----------] Global test environment set-up.
> 2: [----------] 6 tests from CollectionIdentifier
> 2: [ RUN      ] CollectionIdentifier.SetFields
> 2: [       OK ] CollectionIdentifier.SetFields (0 ms)
> 2: [ RUN      ] CollectionIdentifier.UniqueName
> 2: [       OK ] CollectionIdentifier.UniqueName (0 ms)
> 2: [ RUN      ] CollectionIdentifier.CopyConstructorDeepCopy
> 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
> 3: [==========] Running 2 tests from 1 test suite.
> 3: [----------] Global test environment set-up.
> 3: [----------] 2 tests from HelpersTEST
> 3: [ RUN      ] HelpersTEST.UriToPathNoAuthority
> 3: [       OK ] HelpersTEST.UriToPathNoAuthority (0 ms)
> 3: [ RUN      ] HelpersTEST.UriToPathHasAuthority
> 3: [       OK ] HelpersTEST.UriToPathHasAuthority (0 ms)
> 3: [----------] 2 tests from HelpersTEST (0 ms total)
> 3: 
> 3: [----------] Global test environment tear-down
> 2: [       OK ] CollectionIdentifier.CopyConstructorDeepCopy (0 ms)
> 2: [ RUN      ] CollectionIdentifier.AssignmentOperatorDeepCopy
> 2: [       OK ] CollectionIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 2: [ RUN      ] CollectionIdentifier.AsString
> 2: [       OK ] CollectionIdentifier.AsString (0 ms)
> 2: [ RUN      ] CollectionIdentifier.AsPrettyString
> 2: [       OK ] CollectionIdentifier.AsPrettyString (0 ms)
> 2: [----------] 6 tests from CollectionIdentifier (0 ms total)
> 2: 
> 2: [----------] Global test environment tear-down
> 1: [       OK ] ClientConfig.CustomDefaultConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.CustomConfiguration
> 3: [==========] 2 tests from 1 test suite ran. (0 ms total)
> 3: [  PASSED  ] 2 tests.
> 2: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 2: [  PASSED  ] 6 tests.
> 1: [       OK ] ClientConfig.CustomConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.RepeatedServerConfiguration
> 1: [       OK ] ClientConfig.RepeatedServerConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.NoServerUrlConfiguration
> 1: [Err] [ClientConfig.cc:361] [url] parameter is required for a server
> 1: [       OK ] ClientConfig.NoServerUrlConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.EmptyServerUrlConfiguration
> 1: [Err] [ClientConfig.cc:361] [url] parameter is required for a server
> 1: [       OK ] ClientConfig.EmptyServerUrlConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.NoCachePathConfiguration
> 1: [Err] [ClientConfig.cc:319] [path] parameter is required for a cache
> 1: [       OK ] ClientConfig.NoCachePathConfiguration (0 ms)
> 1: [ RUN      ] ClientConfig.EmptyCachePathConfiguration
> 1: [Err] [ClientConfig.cc:319] [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
> 1: [Dbg] [ClientConfig_TEST.cc:310] Config path: 
> 1: Cache location: /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.ignition/fuel
> 1: Servers:
> 1:   ---
> 1:   URL: https://fuel.ignitionrobotics.org
> 1:   Version: 1.0
> 1:   API key: 
> 1: 
> 1: [Dbg] [ClientConfig_TEST.cc:341] URL: http://serverurl.com
> 1: Version: 2.0
> 1: API key: ABCD
> 1: 
> 1: [Dbg] [ClientConfig_TEST.cc:358] 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:384] 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: ./src/ClientConfig_TEST.cc:417: Failure
> 1: Expected equality of these values:
> 1:   "http://banana:8080"
> 1:   srv.Url().Str()
> 1:     Which is: "http://banana:8080/"
> 1: ./src/ClientConfig_TEST.cc:419: Failure
> 1: Expected equality of these values:
> 1:   "banana:8080"
> 1:   srv.Url().Path().Str()
> 1:     Which is: "banana:8080/"
> 1: [  FAILED  ] ServerConfig.Url (0 ms)
> 1: [----------] 2 tests from ServerConfig (0 ms total)
> 1: 
> 1: [----------] Global test environment tear-down
> 4: [==========] Running 7 tests from 1 test suite.
> 4: [----------] Global test environment set-up.
> 4: [----------] 7 tests from JSONParser
> 4: [ RUN      ] JSONParser.ParseModels
> 4: [       OK ] JSONParser.ParseModels (0 ms)
> 4: [ RUN      ] JSONParser.BuildModel
> 4: [       OK ] JSONParser.BuildModel (0 ms)
> 4: [ RUN      ] JSONParser.ParseModel
> 4: [       OK ] JSONParser.ParseModel (0 ms)
> 4: [ RUN      ] JSONParser.ParseWorlds
> 1: [==========] 14 tests from 2 test suites ran. (1 ms total)
> 1: [  PASSED  ] 13 tests.
> 1: [  FAILED  ] 1 test, listed below:
> 1: [  FAILED  ] ServerConfig.Url
> 1: 
> 1:  1 FAILED TEST
> 4: [       OK ] JSONParser.ParseWorlds (0 ms)
> 4: [ RUN      ] JSONParser.BuildWorld
>  1/14 Test  #3: UNIT_Helpers_TEST ................   Passed    0.04 sec
> test 9
>       Start  9: UNIT_RestClient_TEST
> 
> 9: 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"
> 9: Test timeout computed to be: 1500
> 4: [       OK ] JSONParser.BuildWorld (0 ms)
> 4: [ RUN      ] JSONParser.ParseWorld
> 4: [       OK ] JSONParser.ParseWorld (0 ms)
> 4: [ RUN      ] JSONParser.ParseLicenses
> 4: [       OK ] JSONParser.ParseLicenses (0 ms)
> 4: [----------] 7 tests from JSONParser (0 ms total)
> 4: 
> 4: [----------] Global test environment tear-down
> 4: [==========] 7 tests from 1 test suite ran. (0 ms total)
> 4: [  PASSED  ] 7 tests.
> 5: [==========] Running 6 tests from 1 test suite.
> 5: [----------] Global test environment set-up.
> 5: [----------] 6 tests from LocalCacheTest
> 5: [ RUN      ] LocalCacheTest.AllModels
> 5: [Wrn] [Filesystem.cc:140] The path [test_cache] does not refer to a directory nor to a file
>  2/14 Test  #1: UNIT_ClientConfig_TEST ...........***Failed    0.05 sec
> [==========] Running 14 tests from 2 test suites.
> [----------] Global test environment set-up.
> [----------] 12 tests from ClientConfig
> [ RUN      ] ClientConfig.InitiallyDefaultServers
> [       OK ] ClientConfig.InitiallyDefaultServers (0 ms)
> [ RUN      ] ClientConfig.ServersCanBeAdded
> [       OK ] ClientConfig.ServersCanBeAdded (0 ms)
> [ RUN      ] ClientConfig.CustomDefaultConfiguration
> [       OK ] ClientConfig.CustomDefaultConfiguration (0 ms)
> [ RUN      ] ClientConfig.CustomConfiguration
> [       OK ] ClientConfig.CustomConfiguration (0 ms)
> [ RUN      ] ClientConfig.RepeatedServerConfiguration
> [       OK ] ClientConfig.RepeatedServerConfiguration (0 ms)
> [ RUN      ] ClientConfig.NoServerUrlConfiguration
> [Err] [ClientConfig.cc:361] [url] parameter is required for a server
> [       OK ] ClientConfig.NoServerUrlConfiguration (0 ms)
> [ RUN      ] ClientConfig.EmptyServerUrlConfiguration
> [Err] [ClientConfig.cc:361] [url] parameter is required for a server
> [       OK ] ClientConfig.EmptyServerUrlConfiguration (0 ms)
> [ RUN      ] ClientConfig.NoCachePathConfiguration
> [Err] [ClientConfig.cc:319] [path] parameter is required for a cache
> [       OK ] ClientConfig.NoCachePathConfiguration (0 ms)
> [ RUN      ] ClientConfig.EmptyCachePathConfiguration
> [Err] [ClientConfig.cc:319] [path] parameter is required for a cache
> [       OK ] ClientConfig.EmptyCachePathConfiguration (0 ms)
> [ RUN      ] ClientConfig.UserAgent
> [       OK ] ClientConfig.UserAgent (0 ms)
> [ RUN      ] ClientConfig.AsString
> [Dbg] [ClientConfig_TEST.cc:310] Config path: 
> Cache location: /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.ignition/fuel
> Servers:
>   ---
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
>   API key: 
> 
> [Dbg] [ClientConfig_TEST.cc:341] URL: http://serverurl.com
> Version: 2.0
> API key: ABCD
> 
> [Dbg] [ClientConfig_TEST.cc:358] Config path: 
> Cache location: cache/location
> Servers:
>   ---
>   URL: https://fuel.ignitionrobotics.org
>   Version: 1.0
>   API key: 
>   ---
>   URL: http://serverurl.com
>   Version: 1.0
>   API key: 
> 
> [       OK ] ClientConfig.AsString (0 ms)
> [ RUN      ] ClientConfig.AsPrettyString
> [Dbg] [ClientConfig_TEST.cc:384] URL: http://serverurl.com
> Version: 2.0
> API key: ABCD
> 
> [       OK ] ClientConfig.AsPrettyString (0 ms)
> [----------] 12 tests from ClientConfig (1 ms total)
> 
> [----------] 2 tests from ServerConfig
> [ RUN      ] ServerConfig.ApiKey
> [       OK ] ServerConfig.ApiKey (0 ms)
> [ RUN      ] ServerConfig.Url
> ./src/ClientConfig_TEST.cc:417: Failure
> Expected equality of these values:
>   "http://banana:8080"
>   srv.Url().Str()
>     Which is: "http://banana:8080/"
> ./src/ClientConfig_TEST.cc:419: Failure
> Expected equality of these values:
>   "banana:8080"
>   srv.Url().Path().Str()
>     Which is: "banana:8080/"
> [  FAILED  ] ServerConfig.Url (0 ms)
> [----------] 2 tests from ServerConfig (0 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 14 tests from 2 test suites ran. (1 ms total)
> [  PASSED  ] 13 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] ServerConfig.Url
> 
>  1 FAILED TEST
> 
> test 10
>       Start 10: UNIT_Result_TEST
> 
> 10: 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"
> 10: Test timeout computed to be: 1500
>  3/14 Test  #2: UNIT_CollectionIdentifier_TEST ...   Passed    0.05 sec
> test 11
>       Start 11: UNIT_WorldIdentifier_TEST
> 
> 11: 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"
> 11: Test timeout computed to be: 1500
>  4/14 Test  #4: UNIT_JSONParser_TEST .............   Passed    0.05 sec
> test 12
>       Start 12: UNIT_WorldIter_TEST
> 
> 12: 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"
> 12: Test timeout computed to be: 1500
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [Dbg] [LocalCache_TEST.cc:99] Creating 3 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [       OK ] LocalCacheTest.AllModels (1 ms)
> 5: [ RUN      ] LocalCacheTest.MatchingModels
> 6: [==========] Running 6 tests from 1 test suite.
> 6: [----------] Global test environment set-up.
> 6: [----------] 6 tests from ModelIdentifier
> 6: [ RUN      ] ModelIdentifier.SetFields
> 6: [       OK ] ModelIdentifier.SetFields (0 ms)
> 6: [ RUN      ] ModelIdentifier.UniqueName
> 6: [       OK ] ModelIdentifier.UniqueName (0 ms)
> 6: [ RUN      ] ModelIdentifier.CopyConstructorDeepCopy
> 6: [       OK ] ModelIdentifier.CopyConstructorDeepCopy (0 ms)
> 6: [ RUN      ] ModelIdentifier.AssignmentOperatorDeepCopy
> 6: [       OK ] ModelIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 6: [ RUN      ] ModelIdentifier.AsString
> 6: [Dbg] [ModelIdentifier_TEST.cc:207] Name: hello
> 6: Owner: raspberry
> 6: Version: 55
> 6: Unique name: https://fuel.ignitionrobotics.org/raspberry/models/hello
> 6: Description: 
> 6: File size: 2048
> 6: Upload date: 1645217232
> 6: Likes: 0
> 6: Downloads: 0
> 6: License name: 
> 6: License URL: 
> 6: License image URL: 
> 6: Tags: 
> 6: Server:
> 6:   URL: https://fuel.ignitionrobotics.org
> 6:   Version: 1.0
> 6:   API key: 
> 6: 
> 6: [       OK ] ModelIdentifier.AsString (0 ms)
> 6: [ RUN      ] ModelIdentifier.AsPrettyString
> 6: [Dbg] [ModelIdentifier_TEST.cc:243] Name: hello
> 6: Owner: raspberry
> 6: Version: 55
> 6: File size: 2048
> 6: Upload date: 1645217232
> 6: Server:
> 6:   URL: https://fuel.ignitionrobotics.org
> 6:   Version: 1.0
> 6: 
> 6: [       OK ] ModelIdentifier.AsPrettyString (0 ms)
> 6: [----------] 6 tests from ModelIdentifier (0 ms total)
> 6: 
> 6: [----------] Global test environment tear-down
> 6: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 6: [  PASSED  ] 6 tests.
>  5/14 Test  #6: UNIT_ModelIdentifier_TEST ........   Passed    0.05 sec
> test 13
>       Start 13: UNIT_Zip_TEST
> 
> 13: 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"
> 13: Test timeout computed to be: 1500
> 7: [==========] Running 5 tests from 1 test suite.
> 7: [----------] Global test environment set-up.
> 7: [----------] 5 tests from ModelIterTestFixture
> 7: [ RUN      ] ModelIterTestFixture.FalseIfNoModels
> 7: [       OK ] ModelIterTestFixture.FalseIfNoModels (0 ms)
> 7: [ RUN      ] ModelIterTestFixture.ConstBool
> 7: [       OK ] ModelIterTestFixture.ConstBool (0 ms)
> 7: [ RUN      ] ModelIterTestFixture.TrueIfSomeModels
> 7: [       OK ] ModelIterTestFixture.TrueIfSomeModels (0 ms)
> 7: [ RUN      ] ModelIterTestFixture.MoveThroughIds
> 7: [       OK ] ModelIterTestFixture.MoveThroughIds (0 ms)
> 7: [ RUN      ] ModelIterTestFixture.MoveThroughModels
> 7: [       OK ] ModelIterTestFixture.MoveThroughModels (0 ms)
> 7: [----------] 5 tests from ModelIterTestFixture (0 ms total)
> 7: 
> 7: [----------] Global test environment tear-down
> 7: [==========] 5 tests from 1 test suite ran. (0 ms total)
> 7: [  PASSED  ] 5 tests.
> 5: [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [Dbg] [LocalCache_TEST.cc:99] Creating 3 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [       OK ] LocalCacheTest.MatchingModels (4 ms)
> 5: [ RUN      ] LocalCacheTest.MatchingModel
>  6/14 Test  #7: UNIT_ModelIter_TEST ..............   Passed    0.05 sec
> test 14
>       Start 14: INTEGRATION_zip
> 
> 14: 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"
> 14: Test timeout computed to be: 1500
> 8: [==========] Running 1 test from 1 test suite.
> 8: [----------] Global test environment set-up.
> 8: [----------] 1 test from Model
> 8: [ RUN      ] Model.ConstructorDoesNotCrash
> 8: [       OK ] Model.ConstructorDoesNotCrash (0 ms)
> 8: [----------] 1 test from Model (0 ms total)
> 8: 
> 8: [----------] Global test environment tear-down
> 8: [==========] 1 test from 1 test suite ran. (0 ms total)
> 8: [  PASSED  ] 1 test.
>  7/14 Test  #8: UNIT_Model_TEST ..................   Passed    0.05 sec
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: ./src/LocalCache_TEST.cc:354: Failure
> 5: Expected equality of these values:
> 5:   "http://localhost:8001"
> 5:   am1Model.Identification().Server().Url().Str()
> 5:     Which is: "http://localhost:8001/"
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [  FAILED  ] LocalCacheTest.MatchingModel (4 ms)
> 5: [ RUN      ] LocalCacheTest.AllWorlds
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [Dbg] [LocalCache_TEST.cc:185] Creating 3 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [       OK ] LocalCacheTest.AllWorlds (3 ms)
> 5: [ RUN      ] LocalCacheTest.MatchingWorlds
> 5: [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [Dbg] [LocalCache_TEST.cc:185] Creating 3 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: [       OK ] LocalCacheTest.MatchingWorlds (3 ms)
> 5: [ RUN      ] LocalCacheTest.MatchingWorld
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> 5: ./src/LocalCache_TEST.cc:505: Failure
> 5: Expected equality of these values:
> 5:   "http://localhost:8001"
> 5:   am1.Server().Url().Str()
> 5:     Which is: "http://localhost:8001/"
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> 5: [  FAILED  ] LocalCacheTest.MatchingWorld (8 ms)
> 5: [----------] 6 tests from LocalCacheTest (26 ms total)
> 5: 
> 5: [----------] Global test environment tear-down
> 5: [==========] 6 tests from 1 test suite ran. (27 ms total)
> 5: [  PASSED  ] 4 tests.
> 5: [  FAILED  ] 2 tests, listed below:
> 5: [  FAILED  ] LocalCacheTest.MatchingModel
> 5: [  FAILED  ] LocalCacheTest.MatchingWorld
> 5: 
> 5:  2 FAILED TESTS
>  8/14 Test  #5: UNIT_LocalCache_TEST .............***Failed    0.07 sec
> [==========] Running 6 tests from 1 test suite.
> [----------] Global test environment set-up.
> [----------] 6 tests from LocalCacheTest
> [ RUN      ] LocalCacheTest.AllModels
> [Wrn] [Filesystem.cc:140] The path [test_cache] does not refer to a directory nor to a file
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [Dbg] [LocalCache_TEST.cc:99] Creating 3 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [       OK ] LocalCacheTest.AllModels (1 ms)
> [ RUN      ] LocalCacheTest.MatchingModels
> [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [Dbg] [LocalCache_TEST.cc:99] Creating 3 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [       OK ] LocalCacheTest.MatchingModels (4 ms)
> [ RUN      ] LocalCacheTest.MatchingModel
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Dbg] [LocalCache_TEST.cc:47] Creating 6 local models in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> ./src/LocalCache_TEST.cc:354: Failure
> Expected equality of these values:
>   "http://localhost:8001"
>   am1Model.Identification().Server().Url().Str()
>     Which is: "http://localhost:8001/"
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:105] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [  FAILED  ] LocalCacheTest.MatchingModel (4 ms)
> [ RUN      ] LocalCacheTest.AllWorlds
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [Dbg] [LocalCache_TEST.cc:185] Creating 3 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [       OK ] LocalCacheTest.AllWorlds (3 ms)
> [ RUN      ] LocalCacheTest.MatchingWorlds
> [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [Dbg] [LocalCache_TEST.cc:185] Creating 3 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> [       OK ] LocalCacheTest.MatchingWorlds (3 ms)
> [ RUN      ] LocalCacheTest.MatchingWorld
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Dbg] [LocalCache_TEST.cc:133] Creating 6 local worlds in [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu]
> ./src/LocalCache_TEST.cc:505: Failure
> Expected equality of these values:
>   "http://localhost:8001"
>   am1.Server().Url().Str()
>     Which is: "http://localhost:8001/"
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [Wrn] [LocalCache.cc:165] Server directory does not exist [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_cache/fuel.ignitionrobotics.org]
> [  FAILED  ] LocalCacheTest.MatchingWorld (8 ms)
> [----------] 6 tests from LocalCacheTest (26 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 6 tests from 1 test suite ran. (27 ms total)
> [  PASSED  ] 4 tests.
> [  FAILED  ] 2 tests, listed below:
> [  FAILED  ] LocalCacheTest.MatchingModel
> [  FAILED  ] LocalCacheTest.MatchingWorld
> 
>  2 FAILED TESTS
> 
> 11: [==========] Running 6 tests from 1 test suite.
> 11: [----------] Global test environment set-up.
> 11: [----------] 6 tests from WorldIdentifier
> 11: [ RUN      ] WorldIdentifier.SetFields
> 11: [       OK ] WorldIdentifier.SetFields (0 ms)
> 11: [ RUN      ] WorldIdentifier.UniqueName
> 11: [       OK ] WorldIdentifier.UniqueName (0 ms)
> 11: [ RUN      ] WorldIdentifier.CopyConstructorDeepCopy
> 11: [       OK ] WorldIdentifier.CopyConstructorDeepCopy (0 ms)
> 11: [ RUN      ] WorldIdentifier.AssignmentOperatorDeepCopy
> 11: [       OK ] WorldIdentifier.AssignmentOperatorDeepCopy (0 ms)
> 11: [ RUN      ] WorldIdentifier.AsString
> 11: [Dbg] [WorldIdentifier_TEST.cc:151] Name: hello
> 11: Owner: raspberry
> 11: Version: 55
> 11: Unique name: fuel.ignitionrobotics.org/raspberry/worlds/hello
> 11: Local path: 
> 11: Server:
> 11:   URL: https://fuel.ignitionrobotics.org
> 11:   Version: 1.0
> 11:   API key: 
> 11: 
> 11: [       OK ] WorldIdentifier.AsString (0 ms)
> 11: [ RUN      ] WorldIdentifier.AsPrettyString
> 11: [Dbg] [WorldIdentifier_TEST.cc:179] Name: hello
> 11: Owner: raspberry
> 11: Version: 55
> 11: Server:
> 11:   URL: https://fuel.ignitionrobotics.org
> 11:   Version: 1.0
> 11: 
> 11: [       OK ] WorldIdentifier.AsPrettyString (0 ms)
> 11: [----------] 6 tests from WorldIdentifier (0 ms total)
> 11: 
> 11: [----------] Global test environment tear-down
> 11: [==========] 6 tests from 1 test suite ran. (0 ms total)
> 11: [  PASSED  ] 6 tests.
>  9/14 Test #11: UNIT_WorldIdentifier_TEST ........   Passed    0.03 sec
> 10: [==========] Running 8 tests from 2 test suites.
> 10: [----------] Global test environment set-up.
> 10: [----------] 6 tests from Result
> 10: [ RUN      ] Result.DefaultConstructor
> 10: [       OK ] Result.DefaultConstructor (0 ms)
> 10: [ RUN      ] Result.CopyConstructor
> 10: [       OK ] Result.CopyConstructor (0 ms)
> 10: [ RUN      ] Result.CopyAssignmentOperator
> 10: [       OK ] Result.CopyAssignmentOperator (0 ms)
> 10: [ RUN      ] Result.TypeCanBeSet
> 10: [       OK ] Result.TypeCanBeSet (0 ms)
> 10: [ RUN      ] Result.ReadableStringsHaveLength
> 10: [       OK ] Result.ReadableStringsHaveLength (0 ms)
> 10: [ RUN      ] Result.TrueOnSuccess
> 10: [       OK ] Result.TrueOnSuccess (0 ms)
> 10: [----------] 6 tests from Result (0 ms total)
> 10: 
> 10: [----------] 2 tests from ResultTest
> 10: [ RUN      ] ResultTest.MoveConstructor
> 10: [       OK ] ResultTest.MoveConstructor (0 ms)
> 10: [ RUN      ] ResultTest.MoveAssignmentOperator
> 10: [       OK ] ResultTest.MoveAssignmentOperator (0 ms)
> 10: [----------] 2 tests from ResultTest (0 ms total)
> 10: 
> 10: [----------] Global test environment tear-down
> 10: [==========] 8 tests from 2 test suites ran. (0 ms total)
> 10: [  PASSED  ] 8 tests.
> 10/14 Test #10: UNIT_Result_TEST .................   Passed    0.04 sec
> 12: [==========] Running 4 tests from 1 test suite.
> 12: [----------] Global test environment set-up.
> 12: [----------] 4 tests from WorldIterTestFixture
> 12: [ RUN      ] WorldIterTestFixture.FalseIfNoWorlds
> 12: [       OK ] WorldIterTestFixture.FalseIfNoWorlds (0 ms)
> 12: [ RUN      ] WorldIterTestFixture.ConstBool
> 12: [       OK ] WorldIterTestFixture.ConstBool (0 ms)
> 12: [ RUN      ] WorldIterTestFixture.TrueIfSomeWorlds
> 12: [       OK ] WorldIterTestFixture.TrueIfSomeWorlds (0 ms)
> 12: [ RUN      ] WorldIterTestFixture.MoveThroughIds
> 12: [       OK ] WorldIterTestFixture.MoveThroughIds (0 ms)
> 12: [----------] 4 tests from WorldIterTestFixture (0 ms total)
> 12: 
> 12: [----------] Global test environment tear-down
> 12: [==========] 4 tests from 1 test suite ran. (0 ms total)
> 12: [  PASSED  ] 4 tests.
> 11/14 Test #12: UNIT_WorldIter_TEST ..............   Passed    0.04 sec
> 9: [==========] Running 1 test from 1 test suite.
> 9: [----------] Global test environment set-up.
> 9: [----------] 1 test from RestClient
> 9: [ RUN      ] RestClient.UserAgent
> 9: [       OK ] RestClient.UserAgent (0 ms)
> 9: [----------] 1 test from RestClient (0 ms total)
> 9: 
> 9: [----------] Global test environment tear-down
> 9: [==========] 1 test from 1 test suite ran. (0 ms total)
> 9: [  PASSED  ] 1 test.
> 12/14 Test  #9: UNIT_RestClient_TEST .............   Passed    0.05 sec
> 13: [==========] Running 2 tests from 1 test suite.
> 13: [----------] Global test environment set-up.
> 13: [----------] 2 tests from ZipTest
> 13: [ RUN      ] ZipTest.API
> 13: [Err] [Zip.cc:118] Source archive does not exist: 
> 13: [Err] [Zip.cc:118] Source archive does not exist: aaa.zip
> 13: [Err] [Zip.cc:118] Source archive does not exist: 
> 13: [Err] [Zip.cc:88] Directory does not exist: aaa
> 13: [       OK ] ZipTest.API (0 ms)
> 13: [ RUN      ] ZipTest.CompressAndExtract
> 13: [Dbg] [Zip.cc:173] Created file [/tmp/oOnEYU/extract/d1/]
> 13: [Dbg] [Zip.cc:173] Created file [/tmp/oOnEYU/extract/d1/d2/]
> 13: [Dbg] [Zip.cc:173] Created file [/tmp/oOnEYU/extract/d1/d2/new_file]
> 13: [       OK ] ZipTest.CompressAndExtract (0 ms)
> 13: [----------] 2 tests from ZipTest (0 ms total)
> 13: 
> 13: [----------] Global test environment tear-down
> 13: [==========] 2 tests from 1 test suite ran. (1 ms total)
> 13: [  PASSED  ] 2 tests.
> 14: [==========] Running 2 tests from 1 test suite.
> 14: [----------] Global test environment set-up.
> 14: [----------] 2 tests from ZipIntegrationTest
> 14: [ RUN      ] ZipIntegrationTest.Extract
> 13/14 Test #13: UNIT_Zip_TEST ....................   Passed    0.04 sec
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/dir/]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/dir/file2]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/file]
> 14: [       OK ] ZipIntegrationTest.Extract (0 ms)
> 14: [ RUN      ] ZipIntegrationTest.Compress
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/file]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/dir/]
> 14: [Dbg] [Zip.cc:173] Created file [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/box/dir/file2]
> 14: [       OK ] ZipIntegrationTest.Compress (0 ms)
> 14: [----------] 2 tests from ZipIntegrationTest (1 ms total)
> 14: 
> 14: [----------] Global test environment tear-down
> 14: [==========] 2 tests from 1 test suite ran. (1 ms total)
> 14: [  PASSED  ] 2 tests.
> 14/14 Test #14: INTEGRATION_zip ..................   Passed    0.04 sec
> 
> 86% tests passed, 2 tests failed out of 14
> 
> Total Test time (real) =   0.10 sec
> 
> The following tests FAILED:
> 	  1 - UNIT_ClientConfig_TEST (Failed)
> 	  5 - UNIT_LocalCache_TEST (Failed)
> Errors while running CTest
> make[1]: *** [Makefile:94: test] Error 8
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/ignition-fuel-tools_7.0.0+ds-2_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