Run of fresh-releases for golang-github-prometheus-client-golang
Try this locally (using silver-platter):
debian-svp new-upstream golang-github-prometheus-client-golang
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 |
Processing: golang-github-prometheus-client-golang
Total 4252 (delta 122), reused 4130 (delta 0)
Using upstream branch https://github.com/prometheus/client_golang (guessed)
Total 724 (delta 332), reused 349 (delta 327), pack-reused 369
Using version string 1.0.0.
No upstream upstream-revision format specified, trying tag:1.0.0
No upstream upstream-revision format specified, trying tag:golang-github-prometheus-client-golang-1.0.0
No upstream upstream-revision format specified, trying tag:v1.0.0
Using uscan to look for the upstream tarball.
Total 697 (delta 312), reused 324 (delta 312), pack-reused 369
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.4 points at non-present sha 42536273d34f7ffc35032d48be046db074abfd65
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.1 points at non-present sha ba152d0118b1d86542b84517c2ef483a473cf6e9
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.3 points at non-present sha 662e8a9ffaaa74a4d050023c2cb26902cd9bab63
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.0 points at non-present sha 59846fb40157cbc3ffc743251677c9317902f805
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.2 points at non-present sha ac0d4da0b001139583d0dfb84d614a0f907ea0a9
UserWarning)
Not storing pristine-tar metadata, since there is no pristine-tar branch.
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.4 points at non-present sha 42536273d34f7ffc35032d48be046db074abfd65
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.1 points at non-present sha ba152d0118b1d86542b84517c2ef483a473cf6e9
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.3 points at non-present sha 662e8a9ffaaa74a4d050023c2cb26902cd9bab63
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.0 points at non-present sha 59846fb40157cbc3ffc743251677c9317902f805
UserWarning)
/usr/lib/python3/dist-packages/dulwich/repo.py:393: UserWarning: ref refs/tags/v0.9.2 points at non-present sha ac0d4da0b001139583d0dfb84d614a0f907ea0a9
UserWarning)
v0.9.4 does not point to a valid object
v0.9.1 does not point to a valid object
v0.9.3 does not point to a valid object
v1.0.0 does not point to a valid object
v0.9.0 does not point to a valid object
v0.9.2 does not point to a valid object
All changes applied successfully.
v0.9.4 does not point to a valid object
v0.9.1 does not point to a valid object
v0.9.3 does not point to a valid object
v1.0.0 does not point to a valid object
v0.9.0 does not point to a valid object
v0.9.2 does not point to a valid object
Committing to: /home/janitor/tmp/tmpwiw1xzg7/golang-github-prometheus-client-golang/
added .golangci.yml
modified .travis.yml
modified CHANGELOG.md
modified Makefile
modified Makefile.common
modified README.md
modified VERSION
modified api/client.go
modified api/client_test.go
modified api/prometheus/v1/api.go
added api/prometheus/v1/api_bench_test.go
modified api/prometheus/v1/api_test.go
modified debian/changelog
modified examples/random/main.go
added go.mod
added go.sum
added prometheus/build_info.go
added prometheus/build_info_pre_1.12.go
modified prometheus/collector.go
modified prometheus/counter.go
modified prometheus/counter_test.go
modified prometheus/desc.go
modified prometheus/doc.go
modified prometheus/example_clustermanager_test.go
modified prometheus/examples_test.go
modified prometheus/gauge.go
modified prometheus/go_collector.go
modified prometheus/go_collector_test.go
modified prometheus/graphite/bridge.go
modified prometheus/graphite/bridge_test.go
modified prometheus/histogram.go
modified prometheus/histogram_test.go
deleted prometheus/http.go
deleted prometheus/http_test.go
modified prometheus/labels.go
modified prometheus/process_collector.go
added prometheus/process_collector_other.go
added prometheus/process_collector_windows.go
added prometheus/process_collector_windows_test.go
modified prometheus/promhttp/delegator.go
deleted prometheus/promhttp/delegator_1_8.go
deleted prometheus/promhttp/delegator_pre_1_8.go
modified prometheus/promhttp/http.go
modified prometheus/promhttp/http_test.go
modified prometheus/promhttp/instrument_client.go
deleted prometheus/promhttp/instrument_client_1_8.go
deleted prometheus/promhttp/instrument_client_1_8_test.go
added prometheus/promhttp/instrument_client_test.go
modified prometheus/promhttp/instrument_server_test.go
deleted prometheus/push/deprecated.go
modified prometheus/push/push.go
modified prometheus/push/push_test.go
modified prometheus/registry.go
modified prometheus/registry_test.go
modified prometheus/summary.go
modified prometheus/summary_test.go
modified prometheus/testutil/testutil.go
modified prometheus/testutil/testutil_test.go
modified prometheus/timer.go
modified prometheus/wrap.go
modified prometheus/wrap_test.go
Committed revision 216.
Worker failed: An error (1) occurred refreshing quilt patches: None
Applying patch debian/patches/01-Bug854687-Disable_flaky_test.patch
patching file prometheus/summary_test.go
Hunk #1 succeeded at 364 (offset 9 lines).
Refreshed patch debian/patches/01-Bug854687-Disable_flaky_test.patch
Applying patch debian/patches/02-Disable_network_test.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Description: Skip test that uses the network
|--- a/prometheus/promhttp/instrument_client_1_8_test.go
|+++ b/prometheus/promhttp/instrument_client_1_8_test.go
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Patch debian/patches/02-Disable_network_test.patch does not apply (enforce with -f)
Elapsed time: 0:00:33.967123
|