[Jenkins-infra] 404 http://archives.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war

Oliver Gondža ogondza at gmail.com
Thu Oct 26 08:58:15 UTC 2017


Hey, I have pushed 2.73.3 RC today as scheduled using the regular 
automation but it does not appear to be hosted as usual.

This is what I run using packaging stable-2.73:

```
+ make WAR=/home/ogondza/code/jenkins/jenkins/war/target/jenkins.war 
BRAND=./branding/jenkins-stable-rc.mk BUILDENV=./env/release.mk war.publish
ssh -p 22 mirrorbrain at pkg.jenkins.io mkdir -p 
"'/srv/releases/jenkins/war-stable-rc/2.73.3/'"
sha256sum /home/ogondza/code/jenkins/jenkins/war/target/jenkins.war | 
sed 's, .*, jenkins.war,' > jenkins.war.sha256
cat jenkins.war.sha256
c6fa0bb5ca7260d07bba6043bcd090f92599e6775b618c596f375481ca612472 jenkins.war
rsync -avz -e "ssh -p 22" 
"/home/ogondza/code/jenkins/jenkins/war/target/jenkins.war" 
"mirrorbrain at pkg.jenkins.io:/srv/releases/jenkins/war-stable-rc/2.73.3/jenkins.war"
sending incremental file list
jenkins.war

sent 73,004,033 bytes  received 35 bytes  966,941.30 bytes/sec
total size is 73,182,477  speedup is 1.00
rsync -avz -e "ssh -p 22" "jenkins.war.sha256" 
"mirrorbrain at pkg.jenkins.io:/srv/releases/jenkins/war-stable-rc/2.73.3/"
sending incremental file list
jenkins.war.sha256

sent 189 bytes  received 35 bytes  64.00 bytes/sec
total size is 77  speedup is 0.34
```

And I even see the directory listing to be correct at 
http://mirrors.jenkins-ci.org/war-stable-rc/2.73.3/. But:

```
$ curl -vL http://mirrors.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war
*   Trying 52.202.51.185...
* TCP_NODELAY set
* Connected to mirrors.jenkins-ci.org (52.202.51.185) port 80 (#0)
 > GET /war-stable-rc/2.73.3/jenkins.war HTTP/1.1
 > Host: mirrors.jenkins-ci.org
 > User-Agent: curl/7.56.0
 > Accept: */*
 >
< HTTP/1.1 302 Found
< Date: Thu, 26 Oct 2017 08:57:22 GMT
< Server: Apache/2.4.7 (Ubuntu)
< X-MirrorBrain-Mirror: archives.jenkins-ci.org
< X-MirrorBrain-Realm: other
< Link: 
<http://mirrors.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war.meta4>; 
rel=describedby; type="application/metalink4+xml"
< Link: 
<http://archives.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war>; 
rel=duplicate; pri=1; geo=us
< Location: http://archives.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war
< Content-Length: 247
< Content-Type: text/html; charset=iso-8859-1
<
* Ignoring the response-body
* Connection #0 to host mirrors.jenkins-ci.org left intact
* Issue another request to this URL: 
'http://archives.jenkins-ci.org/war-stable-rc/2.73.3/jenkins.war'
*   Trying 162.209.106.32...
* TCP_NODELAY set
* Connected to archives.jenkins-ci.org (162.209.106.32) port 80 (#1)
 > GET /war-stable-rc/2.73.3/jenkins.war HTTP/1.1
 > Host: archives.jenkins-ci.org
 > User-Agent: curl/7.56.0
 > Accept: */*
 >
< HTTP/1.1 404 Not Found
< Date: Thu, 26 Oct 2017 08:57:22 GMT
< Server: Apache/2.4.7 (Ubuntu)
< Content-Length: 230
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /war-stable-rc/2.73.3/jenkins.war was not found on 
this server.</p>
</body></html>
* Connection #1 to host archives.jenkins-ci.org left intact
```

It seems it is not propagated to archive.jenkins-ci.org now for some 
reason. Thanks!
-- 
oliver


More information about the Jenkins-infra mailing list