1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
|
<?xml version="1.0" encoding="utf-8"?><testsuite errors="0" failures="0" name="pytest" skips="12" tests="316" time="1.718"><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="84" name="testBadOptionsCauseNoExit" time="0.005100727081298828"></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="109" name="testHelpCommandOutput" time="0.0026731491088867188"></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="92" name="testHelpOptionPrintsGlobalHelp" time="0.002308368682861328"></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="75" name="testParseCommandLineConfigFile" time="0.002007007598876953"></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="50" name="testParseCommandLineDebug" time="0.0029077529907226562"><system-err>INFO:nss_cache.app:using nss_cache library, version 0.39
DEBUG:nss_cache.app:library path is '/home/jaq/src/nsscache/nsscache/nss_cache/__init__.py'
</system-err></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="59" name="testParseCommandLineVerbose" time="0.00252532958984375"><system-err>INFO:nss_cache.app:using nss_cache library, version 0.39
</system-err></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="70" name="testParseCommandLineVerboseDebug" time="0.002479076385498047"><system-err>INFO:nss_cache.app:using nss_cache library, version 0.39
DEBUG:nss_cache.app:library path is '/home/jaq/src/nsscache/nsscache/nss_cache/__init__.py'
</system-err></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="43" name="testParseGlobalOptions" time="0.0018727779388427734"></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="39" name="testRun" time="0.003312349319458008"><system-err>INFO:nss_cache.app:using nss_cache library, version 0.39
DEBUG:nss_cache.app:library path is '/home/jaq/src/nsscache/nsscache/nss_cache/__init__.py'
</system-err></testcase><testcase classname="nss_cache.app_test.TestNssCacheApp" file="nss_cache/app_test.py" line="121" name="testRunBadArgsPrintsGlobalHelp" time="0.0013468265533447266"><skipped message="cant pass unless theres a valid config" type="pytest.skip">nss_cache/app_test.py:121: cant pass unless theres a valid config</skipped></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testCommandHelp" time="0.0011563301086425781"><system-err>WARNING:nss_cache.command:No help message set for <nss_cache.command.Command object at 0x7fd2058a83d0>
</system-err></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testDummyCommand" time="0.0010695457458496094"></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceLock" time="0.0005087852478027344"><skipped message="badly mocked" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: badly mocked</skipped></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLock" time="0.00051116943359375"><skipped message="badly mocked" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: badly mocked</skipped></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunCommand" time="0.026613235473632812"><system-err>WARNING:nss_cache.command:No help message set for <nss_cache.command.Command object at 0x7fd2058bd4d0>
</system-err></testcase><testcase classname="nss_cache.command_test.TestCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUnlock" time="0.0013294219970703125"><skipped message="badly mocked" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: badly mocked</skipped></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testConstructor" time="0.0013842582702636719"></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceLockFlag" time="0.0011591911315917969"></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceLockFlagCallsUpdateMapsWithForceLockTrue" time="0.0015325546264648438"><system-err>DEBUG:nss_cache.command:performing INCREMENTAL update of caches
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceWriteFlag" time="0.0011262893676757812"></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceWriteFlagCallsUpdateMapsWithForceWriteTrue" time="0.0016171932220458984"><system-err>DEBUG:nss_cache.command:performing INCREMENTAL update of caches
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testHelp" time="0.0013916492462158203"></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithBadParameters" time="0.0011701583862304688"></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithFlags" time="0.0016357898712158203"><system-err>INFO:nss_cache.command:Setting configured maps to ['passwd']
DEBUG:nss_cache.command:performing FULL update of caches
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithNoParameters" time="0.0014040470123291016"><system-err>DEBUG:nss_cache.command:performing INCREMENTAL update of caches
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testSleep" time="0.0066220760345458984"><system-err>DEBUG:nss_cache.command:performing INCREMENTAL update of caches
INFO:nss_cache.command:Delaying 1 seconds before executing
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateAutomounts" time="0.018448591232299805"><system-err>INFO:nss_cache.command:Updating and verifying automount cache.
INFO:nss_cache.command:Updating and verifying automount cache.
INFO:nss_cache.update.updater:Retrieving automount master map.
DEBUG:nss_cache.update.updater:looking at /home mount.
INFO:nss_cache.update.updater:Updating /home mount.
DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpw6j2e20f/timestamp-automount-home-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:53Z to file '/tmp/tmpw6j2e20f/timestamp-automount-home-update'
DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpw6j2e20f/timestamp-automount-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:53Z to file '/tmp/tmpw6j2e20f/timestamp-automount-update'
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateMapsCanForceLock" time="0.003499746322631836"><system-err>ERROR:nss_cache.command:Failed to acquire lock, aborting!
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateMapsTrapsPermissionDenied" time="0.004009246826171875"><system-err>INFO:nss_cache.command:Updating and verifying passwd cache.
INFO:nss_cache.command:Updating and verifying passwd cache.
ERROR:nss_cache.command:Permission denied: could not update map 'passwd'. Aborting
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateMapsWithBadMapName" time="0.002484560012817383"><system-err>INFO:nss_cache.command:Setting configured maps to ['passwdinvalid']
DEBUG:nss_cache.command:performing INCREMENTAL update of caches
ERROR:nss_cache.command:No such map name defined in config: passwdinvalid
</system-err></testcase><testcase classname="nss_cache.command_test.TestUpdateCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateSingleMaps" time="0.008463859558105469"><system-err>INFO:nss_cache.command:Updating and verifying passwd cache.
INFO:nss_cache.command:Updating and verifying passwd cache.
INFO:nss_cache.update.updater:Missing previous timestamp, defaulting to a full sync.
DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmp2ke8po6s/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:53Z to file '/tmp/tmp2ke8po6s/timestamp-passwd-update'
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testConstructor" time="0.0013012886047363281"></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testHelp" time="0.0016145706176757812"></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithBadParameters" time="0.0017788410186767578"></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithNoParameters" time="0.0027551651000976562"><system-err>INFO:nss_cache.command:Verifying program and system configuration.
INFO:nss_cache.command:Verifying data sources.
ERROR:nss_cache.command:No sources configured for any maps!
INFO:nss_cache.command:Verifying data caches.
INFO:nss_cache.command:Verification result: 0 warnings, 1 errors
INFO:nss_cache.command:Verification failed!
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithParameters" time="0.002502918243408203"><system-err>INFO:nss_cache.command:Setting configured maps to ['passwd']
INFO:nss_cache.command:Verifying program and system configuration.
INFO:nss_cache.command:Verifying data sources.
INFO:nss_cache.command:Verifying data caches.
INFO:nss_cache.command:Verification result: 0 warnings, 0 errors
INFO:nss_cache.command:Verification passed!
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyMapsBad" time="0.0034317970275878906"><system-err>INFO:nss_cache.command:Verifying map: passwd.
DEBUG:nss_cache.command:built NSS map of 1 entries
DEBUG:nss_cache.command:built cache map of 2 entries
INFO:nss_cache.command:The following entry is present in the cache but not availible via NSS! bar
DEBUG:nss_cache.command:missing entry data: <PasswdMapEntry : "'shell':'' 'dir':'' 'gecos':'' 'passwd':'x' 'gid':20 'uid':20 'name':'bar'">
WARNING:nss_cache.command:Missing 1 entries in passwd map
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyMapsException" time="0.0022699832916259766"><system-err>INFO:nss_cache.command:Verifying map: passwd.
DEBUG:nss_cache.command:built NSS map of 1 entries
ERROR:nss_cache.command:Cache missing!
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyMapsSkipsNetgroups" time="0.002490520477294922"><system-err>INFO:nss_cache.command:Verifying map: netgroup.
INFO:nss_cache.command:The netgroup map does not support enumeration, skipping.
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyMapsSucceedsOnGoodMaps" time="0.0021567344665527344"><system-err>INFO:nss_cache.command:Verifying map: passwd.
DEBUG:nss_cache.command:built NSS map of 2 entries
DEBUG:nss_cache.command:built cache map of 1 entries
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifySourcesBad" time="0.0020623207092285156"><system-err>ERROR:nss_cache.command:No sources configured for any maps!
</system-err></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifySourcesGood" time="0.0014863014221191406"></testcase><testcase classname="nss_cache.command_test.TestVerifyCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifySourcesTrapsSourceUnavailable" time="0.0023317337036132812"><system-err>ERROR:nss_cache.command:No sources configured for any maps!
DEBUG:nss_cache.command:map passwd dumps source error
ERROR:nss_cache.command:Map passwd is unvavailable!
</system-err></testcase><testcase classname="nss_cache.command_test.TestRepairCommand" file="nss_cache/command_test.py" line="652" name="testCreate" time="0.0013427734375"></testcase><testcase classname="nss_cache.command_test.TestRepairCommand" file="nss_cache/command_test.py" line="656" name="testHelp" time="0.0013594627380371094"></testcase><testcase classname="nss_cache.command_test.TestRepairCommand" file="nss_cache/command_test.py" line="674" name="testRunWithBadParameters" time="0.0012657642364501953"></testcase><testcase classname="nss_cache.command_test.TestRepairCommand" file="nss_cache/command_test.py" line="660" name="testRunWithNoParameters" time="0.0021419525146484375"><system-err>INFO:nss_cache.command:Verifying program and system configuration.
INFO:nss_cache.command:Verifying data sources.
ERROR:nss_cache.command:No sources configured for any maps!
INFO:nss_cache.command:verification: 0 warnings, 2 errors
ERROR:nss_cache.command:Too many errors in verification tests failed; repair aborted!
</system-err></testcase><testcase classname="nss_cache.command_test.TestRepairCommand" file="nss_cache/command_test.py" line="684" name="testRunWithParameters" time="0.0019199848175048828"><system-err>INFO:nss_cache.command:Setting configured maps to ['passwd']
INFO:nss_cache.command:Verifying program and system configuration.
INFO:nss_cache.command:Verifying data sources.
INFO:nss_cache.command:verification: 0 warnings, 1 errors
ERROR:nss_cache.command:Too many errors in verification tests failed; repair aborted!
</system-err></testcase><testcase classname="nss_cache.command_test.TestHelpCommand" file="nss_cache/command_test.py" line="707" name="testHelp" time="0.0012311935424804688"></testcase><testcase classname="nss_cache.command_test.TestHelpCommand" file="nss_cache/command_test.py" line="715" name="testRunHelpHelp" time="0.0015189647674560547"></testcase><testcase classname="nss_cache.command_test.TestHelpCommand" file="nss_cache/command_test.py" line="711" name="testRunWithNoParameters" time="0.002016782760620117"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testEpochFormatParameter" time="0.0011451244354248047"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetAutomountMapMetadata" time="0.001397848129272461"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetSingleMapMetadata" time="0.0016484260559082031"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetSingleMapMetadataTimestampEpoch" time="0.000904083251953125"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetSingleMapMetadataTimestampEpochFalse" time="0.00115966796875"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testHelp" time="0.0012373924255371094"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testObeysMapsFlag" time="0.0020318031311035156"><system-err>INFO:nss_cache.command:Setting configured maps to ['passwd']
DEBUG:nss_cache.command:Value dict: {'key': 'last-modify-timestamp', 'map': 'passwd', 'value': 'Wed Dec 31 17:00:01 1969'}
DEBUG:nss_cache.command:Value dict: {'key': 'last-update-timestamp', 'map': 'passwd', 'value': 'Wed Dec 31 17:00:02 1969'}
</system-err></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithBadParameters" time="0.0013155937194824219"></testcase><testcase classname="nss_cache.command_test.TestStatusCommand" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRunWithNoParameters" time="0.0011453628540039062"></testcase><testcase classname="nss_cache.config_test.TestConfig" file="nss_cache/config_test.py" line="30" name="testConfigInit" time="0.0005459785461425781"></testcase><testcase classname="nss_cache.config_test.TestMapOptions" file="nss_cache/config_test.py" line="42" name="testMapOptionsInit" time="0.0005211830139160156"></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="175" name="testLoadConfigConvertsNumbers" time="0.00464940071105957"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmprdu6bjf1/nsscache.conf
INFO:nss_cache.config:Configured maps are: foo
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['foo']
lockfile=None
timestamp_dir=foo
foo=<MapOptions cache={'string': 'test', 'float': 1.23, 'int': 1, 'name': 'foo'} source={'string': 'test', 'float': 1.23, 'int': 1, 'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="105" name="testLoadConfigExample" time="0.006334543228149414"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmpxtzes4u0/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow, netgroup, automount
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow', 'netgroup', 'automount']
lockfile=None
timestamp_dir=/var/lib/nsscache
passwd=<MapOptions cache={'dir': '/etc', 'cache_filename_suffix': 'cache', 'name': 'files'} source={'uri': 'ldaps://ldap', 'base': 'ou=people,dc=example,dc=com', 'filter': '(objectclass=posixAccount)', 'name': 'ldap'}>
group=<MapOptions cache={'dir': '/etc', 'cache_filename_suffix': 'cache', 'name': 'files'} source={'uri': 'ldaps://ldap', 'base': 'ou=group,dc=example,dc=com', 'filter': '(objectclass=posixGroup)', 'name': 'ldap'}>
shadow=<MapOptions cache={'dir': '/etc', 'cache_filename_suffix': 'cache', 'name': 'files'} source={'uri': 'ldaps://ldap', 'base': 'ou=people,dc=example,dc=com', 'filter': '(objectclass=shadowAccount)', 'name': 'ldap'}>
netgroup=<MapOptions cache={'dir': '/etc', 'cache_filename_suffix': '', 'name': 'files'} source={'uri': 'ldaps://ldap', 'base': 'ou=netgroup,dc=example,dc=com', 'filter': '(objectclass=nisNetgroup)', 'name': 'ldap'}>
automount=<MapOptions cache={'dir': '/etc', 'cache_filename_suffix': '', 'name': 'files'} source={'uri': 'ldaps://ldap', 'base': 'ou=automounts,dc=example,dc=com', 'filter': '(objectclass=posixAccount)', 'name': 'ldap'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="92" name="testLoadConfigMapsWhitespace" time="0.0025360584259033203"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmppkzc3avo/nsscache.conf
INFO:nss_cache.config:Configured maps are: foo, bar, baz
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['foo', 'bar', 'baz']
lockfile=None
timestamp_dir=foo
foo=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
bar=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
baz=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="142" name="testLoadConfigOptionalDefaults" time="0.002212047576904297"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmp2if7p2ge/nsscache.conf
INFO:nss_cache.config:Configured maps are: foo, bar, baz
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['foo', 'bar', 'baz']
lockfile='foo'
timestamp_dir=foo
foo=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
bar=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
baz=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="66" name="testLoadConfigSingleMap" time="0.0018930435180664062"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmp06fky7cq/nsscache.conf
INFO:nss_cache.config:Configured maps are: foo
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['foo']
lockfile=None
timestamp_dir=foo
foo=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="156" name="testLoadConfigStripQuotesFromStrings" time="0.002795696258544922"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmpts1x09cf/nsscache.conf
INFO:nss_cache.config:Configured maps are: quux
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['quux']
lockfile=None
timestamp_dir=foo
quux=<MapOptions cache={'name': "b'ar"} source={'tls_require_cert': 'blah', 'klingon': "qep'a' wa'maH loS'DIch", 'name': 'ldap'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="79" name="testLoadConfigTwoMaps" time="0.0017850399017333984"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmp4s44bftr/nsscache.conf
INFO:nss_cache.config:Configured maps are: foo, bar
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['foo', 'bar']
lockfile=None
timestamp_dir=foo
foo=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
bar=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="197" name="testOptions" time="0.0010623931884765625"></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="217" name="testParseNSSwitchConf" time="0.0014193058013916016"></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="315" name="testVerifyBadConfigurationIncrementsWarningCount" time="0.002312898635864258"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmpi76dq1m3/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow']
lockfile=None
timestamp_dir=foo
passwd=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
group=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
shadow=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
WARNING:root:nsscache is configured to build maps for 'passwd', but NSS is not configured (in '/tmp/tmpi76dq1m3/nsswitch.conf') to use it
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="294" name="testVerifyBadConfigurationWithCache" time="0.002802133560180664"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmp336nhm8l/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow']
lockfile=None
timestamp_dir=foo
passwd=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
group=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
shadow=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
>
WARNING:root:nsscache is configured to build maps for 'passwd', but NSS is not configured (in '/tmp/tmp336nhm8l/nsswitch.conf') to use it
WARNING:root:nsscache is configured to build maps for 'group', but NSS is not configured (in '/tmp/tmp336nhm8l/nsswitch.conf') to use it
WARNING:root:nsscache is configured to build maps for 'shadow', but NSS is not configured (in '/tmp/tmp336nhm8l/nsswitch.conf') to use it
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="233" name="testVerifyConfiguration" time="0.002193927764892578"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmpuio6wrqk/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow']
lockfile=None
timestamp_dir=foo
passwd=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
group=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
shadow=<MapOptions cache={'name': 'foo'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="253" name="testVerifyConfigurationWithCache" time="0.0029234886169433594"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmps9iglxpc/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow']
lockfile=None
timestamp_dir=foo
passwd=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
group=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
shadow=<MapOptions cache={'cache_filename_suffix': 'cache', 'name': 'files'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="274" name="testVerifyConfigurationWithFiles" time="0.002407550811767578"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmp87pa7hh9/nsscache.conf
INFO:nss_cache.config:Configured maps are: passwd, group, shadow
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=['passwd', 'group', 'shadow']
lockfile=None
timestamp_dir=foo
passwd=<MapOptions cache={'name': 'files'} source={'name': 'foo'}>
group=<MapOptions cache={'name': 'files'} source={'name': 'foo'}>
shadow=<MapOptions cache={'name': 'files'} source={'name': 'foo'}>
>
</system-err></testcase><testcase classname="nss_cache.config_test.TestClassMethods" file="nss_cache/config_test.py" line="335" name="testVerifyNoMapConfigurationIsError" time="0.001931905746459961"><system-err>DEBUG:nss_cache.config:Attempting to parse configuration file: /tmp/tmpua4_gznv/nsscache.conf
INFO:nss_cache.config:Configured maps are:
DEBUG:nss_cache.config:loaded configuration: <Config:
command=None
help_command=None
maps=[]
lockfile=None
timestamp_dir=foo
>
ERROR:root:No maps are configured.
</system-err></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="38" name="testCacheNotFound" time="0.0005915164947509766"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="49" name="testCommandParseError" time="0.0005388259887695312"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="60" name="testConfigurationError" time="0.0005190372467041016"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="71" name="testEmptyMap" time="0.0005180835723876953"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="27" name="testError" time="0.0005517005920410156"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="79" name="testNoConfigFound" time="0.0006570816040039062"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="90" name="testPermissionDenied" time="0.0005059242248535156"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="109" name="testSourceUnavailable" time="0.0006728172302246094"></testcase><testcase classname="nss_cache.error_test.TestError" file="nss_cache/error_test.py" line="98" name="testUnsupportedMap" time="0.0007219314575195312"></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testClearLockRemovesPidFile" time="0.0011382102966308594"><system-err>DEBUG:nss_cache.lock:using /tmp/tmp_q3rzgp7/pidfile for lock file
DEBUG:nss_cache.lock:clearing old pid file: /tmp/tmp_q3rzgp7/pidfile
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testDestructorUnlocks" time="0.0013692378997802734"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testForceLockTerminatesAndClearsLock" time="0.0024166107177734375"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
DEBUG:nss_cache.lock:retrying lock.
DEBUG:nss_cache.lock:/var/run/setup.py already locked!
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testHandleArgumentsProperly" time="0.0008218288421630859"><system-err>DEBUG:nss_cache.lock:using TEST for lock file
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testInit" time="0.0024728775024414062"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
CRITICAL:nss_cache.lock:Can not determine lock file name!
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLockCreatesPidfiles" time="0.0012011528015136719"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLockLocksWithFcntl" time="0.0020956993103027344"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
DEBUG:nss_cache.lock:successfully locked /var/run/setup.py
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLockStoresPid" time="0.0019762516021728516"><system-err>DEBUG:nss_cache.lock:using /tmp/tmpokl2d_j6/pidfile for lock file
DEBUG:nss_cache.lock:successfully locked /tmp/tmpokl2d_j6/pidfile
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLockTrapsPermissionDeniedOnly" time="0.003374814987182617"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
WARNING:nss_cache.lock:Permission denied opening lock file: /var/run/setup.py
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testLockedPredicate" time="0.0007865428924560547"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testOpenCreatesAppropriateFileWithPerms" time="0.0009243488311767578"><system-err>DEBUG:nss_cache.lock:using /tmp/tmpjsjjrrvo/pidfile for lock file
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testSendTermMatchesCommandAndSendsTerm" time="0.0019969940185546875"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
DEBUG:nss_cache.lock:retrieved pid 1234
DEBUG:nss_cache.lock:sending SIGTERM to 1234
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testSendTermNoPid" time="0.005479097366333008"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
WARNING:nss_cache.lock:Not sending TERM, could not parse pid file content: '\n'
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testSendTermNonePid" time="0.001219034194946289"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
WARNING:nss_cache.lock:Not sending TERM, could not parse pid file content: None
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testSendTermTrapsENOENT" time="0.00113677978515625"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
DEBUG:nss_cache.lock:retrieved pid 1234
DEBUG:nss_cache.lock:process does not exist, skipping signal.
</system-err></testcase><testcase classname="nss_cache.lock_test.TestPidFile" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUnlockReleasesFcntlLock" time="0.0017595291137695312"><system-err>DEBUG:nss_cache.lock:using /var/run/setup.py for lock file
</system-err></testcase><testcase classname="nss_cache.nss_test.TestNSS" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMap" time="0.001247406005859375"></testcase><testcase classname="nss_cache.nss_test.TestNSS" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetMap" time="0.000957489013671875"></testcase><testcase classname="nss_cache.nss_test.TestNSS" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetMapException" time="0.0005366802215576172"></testcase><testcase classname="nss_cache.nss_test.TestNSS" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMap" time="0.0016252994537353516"></testcase><testcase classname="nss_cache.nss_test.TestNSS" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetShadowMap" time="0.0009887218475341797"></testcase><testcase classname="nss_cache.caches.cache_factory_test.TestCacheFactory" file="nss_cache/caches/cache_factory_test.py" line="41" name="testCreateWithNoImplementations" time="0.0007774829864501953"></testcase><testcase classname="nss_cache.caches.cache_factory_test.TestCacheFactory" file="nss_cache/caches/cache_factory_test.py" line="27" name="testRegister" time="0.004024028778076172"><system-err>INFO:root:Registering [dummy] cache for [dummy].
</system-err></testcase><testcase classname="nss_cache.caches.cache_factory_test.TestCacheFactory" file="nss_cache/caches/cache_factory_test.py" line="47" name="testThatRegularImplementationsArePresent" time="0.001216888427734375"></testcase><testcase classname="nss_cache.caches.caches_test.TestCls" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testCopyOwnerMissing" time="0.004435062408447266"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmp_oyaqj56
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmp_oyaqj56/nsscache-cache-file-o5xsej2_'
DEBUG:nss_cache.caches.caches:committing temporary cache file '/tmp/tmp_oyaqj56/nsscache-cache-file-o5xsej2_' to '/tmp/tmp_oyaqj56/shadow.test'
</system-err></testcase><testcase classname="nss_cache.caches.caches_test.TestCls" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testCopyOwnerPresent" time="0.0033712387084960938"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmplcylsf8z
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmplcylsf8z/nsscache-cache-file-k994o6vv'
DEBUG:nss_cache.caches.caches:committing temporary cache file '/tmp/tmplcylsf8z/nsscache-cache-file-k994o6vv' to '/tmp/tmplcylsf8z/shadow.test'
</system-err></testcase><testcase classname="nss_cache.caches.caches_test.TestCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteMap" time="0.0010514259338378906"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testAutomountSetsFilename" time="0.0009679794311523438"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testCacheFileDoesNotExist" time="0.0024328231811523438"><system-err>DEBUG:nss_cache.caches.caches:Opening '/tmp/tmp7l0svyxo/auto.master' for reading existing cache
WARNING:nss_cache.caches.caches:Cache file does not exist, using an empty map instead
</system-err></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testCacheFilenameSuffixOption" time="0.0034456253051757812"><system-err>DEBUG:nss_cache.caches.caches:committing temporary cache file '/tmp/tmpxpxzypqn/pre-commit' to '/tmp/tmpxpxzypqn/test.blarg'
</system-err></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIndexCreation" time="0.0029807090759277344"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmph99bc0ol
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmph99bc0ol/nsscache-cache-file-zo8f2mgy'
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmph99bc0ol/passwd.cache.ixname.tmp
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmph99bc0ol/passwd.cache.ixuid.tmp
</system-err></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testInstantiation" time="0.0007371902465820312"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWrite" time="0.0011861324310302734"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpksm33nkd
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpksm33nkd/nsscache-cache-file-a9ilg9xl'
</system-err></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteAutomountEntry" time="0.0017862319946289062"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteCacheAndIndex" time="0.002577066421508789"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpwgadgrr4
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpwgadgrr4/nsscache-cache-file-85zf77lt'
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmpwgadgrr4/passwd.cache.ixname.tmp
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmpwgadgrr4/passwd.cache.ixuid.tmp
DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpwgadgrr4
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpwgadgrr4/nsscache-cache-file-hu4jz993'
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmpwgadgrr4/passwd.cache.ixname.tmp
DEBUG:nss_cache.caches.caches:Writing index /tmp/tmpwgadgrr4/passwd.cache.ixuid.tmp
</system-err></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteGroupEntry" time="0.0009465217590332031"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteNetgroupEntry" time="0.0008924007415771484"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWritePasswdEntry" time="0.0009722709655761719"></testcase><testcase classname="nss_cache.caches.files_test.TestFilesCache" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteShadowEntry" time="0.001665353775024414"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testConvertValueToMapEntry" time="0.0007746219635009766"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIsMapPrimaryKey" time="0.0007410049438476562"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbPasswdHandlerWrite" time="0.005908966064453125"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmp8s6yb6od
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmp8s6yb6od/nsscache-cache-file-qprd6o91'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmp8s6yb6od/nsscache-cache-file-qprd6o91'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbPasswdHandlerWriteData" time="0.0025963783264160156"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerify" time="0.015671730041503906"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpd5tlhr7p
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpd5tlhr7p/nsscache-cache-file-c7vgtlve'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmpd5tlhr7p/nsscache-cache-file-c7vgtlve
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmpd5tlhr7p/nsscache-cache-file-c7vgtlve
DEBUG:nss_cache.caches.caches:2 written keys, 3 cache keys
INFO:nss_cache.caches.caches:verify passed: /tmp/tmpd5tlhr7p/nsscache-cache-file-c7vgtlve
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyEmptyMap" time="0.0050733089447021484"><system-err>DEBUG:nss_cache.caches.caches:verification started /tmp/tmpc3am8egp/nsscache-nssdb_testw16d9exr
DEBUG:nss_cache.caches.caches:2 written keys, 0 cache keys
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbPasswdHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyFailure" time="0.015004158020019531"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpla4p4mwt
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpla4p4mwt/nsscache-cache-file-_to2ci2b'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmpla4p4mwt/nsscache-cache-file-_to2ci2b
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmpla4p4mwt/nsscache-cache-file-_to2ci2b
DEBUG:nss_cache.caches.caches:2 written keys, 2 cache keys
WARNING:nss_cache.caches.caches:verify failed: written keys missing from the on-disk cache!
DEBUG:nss_cache.caches.caches:missing: {b'.foo'}
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmpla4p4mwt/nsscache-cache-file-_to2ci2b'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testConvertValueToMapEntry" time="0.0009305477142333984"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIsMapPrimaryKey" time="0.0007014274597167969"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbGroupHandlerWrite" time="0.007200479507446289"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpis3ro523
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpis3ro523/nsscache-cache-file-bobxzwjd'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmpis3ro523/nsscache-cache-file-bobxzwjd'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbGroupHandlerWriteData" time="0.0021812915802001953"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerify" time="0.016611337661743164"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpjrcf2ksf
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpjrcf2ksf/nsscache-cache-file-e04c15wo'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmpjrcf2ksf/nsscache-cache-file-e04c15wo
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmpjrcf2ksf/nsscache-cache-file-e04c15wo
DEBUG:nss_cache.caches.caches:2 written keys, 3 cache keys
INFO:nss_cache.caches.caches:verify passed: /tmp/tmpjrcf2ksf/nsscache-cache-file-e04c15wo
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbGroupHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyFailure" time="0.026027917861938477"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmp1zjs2fmn
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmp1zjs2fmn/nsscache-cache-file-lpc17yee'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmp1zjs2fmn/nsscache-cache-file-lpc17yee
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmp1zjs2fmn/nsscache-cache-file-lpc17yee
DEBUG:nss_cache.caches.caches:2 written keys, 2 cache keys
WARNING:nss_cache.caches.caches:verify failed: written keys missing from the on-disk cache!
DEBUG:nss_cache.caches.caches:missing: {b'.foo'}
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmp1zjs2fmn/nsscache-cache-file-lpc17yee'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testConvertValueToMapEntry" time="0.004267215728759766"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIsMapPrimaryKey" time="0.0034067630767822266"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbShadowHandlerWrite" time="0.02188563346862793"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpuzzsmkcu
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpuzzsmkcu/nsscache-cache-file-sjg5xd5t'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:1 entries written, 1 keys
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmpuzzsmkcu/nsscache-cache-file-sjg5xd5t'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNssDbShadowHandlerWriteData" time="0.004809141159057617"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerify" time="0.0440521240234375"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpht0m799m
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpht0m799m/nsscache-cache-file-497by72p'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmpht0m799m/nsscache-cache-file-497by72p
DEBUG:nss_cache.caches.caches:1 entries written, 1 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmpht0m799m/nsscache-cache-file-497by72p
DEBUG:nss_cache.caches.caches:1 written keys, 2 cache keys
INFO:nss_cache.caches.caches:verify passed: /tmp/tmpht0m799m/nsscache-cache-file-497by72p
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbShadowHandler" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyFailure" time="0.024075984954833984"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmppmy2u88j
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmppmy2u88j/nsscache-cache-file-m6n5mz4h'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmppmy2u88j/nsscache-cache-file-m6n5mz4h
DEBUG:nss_cache.caches.caches:1 entries written, 1 keys
DEBUG:nss_cache.caches.caches:verification started /tmp/tmppmy2u88j/nsscache-cache-file-m6n5mz4h
DEBUG:nss_cache.caches.caches:1 written keys, 1 cache keys
WARNING:nss_cache.caches.caches:verify failed: written keys missing from the on-disk cache!
DEBUG:nss_cache.caches.caches:missing: {b'.foo'}
DEBUG:nss_cache.caches.caches:rolling back, deleting temp cache file '/tmp/tmppmy2u88j/nsscache-cache-file-m6n5mz4h'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="633" name="testGetMapHasMerge" time="0.008855342864990234"><system-err>INFO:nss_cache.maps.maps:merging from a map of 0 entries
INFO:nss_cache.maps.maps:0 of 0 entries were new or modified
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="651" name="testGetMapIsIterable" time="0.008071422576904297"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="615" name="testGetMapIsSizedObject" time="0.005011796951293945"></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="606" name="testGetMapRaisesCacheNotFound" time="0.0008947849273681641"><system-err>DEBUG:nss_cache.caches.caches:cache file does not exist: '/tmp/tmp1f8vhmqd/really_not_going_to_exist_okay'
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="582" name="testLoadBdbCacheFile" time="0.013905763626098633"><system-err>WARNING:nss_cache.maps.maps:duplicate key detected when adding to map: 'foo', overwritten
</system-err></testcase><testcase classname="nss_cache.caches.nssdb_test.TestNssDbCache" file="nss_cache/caches/nssdb_test.py" line="543" name="testWriteTestBdb" time="0.014864444732666016"><system-err>DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmps1lhyn3a
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmps1lhyn3a/nsscache-cache-file-76a87dla'
DEBUG:nss_cache.caches.caches:Map contains 1 elems
DEBUG:nss_cache.caches.caches:executing makedb: /usr/bin/makedb - /tmp/tmps1lhyn3a/nsscache-cache-file-76a87dla
DEBUG:nss_cache.caches.caches:1 entries written, 2 keys
</system-err></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMap" file="nss_cache/maps/automount_test.py" line="52" name="testAdd" time="0.0016198158264160156"></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMap" file="nss_cache/maps/automount_test.py" line="41" name="testInit" time="0.0006804466247558594"></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMapEntry" file="nss_cache/maps/automount_test.py" line="91" name="testAttributes" time="0.0005500316619873047"></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMapEntry" file="nss_cache/maps/automount_test.py" line="73" name="testInit" time="0.0005402565002441406"></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMapEntry" file="nss_cache/maps/automount_test.py" line="112" name="testKey" time="0.0005419254302978516"></testcase><testcase classname="nss_cache.maps.automount_test.TestAutomountMapEntry" file="nss_cache/maps/automount_test.py" line="105" name="testVerify" time="0.0005409717559814453"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMap" file="nss_cache/maps/group_test.py" line="53" name="testAdd" time="0.0006608963012695312"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMap" file="nss_cache/maps/group_test.py" line="42" name="testInit" time="0.0006184577941894531"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMapEntry" file="nss_cache/maps/group_test.py" line="94" name="testAttributes" time="0.0005731582641601562"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMapEntry" file="nss_cache/maps/group_test.py" line="74" name="testInit" time="0.0005581378936767578"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMapEntry" file="nss_cache/maps/group_test.py" line="118" name="testKey" time="0.0004909038543701172"></testcase><testcase classname="nss_cache.maps.group_test.TestGroupMapEntry" file="nss_cache/maps/group_test.py" line="111" name="testVerify" time="0.0005388259887695312"></testcase><testcase classname="nss_cache.maps.maps_test.TestMap" file="nss_cache/maps/maps_test.py" line="33" name="testIsAbstract" time="0.0005512237548828125"></testcase><testcase classname="nss_cache.maps.maps_test.TestMap" file="nss_cache/maps/maps_test.py" line="37" name="testModifyTimestamp" time="0.000560760498046875"></testcase><testcase classname="nss_cache.maps.maps_test.TestMap" file="nss_cache/maps/maps_test.py" line="50" name="testUpdateTimestamp" time="0.0005567073822021484"></testcase><testcase classname="nss_cache.maps.maps_test.TestMapEntry" file="nss_cache/maps/maps_test.py" line="67" name="testIsAbstract" time="0.0005502700805664062"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMap" file="nss_cache/maps/netgroup_test.py" line="51" name="testAdd" time="0.0005922317504882812"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMap" file="nss_cache/maps/netgroup_test.py" line="40" name="testInit" time="0.0018343925476074219"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMapEntry" file="nss_cache/maps/netgroup_test.py" line="88" name="testAttributes" time="0.0005879402160644531"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMapEntry" file="nss_cache/maps/netgroup_test.py" line="72" name="testInit" time="0.0005543231964111328"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMapEntry" file="nss_cache/maps/netgroup_test.py" line="106" name="testKey" time="0.0004837512969970703"></testcase><testcase classname="nss_cache.maps.netgroup_test.TestNetgroupMapEntry" file="nss_cache/maps/netgroup_test.py" line="99" name="testVerify" time="0.00047850608825683594"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="52" name="testAdd" time="0.0006315708160400391"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="68" name="testContains" time="0.0005524158477783203"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="103" name="testExists" time="0.0005116462707519531"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="41" name="testInit" time="0.0005381107330322266"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="84" name="testIterate" time="0.0004940032958984375"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="160" name="testLastModificationTimestamp" time="0.0005052089691162109"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="96" name="testLen" time="0.0005207061767578125"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="111" name="testMerge" time="0.014023065567016602"><system-err>INFO:nss_cache.maps.maps:merging from a map of 1 entries
INFO:nss_cache.maps.maps:1 of 1 entries were new or modified
INFO:nss_cache.maps.maps:merging from a map of 1 entries
INFO:nss_cache.maps.maps:0 of 1 entries were new or modified
INFO:nss_cache.maps.maps:merging from a map of 0 entries
INFO:nss_cache.maps.maps:0 of 0 entries were new or modified
</system-err></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMap" file="nss_cache/maps/passwd_test.py" line="155" name="testPopItem" time="0.0005090236663818359"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMapEntry" file="nss_cache/maps/passwd_test.py" line="216" name="testAttributes" time="0.0005419254302978516"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMapEntry" file="nss_cache/maps/passwd_test.py" line="242" name="testEq" time="0.0005097389221191406"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMapEntry" file="nss_cache/maps/passwd_test.py" line="176" name="testInit" time="0.000484466552734375"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMapEntry" file="nss_cache/maps/passwd_test.py" line="279" name="testKey" time="0.007247209548950195"></testcase><testcase classname="nss_cache.maps.passwd_test.TestPasswdMapEntry" file="nss_cache/maps/passwd_test.py" line="272" name="testVerify" time="0.0005586147308349609"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMap" file="nss_cache/maps/shadow_test.py" line="57" name="testAdd" time="0.0005810260772705078"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMap" file="nss_cache/maps/shadow_test.py" line="46" name="testInit" time="0.0005269050598144531"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMapEntry" file="nss_cache/maps/shadow_test.py" line="114" name="testAttributes" time="0.0005164146423339844"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMapEntry" file="nss_cache/maps/shadow_test.py" line="78" name="testInit" time="0.0004978179931640625"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMapEntry" file="nss_cache/maps/shadow_test.py" line="145" name="testKey" time="0.0004665851593017578"></testcase><testcase classname="nss_cache.maps.shadow_test.TestShadowMapEntry" file="nss_cache/maps/shadow_test.py" line="138" name="testVerify" time="0.0006325244903564453"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulSource" file="nss_cache/sources/consulsource_test.py" line="25" name="testDefaultConfiguration" time="0.0008916854858398438"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulSource" file="nss_cache/sources/consulsource_test.py" line="32" name="testOverrideDefaultConfiguration" time="0.0005233287811279297"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestPasswdMapParser" file="nss_cache/sources/consulsource_test.py" line="83" name="testDefaultEntryValues" time="0.0006048679351806641"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestPasswdMapParser" file="nss_cache/sources/consulsource_test.py" line="58" name="testGetMap" time="0.0025794506072998047"><system-err>WARNING:nss_cache.sources.consulsource:Could not create entry from line {'irrelevant_key': b'bacon'} in cache, skipping
</system-err></testcase><testcase classname="nss_cache.sources.consulsource_test.TestPasswdMapParser" file="nss_cache/sources/consulsource_test.py" line="91" name="testInvalidEntry" time="0.00054168701171875"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestPasswdMapParser" file="nss_cache/sources/consulsource_test.py" line="71" name="testReadEntry" time="0.0005283355712890625"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulGroupMapParser" file="nss_cache/sources/consulsource_test.py" line="123" name="testDefaultPasswd" time="0.0005428791046142578"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulGroupMapParser" file="nss_cache/sources/consulsource_test.py" line="107" name="testGetMap" time="0.0005588531494140625"><skipped message="broken" type="pytest.skip">nss_cache/sources/consulsource_test.py:107: broken</skipped></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulGroupMapParser" file="nss_cache/sources/consulsource_test.py" line="133" name="testInvalidEntry" time="0.0005128383636474609"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulGroupMapParser" file="nss_cache/sources/consulsource_test.py" line="128" name="testNoMembers" time="0.0011963844299316406"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulGroupMapParser" file="nss_cache/sources/consulsource_test.py" line="118" name="testReadEntry" time="0.0006706714630126953"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulShadowMapParser" file="nss_cache/sources/consulsource_test.py" line="174" name="testDefaultPasswd" time="0.0006136894226074219"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulShadowMapParser" file="nss_cache/sources/consulsource_test.py" line="151" name="testGetMap" time="0.0009558200836181641"></testcase><testcase classname="nss_cache.sources.consulsource_test.TestConsulShadowMapParser" file="nss_cache/sources/consulsource_test.py" line="163" name="testReadEntry" time="0.0005793571472167969"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpSource" file="nss_cache/sources/httpsource_test.py" line="52" name="testDefaultConfiguration" time="0.0006508827209472656"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpSource" file="nss_cache/sources/httpsource_test.py" line="70" name="testOverrideDefaultConfiguration" time="0.0022335052490234375"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testAcceptHttpProtocol" time="0.0034868717193603516"><system-err>DEBUG:nss_cache.sources.source:fetching http://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 304
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testAcceptHttpsProtocol" time="0.0020296573638916016"><system-err>DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 304
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFromHttpToTimestamp" time="0.007143497467041016"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFromTimestampToHttp" time="0.0005812644958496094"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetUpdatesIfTimestampNotMatch" time="0.018249988555908203"><system-err>DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 200
DEBUG:nss_cache.sources.httpsource:last modified: 1259641025
DEBUG:nss_cache.sources.httpsource:Last-modified is: Tue, 01 Dec 2009 04:17:05 GMT
DEBUG:nss_cache.sources.httpsource:bzip encoding found
DEBUG:nss_cache.sources.httpsource:setting last modified to: 1259641025
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetUpdatesWithoutTimestamp" time="0.002341747283935547"><system-err>DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 200
DEBUG:nss_cache.sources.httpsource:last modified: -1
DEBUG:nss_cache.sources.httpsource:Last-modified is:
DEBUG:nss_cache.sources.httpsource:bzip encoding found
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testNoUpdatesForTemporaryFailure" time="0.002391338348388672"><system-err>DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 304
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRaiseConfigurationErrorOnUnsupportedProtocol" time="0.0015256404876708984"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestHttpUpdateGetter" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testRetryOnErrorCodeResponse" time="0.004630327224731445"><system-err>DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 400
WARNING:nss_cache.sources.httpsource:Failed connection: attempt #1.
DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 400
WARNING:nss_cache.sources.httpsource:Failed connection: attempt #2.
DEBUG:nss_cache.sources.source:fetching https://TEST_URL
DEBUG:nss_cache.sources.httpsource:response code: 400
WARNING:nss_cache.sources.httpsource:Failed connection: attempt #3.
DEBUG:nss_cache.sources.httpsource:max retries hit
</system-err></testcase><testcase classname="nss_cache.sources.httpsource_test.TestPasswdUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="243" name="testCreateMap" time="0.0006394386291503906"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestPasswdUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="237" name="testGetParser" time="0.0005331039428710938"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestShadowUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="259" name="testCreateMap" time="0.0005633831024169922"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestShadowUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="253" name="testGetParser" time="0.0005373954772949219"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestGroupUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="275" name="testCreateMap" time="0.0005638599395751953"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestGroupUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="269" name="testGetParser" time="0.0005333423614501953"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestNetgroupUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="291" name="testCreateMap" time="0.000576019287109375"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestNetgroupUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="285" name="testGetParser" time="0.0005190372467041016"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestAutomountUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="308" name="testCreateMap" time="0.0005185604095458984"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestAutomountUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="302" name="testGetParser" time="0.00048089027404785156"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestSshkeyUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="325" name="testCreateMap" time="0.0005009174346923828"></testcase><testcase classname="nss_cache.sources.httpsource_test.TestSshkeyUpdateGetter" file="nss_cache/sources/httpsource_test.py" line="319" name="testGetParser" time="0.00048542022705078125"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testDebugLevelSet" time="0.0015230178833007812"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testDefaultConfiguration" time="0.0029344558715820312"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to ldap://foo
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetAutomountMap" time="0.002789735794067383"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='(objectclass=automount)', scope=1, attrs=['cn', 'automountInformation', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetAutomountMasterMap" time="0.0025703907012939453"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:retrieving automount master map.
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='(&(objectclass=automountMap)(ou=auto.master))', scope=2, attrs=['dn']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
DEBUG:nss_cache.sources.source:found ou=auto.master at ou=auto.master,ou=automounts,dc=example,dc=com
DEBUG:nss_cache.sources.source:searching for base='ou=auto.master,ou=automounts,dc=example,dc=com', filter='(objectclass=automount)', scope=1, attrs=['cn', 'automountInformation', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
DEBUG:nss_cache.sources.source:master map has: ou=auto.home,ou=automounts,dc=example,dc=com
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupLoop" time="0.0025115013122558594"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'member', 'uid', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
INFO:nss_cache.sources.ldapsource:Expanding nested groups
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMap" time="0.001893758773803711"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'memberUid', 'uid', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMapAD" time="0.0027608871459960938"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['sAMAccountName', 'member', 'objectSid', 'whenChanged']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMapAsUser" time="0.0018322467803955078"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'memberUid', 'uid', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMapBis" time="0.0019505023956298828"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'member', 'uid', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMapBisAlt" time="0.003117799758911133"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'uniqueMember', 'uid', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
DEBUG:nss_cache.sources.source:searching for base='cn=testguy,ou=People,dc=example,dc=com', filter='(objectClass=*)', scope=0, attrs=['uid']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupMapWithUseRid" time="0.0020194053649902344"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'memberUid', 'uid', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupNested" time="0.0021212100982666016"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'member', 'uid', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
INFO:nss_cache.sources.ldapsource:Expanding nested groups
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetGroupNestedNotConfigured" time="0.002065420150756836"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'gidNumber', 'member', 'uid', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetNetgroupMap" time="0.002160310745239258"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'memberNisNetgroup', 'nisNetgroupTriple', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetNetgroupMapWithDupes" time="0.0050776004791259766"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['cn', 'memberNisNetgroup', 'nisNetgroupTriple', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMap" time="0.001968860626220703"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMapAD" time="0.0018246173858642578"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['sAMAccountName', 'objectSid', 'displayName', 'unixHomeDirectory', 'pwdLastSet', 'loginShell', 'whenChanged']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMapADWithOffeset" time="0.002788066864013672"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['sAMAccountName', 'objectSid', 'displayName', 'unixHomeDirectory', 'pwdLastSet', 'loginShell', 'whenChanged']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMapWithShellOverride" time="0.0018115043640136719"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMapWithUidAttr" time="0.0017652511596679688"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'name', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetPasswdMapWithUseRid" time="0.0017275810241699219"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetShadowMap" time="0.0017621517181396484"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'shadowLastChange', 'shadowMin', 'shadowMax', 'shadowWarning', 'shadowInactive', 'shadowExpire', 'shadowFlag', 'userPassword', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testGetShadowMapWithUidAttr" time="0.0016961097717285156"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope=1, attrs=['uid', 'shadowLastChange', 'shadowMin', 'shadowMax', 'shadowWarning', 'shadowInactive', 'shadowExpire', 'shadowFlag', 'userPassword', 'name', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIterationOverLdapDataSource" time="0.0016932487487792969"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope='TEST_SCOPE', attrs='TEST_ATTRLIST'
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIterationTimeout" time="0.003297567367553711"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='TEST_FILTER', scope='TEST_SCOPE', attrs='TEST_ATTRLIST'
WARNING:nss_cache.sources.source:Timeout on LDAP results, attempt #1.
DEBUG:nss_cache.sources.source:sleeping 5 seconds
WARNING:nss_cache.sources.source:Timeout on LDAP results, attempt #2.
DEBUG:nss_cache.sources.source:sleeping 5 seconds
WARNING:nss_cache.sources.source:Timeout on LDAP results, attempt #3.
DEBUG:nss_cache.sources.source:max retries hit, returning
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testOverrideDefaultConfiguration" time="0.0012073516845703125"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testTrapServerDownAndRetry" time="0.004480123519897461"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
WARNING:nss_cache.sources.source:Failed LDAP connection: attempt #1.
DEBUG:nss_cache.sources.source:ldap error is SERVER_DOWN()
DEBUG:nss_cache.sources.source:sleeping 5 seconds
DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
WARNING:nss_cache.sources.source:Failed LDAP connection: attempt #2.
DEBUG:nss_cache.sources.source:ldap error is SERVER_DOWN()
DEBUG:nss_cache.sources.source:sleeping 5 seconds
DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
WARNING:nss_cache.sources.source:Failed LDAP connection: attempt #3.
DEBUG:nss_cache.sources.source:ldap error is SERVER_DOWN()
DEBUG:nss_cache.sources.source:max retries hit
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerify" time="0.0016279220581054688"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='(&TEST_FILTER(modifyTimestamp>=19700101000001Z))', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestLdapSource" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testVerifyRID" time="0.0015308856964111328"><system-err>DEBUG:nss_cache.sources.source:opening ldap connection and binding to TEST_URI
DEBUG:nss_cache.sources.source:searching for base='TEST_BASE', filter='(&TEST_FILTER(modifyTimestamp>=19700101000001Z))', scope=1, attrs=['uid', 'uidNumber', 'gidNumber', 'gecos', 'cn', 'homeDirectory', 'loginShell', 'fullName', 'sambaSID', 'modifyTimestamp']
DEBUG:nss_cache.sources.source:Returning due to RES_SEARCH_RESULT
</system-err></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1478" name="testAutomountEmptySourceGetsUpdates" time="0.0005555152893066406"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1487" name="testBadScopeException" time="0.0005009174346923828"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1444" name="testFromLdapToTimestamp" time="0.0005545616149902344"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1438" name="testFromTimestampToLdap" time="0.0005235671997070312"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1460" name="testGroupEmptySourceGetUpdates" time="0.0005176067352294922"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1451" name="testPasswdEmptySourceGetUpdates" time="0.0004715919494628906"></testcase><testcase classname="nss_cache.sources.ldapsource_test.TestUpdateGetter" file="nss_cache/sources/ldapsource_test.py" line="1469" name="testShadowEmptySourceGetUpdates" time="0.0005025863647460938"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3Source" file="nss_cache/sources/s3source_test.py" line="24" name="testDefaultConfiguration" time="0.0005311965942382812"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3Source" file="nss_cache/sources/s3source_test.py" line="30" name="testOverrideDefaultConfiguration" time="0.00046896934509277344"></testcase><testcase classname="nss_cache.sources.s3source_test.TestPasswdMapParser" file="nss_cache/sources/s3source_test.py" line="77" name="testDefaultEntryValues" time="0.0004999637603759766"></testcase><testcase classname="nss_cache.sources.s3source_test.TestPasswdMapParser" file="nss_cache/sources/s3source_test.py" line="51" name="testGetMap" time="0.0004951953887939453"></testcase><testcase classname="nss_cache.sources.s3source_test.TestPasswdMapParser" file="nss_cache/sources/s3source_test.py" line="85" name="testInvalidEntry" time="0.0004398822784423828"></testcase><testcase classname="nss_cache.sources.s3source_test.TestPasswdMapParser" file="nss_cache/sources/s3source_test.py" line="65" name="testReadEntry" time="0.00044465065002441406"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3GroupMapParser" file="nss_cache/sources/s3source_test.py" line="120" name="testDefaultPasswd" time="0.0004665851593017578"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3GroupMapParser" file="nss_cache/sources/s3source_test.py" line="101" name="testGetMap" time="0.00047469139099121094"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3GroupMapParser" file="nss_cache/sources/s3source_test.py" line="130" name="testInvalidEntry" time="0.0004296302795410156"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3GroupMapParser" file="nss_cache/sources/s3source_test.py" line="125" name="testNoMembers" time="0.00054931640625"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3GroupMapParser" file="nss_cache/sources/s3source_test.py" line="115" name="testReadEntry" time="0.000431060791015625"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3ShadowMapParser" file="nss_cache/sources/s3source_test.py" line="172" name="testDefaultPasswd" time="0.00045990943908691406"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3ShadowMapParser" file="nss_cache/sources/s3source_test.py" line="148" name="testGetMap" time="0.000457763671875"></testcase><testcase classname="nss_cache.sources.s3source_test.TestS3ShadowMapParser" file="nss_cache/sources/s3source_test.py" line="161" name="testReadEntry" time="0.00041961669921875"></testcase><testcase classname="nss_cache.sources.source_factory_test.TestSourceFactory" file="nss_cache/sources/source_factory_test.py" line="54" name="testCreate" time="0.00048613548278808594"></testcase><testcase classname="nss_cache.sources.source_factory_test.TestSourceFactory" file="nss_cache/sources/source_factory_test.py" line="50" name="testCreateWithNoImplementations" time="0.0005929470062255859"></testcase><testcase classname="nss_cache.sources.source_factory_test.TestSourceFactory" file="nss_cache/sources/source_factory_test.py" line="28" name="testRegister" time="0.00045013427734375"></testcase><testcase classname="nss_cache.sources.source_factory_test.TestSourceFactory" file="nss_cache/sources/source_factory_test.py" line="42" name="testRegisterWithoutName" time="0.0006167888641357422"></testcase><testcase classname="nss_cache.sources.source_test.TestSource" file="nss_cache/sources/source_test.py" line="27" name="testCreateNoConfig" time="0.0005030632019042969"></testcase><testcase classname="nss_cache.sources.source_test.TestSource" file="nss_cache/sources/source_test.py" line="39" name="testVerify" time="0.00047469139099121094"></testcase><testcase classname="nss_cache.update.files_updater_test.SingleFileUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdate" time="0.001165151596069336"><skipped message="timestamp isnt propagaged correctly" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: timestamp isnt propagaged correctly</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.SingleFileUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdateOnEmptyCache" time="0.0009052753448486328"><skipped message="source map empty during full update" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: source map empty during full update</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.SingleFileUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdateOnEmptySource" time="0.024443387985229492"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpc407zdg3/timestamp-passwd-modify'
DEBUG:nss_cache.caches.caches:Output dir: /tmp/tmpd_7sek23
DEBUG:nss_cache.caches.caches:CWD: /home/jaq/src/nsscache/nsscache
DEBUG:nss_cache.caches.caches:opened temporary cache filename '/tmp/tmpd_7sek23/nsscache-cache-file-mqk69z2_'
DEBUG:nss_cache.update.updater:temp source filename: /tmp/tmpd_7sek23/passwd.cacheu9v6tuim.nsscache.tmp
DEBUG:nss_cache.caches.caches:Opening '/tmp/tmpd_7sek23/passwd.cacheu9v6tuim.nsscache.tmp' for reading existing cache
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T00:00:01Z from file '/tmp/tmpc407zdg3/timestamp-passwd-modify'
</system-err></testcase><testcase classname="nss_cache.update.files_updater_test.SingleFileUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdateOnEmptySourceForceWrite" time="0.0008683204650878906"><skipped message="disabled" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: disabled</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.AutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testInit" time="0.0031461715698242188"><skipped message="disabled" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: disabled</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.AutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdate" time="0.001232147216796875"><skipped message="disabled" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: disabled</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.AutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateCatchesMissingMaster" time="0.0005369186401367188"><skipped message="disabled" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: disabled</skipped></testcase><testcase classname="nss_cache.update.files_updater_test.AutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateNoMaster" time="0.00048828125"><skipped message="disabled" type="pytest.skip">../../../../../usr/lib/python3/dist-packages/mox3/mox.py:2127: disabled</skipped></testcase><testcase classname="nss_cache.update.map_updater_test.SingleMapUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdate" time="0.01523733139038086"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpsawpbgap/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T00:00:01Z from file '/tmp/tmpsawpbgap/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:02Z to file '/tmp/tmpsawpbgap/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:54Z to file '/tmp/tmpsawpbgap/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T00:00:02Z from file '/tmp/tmpsawpbgap/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp 2020-03-07T09:11:54Z from file '/tmp/tmpsawpbgap/timestamp-passwd-update'
</system-err></testcase><testcase classname="nss_cache.update.map_updater_test.SingleMapUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdateOnMissingCache" time="0.004670619964599609"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpyqdvxpc9/timestamp-passwd-modify'
WARNING:nss_cache.update.updater:Local cache is invalid, faulting to a full sync.
</system-err></testcase><testcase classname="nss_cache.update.map_updater_test.SingleMapUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testFullUpdateOnMissingTimestamp" time="0.0015599727630615234"></testcase><testcase classname="nss_cache.update.map_updater_test.SingleMapUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testIncrementalUpdate" time="0.016621112823486328"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpnntecd6o/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T00:00:01Z from file '/tmp/tmpnntecd6o/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:loading cache map, may be slow for large maps.
INFO:nss_cache.maps.maps:merging from a map of 1 entries
INFO:nss_cache.maps.maps:1 of 1 entries were new or modified
DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T00:00:02Z to file '/tmp/tmpnntecd6o/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:54Z to file '/tmp/tmpnntecd6o/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T00:00:02Z from file '/tmp/tmpnntecd6o/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp 2020-03-07T09:11:54Z from file '/tmp/tmpnntecd6o/timestamp-passwd-update'
</system-err></testcase><testcase classname="nss_cache.update.map_updater_test.MapAutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testInit" time="0.0007150173187255859"></testcase><testcase classname="nss_cache.update.map_updater_test.MapAutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdate" time="0.008188724517822266"><system-err>INFO:nss_cache.update.updater:Retrieving automount master map.
DEBUG:nss_cache.update.updater:looking at /home mount.
INFO:nss_cache.update.updater:Updating /home mount.
DEBUG:nss_cache.update.updater:looking at /auto mount.
INFO:nss_cache.update.updater:Updating /auto mount.
</system-err></testcase><testcase classname="nss_cache.update.map_updater_test.MapAutomountUpdaterTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateNoMaster" time="0.008276939392089844"><system-err>INFO:nss_cache.update.updater:Retrieving automount master map.
INFO:nss_cache.update.updater:Using local master map to determine maps to update.
DEBUG:nss_cache.update.updater:looking at /home mount.
INFO:nss_cache.update.updater:Updating /home mount.
DEBUG:nss_cache.update.updater:looking at /auto mount.
DEBUG:nss_cache.update.updater:skipping <AutomountMapEntry : "'options':None 'location':'/etc/auto.auto' 'key':'/auto'">, not in <AutomountMap: {'/home': <AutomountMapEntry : "'options':None 'location':'/etc/auto.home' 'key':'/home'">, '/auto': <AutomountMapEntry : "'options':None 'location':'/etc/auto.null' 'key':'/auto'">}>
</system-err></testcase><testcase classname="nss_cache.update.map_updater_test.AutomountUpdaterMoxTest" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testUpdateCatchesMissingMaster" time="0.009712696075439453"><system-err>INFO:nss_cache.update.updater:Retrieving automount master map.
INFO:nss_cache.update.updater:Using local master map to determine maps to update.
WARNING:nss_cache.update.updater:Local master map specified but no map found! No maps will update.
</system-err></testcase><testcase classname="nss_cache.update.updater_test.TestUpdater" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testTimestampDefaultsToNone" time="0.004965543746948242"><system-err>WARNING:nss_cache.update.updater:error opening timestamp file: [Errno 13] Permission denied: '/tmp/tmpiixgn4b3/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:read timestamp None from file '/tmp/tmpiixgn4b3/timestamp-passwd-update'
WARNING:nss_cache.update.updater:error opening timestamp file: [Errno 13] Permission denied: '/tmp/tmpiixgn4b3/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp None from file '/tmp/tmpiixgn4b3/timestamp-passwd-modify'
</system-err></testcase><testcase classname="nss_cache.update.updater_test.TestUpdater" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testTimestampDir" time="0.016959667205810547"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 2008-01-01T01:03:20Z to file '/tmp/tmpigaik3qh/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:wrote timestamp 2008-01-01T01:00:00Z to file '/tmp/tmpigaik3qh/timestamp-passwd-modify'
DEBUG:nss_cache.update.updater:read timestamp 2008-01-01T01:03:20Z from file '/tmp/tmpigaik3qh/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:read timestamp 2008-01-01T01:00:00Z from file '/tmp/tmpigaik3qh/timestamp-passwd-modify'
</system-err></testcase><testcase classname="nss_cache.update.updater_test.TestUpdater" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testTimestampInTheFuture" time="0.01050114631652832"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 1970-01-01T01:00:01Z to file '/tmp/tmpc9htwb80/timestamp-passwd-update'
DEBUG:nss_cache.update.updater:read timestamp 1970-01-01T01:00:01Z from file '/tmp/tmpc9htwb80/timestamp-passwd-update'
WARNING:nss_cache.update.updater:timestamp '1970-01-01T01:00:01Z' from '/tmp/tmpc9htwb80/timestamp-passwd-update' is in the future, now is 1
INFO:nss_cache.update.updater:Resetting timestamp to now.
</system-err></testcase><testcase classname="nss_cache.update.updater_test.TestUpdater" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteWhenTimestampIsNone" time="0.006074190139770508"><system-err>DEBUG:nss_cache.update.updater:wrote timestamp 2020-03-07T09:11:54Z to file '/tmp/tmppri4utq1/timestamp-passwd-update'
</system-err></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="97" name="testReadAutmountEntryWithExtraWhitespace" time="0.0023856163024902344"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="87" name="testReadAutomountEntry" time="0.001627206802368164"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="107" name="testReadBadAutomountEntry" time="0.0016045570373535156"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="78" name="testReadEmptyNetgroupEntry" time="0.002321958541870117"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="41" name="testReadGroupEntry" time="0.026045560836791992"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="68" name="testReadNetgroupEntry" time="0.009638547897338867"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="27" name="testReadPasswdEntry" time="0.003918647766113281"></testcase><testcase classname="nss_cache.util.file_formats_test.TestFilesUtils" file="nss_cache/util/file_formats_test.py" line="52" name="testReadShadowEntry" time="0.0022950172424316406"></testcase><testcase classname="nss_cache.util.timestamps_test.TestTimestamps" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testReadTimestamp" time="0.00305938720703125"><system-err>DEBUG:root:read timestamp 2011-05-26T16:53:01Z from file '/tmp/tmp33zafmiq/tsr'
DEBUG:root:Timestamp is: time.struct_time(tm_year=2011, tm_mon=5, tm_mday=26, tm_hour=16, tm_min=53, tm_sec=1, tm_wday=3, tm_yday=146, tm_isdst=0)
DEBUG:root: Now is: time.struct_time(tm_year=2020, tm_mon=3, tm_mday=7, tm_hour=9, tm_min=11, tm_sec=55, tm_wday=5, tm_yday=67, tm_isdst=0)
</system-err></testcase><testcase classname="nss_cache.util.timestamps_test.TestTimestamps" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testReadTimestampInFuture" time="0.010785341262817383"><system-err>DEBUG:root:read timestamp 2011-05-26T16:02:00Z from file '/tmp/tmp8dff4a5z/tsr'
DEBUG:root:Timestamp is: time.struct_time(tm_year=2011, tm_mon=5, tm_mday=26, tm_hour=16, tm_min=2, tm_sec=0, tm_wday=3, tm_yday=146, tm_isdst=0)
DEBUG:root: Now is: time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=1, tm_wday=3, tm_yday=1, tm_isdst=0)
WARNING:root:timestamp '2011-05-26T16:02:00Z' (1306450920.0) from '/tmp/tmp8dff4a5z/tsr' is in the future, now is 25201.0
INFO:root:Resetting timestamp to now.
</system-err></testcase><testcase classname="nss_cache.util.timestamps_test.TestTimestamps" file="../../../../../usr/lib/python3/dist-packages/mox3/mox.py" line="2127" name="testWriteTimestamp" time="0.004781007766723633"><system-err>DEBUG:root:wrote timestamp 1970-01-01T00:00:01Z to file '/tmp/tmpgr2xx0jq/tsw'
DEBUG:root:read timestamp 1970-01-01T00:00:01Z from file '/tmp/tmpgr2xx0jq/tsw'
DEBUG:root:Timestamp is: time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=1, tm_wday=3, tm_yday=1, tm_isdst=0)
DEBUG:root: Now is: time.struct_time(tm_year=2020, tm_mon=3, tm_mday=7, tm_hour=9, tm_min=11, tm_sec=55, tm_wday=5, tm_yday=67, tm_isdst=0)
</system-err></testcase></testsuite>
|