#10475 Kerberos auth issue when building container in koji
Closed: Duplicate by humaton. Opened by hhorak.

  • Describe the issue
    koji container-build does not work
    https://koji.fedoraproject.org/koji/taskinfo?taskID=80108043
unable to obtain a session (gssapi auth failed: requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='koji.fedoraproject.org', port=443): Read timed out. (read timeout=60))
  • When do you need this? (YYYY/MM/DD)
    2021/12/20

  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?

no containers in fedora


There was an outage of a lot of things this morning.

Can you just retry now and see if it works?

It failed again, but differently:

https://koji.fedoraproject.org/koji/taskinfo?taskID=80273482

From orchestrator.log:

2021-12-21 10:56:06,033 platform:- - atomic_reactor.inner - ERROR - image build failed: plugin 'import_image' raised an exception: ImportImageFailed: Failed to import 2 image(s)
Traceback (most recent call last):
  File "/usr/bin/atomic-reactor", line 33, in <module>
    sys.exit(load_entry_point('atomic-reactor==1.6.47', 'console_scripts', 'atomic-reactor')())
  File "/usr/lib/python3.9/site-packages/atomic_reactor/cli/main.py", line 318, in run
    cli.run()
  File "/usr/lib/python3.9/site-packages/atomic_reactor/cli/main.py", line 300, in run
    args.func(args)
  File "/usr/lib/python3.9/site-packages/atomic_reactor/cli/main.py", line 98, in cli_inside_build
    build_inside(input_method=args.input, input_args=args.input_arg,
  File "/usr/lib/python3.9/site-packages/atomic_reactor/inner.py", line 615, in build_inside
    build_result = dbw.build_docker_image()
  File "/usr/lib/python3.9/site-packages/atomic_reactor/inner.py", line 568, in build_docker_image
    raise ex
  File "/usr/lib/python3.9/site-packages/atomic_reactor/inner.py", line 560, in build_docker_image
    exit_runner.run(keep_going=True)
  File "/usr/lib/python3.9/site-packages/atomic_reactor/plugin.py", line 332, in run
    raise PluginFailedException(failed_msgs[0])
atomic_reactor.plugin.PluginFailedException: plugin 'import_image' raised an exception: ImportImageFailed: Failed to import 2 image(s)

The image itself seems to be built fine, this seems to be a problem with some post-build action.

Any update here?

@kevin kindly pinging

fedora-infrastructure#10437

Metadata Update from @humaton:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

Metadata