Consistent downloading-core-snap build errors with Launchpad

I’ve been trying to build a new dmd snap package version in launchpad, and have consistently got failing builds:

As far as I can see from the build logs, e.g.:
https://launchpadlibrarian.net/328354479/buildlog_snap_ubuntu_xenial_amd64_dmd-2.075_BUILDING.txt.gz

… the problem comes when trying to download the core snap:

Downloading core
HTTPSConnectionPool(host='api.snapcraft.io', port=443): Max retries exceeded with url: /api/v1/snaps/download/99T7MUlRhtI3U0QFgl5mXXESAiSwt776_2312.snap (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden',)))
Traceback (most recent call last):
  File "/usr/share/launchpad-buildd/slavebin/buildsnap", line 243, in main
    builder.pull()
  File "/usr/share/launchpad-buildd/slavebin/buildsnap", line 180, in pull
    env=env)
  File "/usr/share/launchpad-buildd/slavebin/buildsnap", line 100, in run_build_command
    ["/bin/sh", "-c", command], echo=echo, get_output=get_output)
  File "/usr/share/launchpad-buildd/slavebin/buildsnap", line 71, in chroot
    subprocess.check_call(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['/usr/bin/sudo', '/usr/sbin/chroot', '/home/buildd/build-SNAPBUILD-55206/chroot-autobuild', 'linux64', '/bin/sh', '-c', 'cd /build/dmd-2.075 && env LANG=C.UTF-8 https_proxy=http://snap-proxy.launchpad.net:3128 SNAPCRAFT_LOCAL_SOURCES=1 SNAPCRAFT_SETUP_CORE=1 http_proxy=http://snap-proxy.launchpad.net:3128 GIT_PROXY_COMMAND=/usr/local/bin/snap-git-proxy snapcraft pull']' returned non-zero exit status 1

Can anyone shed any light on what’s going on here? (Since the error is 403 Forbidden, I should note that I initially selected the wrong owner for the snap package, though it is now correct.)

Don’t know what changed, but things are now working, it seems …